Commit 7f5e7294 authored by Marcus Meissner's avatar Marcus Meissner Committed by Alexandre Julliard

spoolss: Mark internal symbols with hidden visibility.

parent f9779bbe
......@@ -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 ## */
......
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