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
3efacb0a
Commit
3efacb0a
authored
Jan 07, 2003
by
Francois Gouget
Committed by
Alexandre Julliard
Jan 07, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove extra #include directives from winspool.h.
parent
1213c174
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
28 additions
and
16 deletions
+28
-16
builtin.c
dlls/wineps/builtin.c
+5
-1
download.c
dlls/wineps/download.c
+5
-1
font.c
dlls/wineps/font.c
+4
-0
type1.c
dlls/wineps/type1.c
+5
-1
type42.c
dlls/wineps/type42.c
+5
-1
info.c
dlls/winspool/info.c
+2
-1
wspool.c
dlls/winspool/wspool.c
+2
-0
winspool.h
include/winspool.h
+0
-11
No files found.
dlls/wineps/builtin.c
View file @
3efacb0a
...
...
@@ -20,11 +20,15 @@
#include <string.h>
#include <stdlib.h>
#include <assert.h>
#include "winbase.h"
#include "winerror.h"
#include "wingdi.h"
#include "winspool.h"
#include "gdi.h"
#include "psdrv.h"
#include "wine/debug.h"
#include "winerror.h"
WINE_DEFAULT_DEBUG_CHANNEL
(
psdrv
);
...
...
dlls/wineps/download.c
View file @
3efacb0a
...
...
@@ -21,11 +21,15 @@
#include <stdlib.h>
#include <assert.h>
#include <stdio.h>
#include "winbase.h"
#include "winerror.h"
#include "wingdi.h"
#include "winspool.h"
#include "gdi.h"
#include "psdrv.h"
#include "wine/debug.h"
#include "winerror.h"
WINE_DEFAULT_DEBUG_CHANNEL
(
psdrv
);
...
...
dlls/wineps/font.c
View file @
3efacb0a
...
...
@@ -20,7 +20,11 @@
#include <string.h>
#include <assert.h>
#include <stdlib.h>
#include "winbase.h"
#include "wingdi.h"
#include "winspool.h"
#include "gdi.h"
#include "psdrv.h"
#include "wine/debug.h"
...
...
dlls/wineps/type1.c
View file @
3efacb0a
...
...
@@ -21,10 +21,14 @@
#include <stdlib.h>
#include <stdio.h>
#include <assert.h>
#include "winbase.h"
#include "winerror.h"
#include "wingdi.h"
#include "winspool.h"
#include "psdrv.h"
#include "wine/debug.h"
#include "winerror.h"
#include "config.h"
#include "wine/port.h"
...
...
dlls/wineps/type42.c
View file @
3efacb0a
...
...
@@ -21,10 +21,14 @@
#include <stdlib.h>
#include <stdio.h>
#include <assert.h>
#include "winbase.h"
#include "winerror.h"
#include "wingdi.h"
#include "winspool.h"
#include "psdrv.h"
#include "wine/debug.h"
#include "winerror.h"
#include "config.h"
#include "wine/port.h"
...
...
dlls/winspool/info.c
View file @
3efacb0a
...
...
@@ -40,10 +40,11 @@
#define NONAMELESSUNION
#define NONAMELESSSTRUCT
#include "wine/library.h"
#include "winspool.h"
#include "winbase.h"
#include "winerror.h"
#include "winreg.h"
#include "wingdi.h"
#include "winspool.h"
#include "winternl.h"
#include "wine/windef16.h"
#include "wine/unicode.h"
...
...
dlls/winspool/wspool.c
View file @
3efacb0a
...
...
@@ -21,6 +21,8 @@
#include "config.h"
#include "winbase.h"
#include "wingdi.h"
#include "winspool.h"
#include "wine/debug.h"
...
...
include/winspool.h
View file @
3efacb0a
...
...
@@ -22,10 +22,6 @@
#ifndef __WINE_WINSPOOL_H
#define __WINE_WINSPOOL_H
#include "windef.h"
#include "winbase.h"
#include "wingdi.h"
#ifdef __cplusplus
extern
"C"
{
#endif
...
...
@@ -1135,10 +1131,3 @@ DWORD WINAPI EnumPrinterDataExW(HANDLE hPrinter, LPCWSTR pKeyName,
#endif
#endif
/* __WINE_WINSPOOL_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