localspl: Mark internal symbols with hidden visibility.
This commit is contained in:
parent
b93c6dfc69
commit
340be4feb7
|
@ -24,8 +24,8 @@
|
||||||
#include <windef.h>
|
#include <windef.h>
|
||||||
|
|
||||||
/* ## DLL-wide Globals ## */
|
/* ## DLL-wide Globals ## */
|
||||||
extern HINSTANCE LOCALSPL_hInstance;
|
extern HINSTANCE LOCALSPL_hInstance DECLSPEC_HIDDEN;
|
||||||
void setup_provider(void);
|
void setup_provider(void) DECLSPEC_HIDDEN;
|
||||||
|
|
||||||
/* ## Resource-ID ## */
|
/* ## Resource-ID ## */
|
||||||
#define IDS_LOCALPORT 500
|
#define IDS_LOCALPORT 500
|
||||||
|
|
Loading…
Reference in New Issue