Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
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-winehq
Commits
9ff4c29d
Commit
9ff4c29d
authored
May 25, 2007
by
Andrew Talbot
Committed by
Alexandre Julliard
May 29, 2007
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wineps.drv: Exclude unused headers.
parent
e269fa37
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
0 additions
and
14 deletions
+0
-14
bitblt.c
dlls/wineps.drv/bitblt.c
+0
-1
builtin.c
dlls/wineps.drv/builtin.c
+0
-1
download.c
dlls/wineps.drv/download.c
+0
-2
driver.c
dlls/wineps.drv/driver.c
+0
-1
graphics.c
dlls/wineps.drv/graphics.c
+0
-1
ppd.c
dlls/wineps.drv/ppd.c
+0
-1
ps.c
dlls/wineps.drv/ps.c
+0
-1
text.c
dlls/wineps.drv/text.c
+0
-2
type1.c
dlls/wineps.drv/type1.c
+0
-2
type42.c
dlls/wineps.drv/type42.c
+0
-2
No files found.
dlls/wineps.drv/bitblt.c
View file @
9ff4c29d
...
...
@@ -20,7 +20,6 @@
#include "psdrv.h"
#include "wine/debug.h"
#include "winbase.h"
WINE_DEFAULT_DEBUG_CHANNEL
(
psdrv
);
...
...
dlls/wineps.drv/builtin.c
View file @
9ff4c29d
...
...
@@ -27,7 +27,6 @@
#include "winbase.h"
#include "winerror.h"
#include "wingdi.h"
#include "winspool.h"
#include "psdrv.h"
#include "wine/debug.h"
...
...
dlls/wineps.drv/download.c
View file @
9ff4c29d
...
...
@@ -25,9 +25,7 @@
#include "windef.h"
#include "winbase.h"
#include "winerror.h"
#include "wingdi.h"
#include "winspool.h"
#include "psdrv.h"
#include "wine/debug.h"
...
...
dlls/wineps.drv/driver.c
View file @
9ff4c29d
...
...
@@ -35,7 +35,6 @@
#include "winuser.h"
#include "wownt32.h"
#include "winspool.h"
#include "prsht.h"
WINE_DEFAULT_DEBUG_CHANNEL
(
psdrv
);
...
...
dlls/wineps.drv/graphics.c
View file @
9ff4c29d
...
...
@@ -31,7 +31,6 @@
#endif
#include "psdrv.h"
#include "wine/debug.h"
#include "winspool.h"
WINE_DEFAULT_DEBUG_CHANNEL
(
psdrv
);
...
...
dlls/wineps.drv/ppd.c
View file @
9ff4c29d
...
...
@@ -31,7 +31,6 @@
#include "winbase.h"
#include "wine/debug.h"
#include "psdrv.h"
#include "winspool.h"
WINE_DEFAULT_DEBUG_CHANNEL
(
psdrv
);
...
...
dlls/wineps.drv/ps.c
View file @
9ff4c29d
...
...
@@ -30,7 +30,6 @@
#include "winbase.h"
#include "wingdi.h"
#include "psdrv.h"
#include "winspool.h"
#include "wine/debug.h"
WINE_DEFAULT_DEBUG_CHANNEL
(
psdrv
);
...
...
dlls/wineps.drv/text.c
View file @
9ff4c29d
...
...
@@ -23,10 +23,8 @@
#include <math.h>
#include "windef.h"
#include "winbase.h"
#include "wingdi.h"
#include "psdrv.h"
#include "winspool.h"
#include "wine/debug.h"
WINE_DEFAULT_DEBUG_CHANNEL
(
psdrv
);
...
...
dlls/wineps.drv/type1.c
View file @
9ff4c29d
...
...
@@ -29,9 +29,7 @@
#include "windef.h"
#include "winbase.h"
#include "winerror.h"
#include "wingdi.h"
#include "winspool.h"
#include "psdrv.h"
#include "wine/debug.h"
...
...
dlls/wineps.drv/type42.c
View file @
9ff4c29d
...
...
@@ -30,9 +30,7 @@
#include "windef.h"
#include "winbase.h"
#include "winerror.h"
#include "wingdi.h"
#include "winspool.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