winspool.drv: Remove DECLSPEC_HIDDEN usage.

This commit is contained in:
Alistair Leslie-Hughes 2023-07-05 18:17:46 +10:00 committed by Alexandre Julliard
parent 229d078703
commit b2492ed83c

View file

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