inkobj: Mark internal variable with hidden visibility and hinstance as stattic.
This commit is contained in:
parent
02310f0021
commit
d3ab90985c
|
@ -20,7 +20,7 @@
|
|||
WINE_DEFAULT_DEBUG_CHANNEL(inkobj);
|
||||
|
||||
static LONG INKOBJ_refCount;
|
||||
HINSTANCE INKOBJ_hInstance;
|
||||
static HINSTANCE INKOBJ_hInstance;
|
||||
|
||||
/*****************************************************
|
||||
* DllMain (INKOBJ.init)
|
||||
|
|
|
@ -30,6 +30,4 @@
|
|||
|
||||
#include "wine/debug.h"
|
||||
|
||||
extern HINSTANCE INKOBJ_hInstance;
|
||||
|
||||
#endif /* INKOBJ_INTERNAL_H */
|
||||
|
|
Loading…
Reference in New Issue