localspl: Mark internal symbols with hidden visibility.
This commit is contained in:
parent
b93c6dfc69
commit
340be4feb7
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue