Commit b2492ed8 authored by Alistair Leslie-Hughes's avatar Alistair Leslie-Hughes Committed by Alexandre Julliard

winspool.drv: Remove DECLSPEC_HIDDEN usage.

parent 229d0787
......@@ -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
......
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