localspl: Mark internal symbols with hidden visibility.

This commit is contained in:
Marcus Meissner 2011-05-13 17:20:55 +02:00 committed by Alexandre Julliard
parent b93c6dfc69
commit 340be4feb7
1 changed files with 2 additions and 2 deletions

View File

@ -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