winspool.drv: Mark internal symbols with hidden visibility.

This commit is contained in:
Marcus Meissner 2011-05-25 19:09:52 +02:00 committed by Alexandre Julliard
parent 3429b72bde
commit 6ade35ef0f
1 changed files with 4 additions and 4 deletions

View File

@ -22,12 +22,12 @@
#include <windef.h> #include <windef.h>
#include <winuser.h> #include <winuser.h>
extern HINSTANCE WINSPOOL_hInstance; extern HINSTANCE WINSPOOL_hInstance DECLSPEC_HIDDEN;
extern PRINTPROVIDOR * backend; extern PRINTPROVIDOR * backend DECLSPEC_HIDDEN;
extern BOOL load_backend(void); extern BOOL load_backend(void) DECLSPEC_HIDDEN;
extern void WINSPOOL_LoadSystemPrinters(void); extern void WINSPOOL_LoadSystemPrinters(void) DECLSPEC_HIDDEN;
#define IDS_CAPTION 10 #define IDS_CAPTION 10
#define IDS_FILE_EXISTS 11 #define IDS_FILE_EXISTS 11