1
0
mirror of https://github.com/wine-mirror/wine synced 2024-07-03 08:19:41 +00:00

inkobj: Mark internal variable with hidden visibility and hinstance as stattic.

This commit is contained in:
Marcus Meissner 2011-05-13 17:17:34 +02:00 committed by Alexandre Julliard
parent 02310f0021
commit d3ab90985c
2 changed files with 1 additions and 3 deletions

View File

@ -20,7 +20,7 @@
WINE_DEFAULT_DEBUG_CHANNEL(inkobj);
static LONG INKOBJ_refCount;
HINSTANCE INKOBJ_hInstance;
static HINSTANCE INKOBJ_hInstance;
/*****************************************************
* DllMain (INKOBJ.init)

View File

@ -30,6 +30,4 @@
#include "wine/debug.h"
extern HINSTANCE INKOBJ_hInstance;
#endif /* INKOBJ_INTERNAL_H */