spoolss: Mark internal symbols with hidden visibility.
This commit is contained in:
parent
f9779bbee2
commit
7f5e729453
|
@ -21,8 +21,8 @@
|
|||
|
||||
/* ################################ */
|
||||
|
||||
BOOL backend_load_all(void);
|
||||
void backend_unload_all(void);
|
||||
BOOL backend_load_all(void) DECLSPEC_HIDDEN;
|
||||
void backend_unload_all(void) DECLSPEC_HIDDEN;
|
||||
|
||||
/* ## Memory allocation functions ## */
|
||||
|
||||
|
|
Loading…
Reference in New Issue