Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-cw
Commits
cc2d6f33
Commit
cc2d6f33
authored
Dec 04, 2009
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wineps.drv: Don't include 16-bit headers in psdrv.h.
parent
9a05f314
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
9 additions
and
1 deletion
+9
-1
builtin.c
dlls/wineps.drv/builtin.c
+1
-0
download.c
dlls/wineps.drv/download.c
+1
-0
driver.c
dlls/wineps.drv/driver.c
+1
-0
font.c
dlls/wineps.drv/font.c
+1
-0
init.c
dlls/wineps.drv/init.c
+2
-0
psdrv.h
dlls/wineps.drv/psdrv.h
+0
-1
truetype.c
dlls/wineps.drv/truetype.c
+2
-0
type1afm.c
dlls/wineps.drv/type1afm.c
+1
-0
No files found.
dlls/wineps.drv/builtin.c
View file @
cc2d6f33
...
...
@@ -27,6 +27,7 @@
#include "winbase.h"
#include "winerror.h"
#include "wingdi.h"
#include "winnls.h"
#include "psdrv.h"
#include "wine/debug.h"
...
...
dlls/wineps.drv/download.c
View file @
cc2d6f33
...
...
@@ -26,6 +26,7 @@
#include "windef.h"
#include "winbase.h"
#include "wingdi.h"
#include "winnls.h"
#include "psdrv.h"
#include "wine/debug.h"
...
...
dlls/wineps.drv/driver.c
View file @
cc2d6f33
...
...
@@ -33,6 +33,7 @@
#include "psdrv.h"
#include "winuser.h"
#include "wine/wingdi16.h"
#include "wownt32.h"
#include "prsht.h"
#include "psdlg.h"
...
...
dlls/wineps.drv/font.c
View file @
cc2d6f33
...
...
@@ -25,6 +25,7 @@
#include "windef.h"
#include "winbase.h"
#include "wingdi.h"
#include "winnls.h"
#include "winspool.h"
#include "psdrv.h"
...
...
dlls/wineps.drv/init.c
View file @
cc2d6f33
...
...
@@ -38,8 +38,10 @@
#include "winbase.h"
#include "winerror.h"
#include "winreg.h"
#include "winnls.h"
#include "psdrv.h"
#include "winspool.h"
#include "wine/library.h"
#include "wine/debug.h"
WINE_DEFAULT_DEBUG_CHANNEL
(
psdrv
);
...
...
dlls/wineps.drv/psdrv.h
View file @
cc2d6f33
...
...
@@ -26,7 +26,6 @@
#include "windef.h"
#include "winbase.h"
#include "wingdi.h"
#include "wine/wingdi16.h"
#include "winspool.h"
#include "wine/list.h"
...
...
dlls/wineps.drv/truetype.c
View file @
cc2d6f33
...
...
@@ -67,7 +67,9 @@
#include "winbase.h"
#include "winerror.h"
#include "winreg.h"
#include "winnls.h"
#include "psdrv.h"
#include "wine/library.h"
#include "wine/debug.h"
WINE_DEFAULT_DEBUG_CHANNEL
(
psdrv
);
...
...
dlls/wineps.drv/type1afm.c
View file @
cc2d6f33
...
...
@@ -47,6 +47,7 @@
#include "winbase.h"
#include "winerror.h"
#include "winreg.h"
#include "winnls.h"
#include "psdrv.h"
#include "wine/debug.h"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment