Commit 6ade35ef authored by Marcus Meissner's avatar Marcus Meissner Committed by Alexandre Julliard

winspool.drv: Mark internal symbols with hidden visibility.

parent 3429b72b
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment