Commit 340be4fe authored by Marcus Meissner's avatar Marcus Meissner Committed by Alexandre Julliard

localspl: Mark internal symbols with hidden visibility.

parent b93c6dfc
......@@ -24,8 +24,8 @@
#include <windef.h>
/* ## DLL-wide Globals ## */
extern HINSTANCE LOCALSPL_hInstance;
void setup_provider(void);
extern HINSTANCE LOCALSPL_hInstance DECLSPEC_HIDDEN;
void setup_provider(void) DECLSPEC_HIDDEN;
/* ## Resource-ID ## */
#define IDS_LOCALPORT 500
......
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