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

spoolss: Remove DECLSPEC_HIDDEN usage.

parent 28333212
......@@ -21,5 +21,5 @@
/* ################################ */
BOOL backend_load_all(void) DECLSPEC_HIDDEN;
void backend_unload_all(void) DECLSPEC_HIDDEN;
BOOL backend_load_all(void);
void backend_unload_all(void);
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