winspool.drv: Mark internal symbols with hidden visibility.
This commit is contained in:
parent
3429b72bde
commit
6ade35ef0f
|
@ -22,12 +22,12 @@
|
|||
#include <windef.h>
|
||||
#include <winuser.h>
|
||||
|
||||
extern HINSTANCE WINSPOOL_hInstance;
|
||||
extern HINSTANCE WINSPOOL_hInstance DECLSPEC_HIDDEN;
|
||||
|
||||
extern PRINTPROVIDOR * backend;
|
||||
extern BOOL load_backend(void);
|
||||
extern PRINTPROVIDOR * backend DECLSPEC_HIDDEN;
|
||||
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_FILE_EXISTS 11
|
||||
|
|
Loading…
Reference in New Issue