Commit d3ab9098 authored by Marcus Meissner's avatar Marcus Meissner Committed by Alexandre Julliard

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

parent 02310f00
......@@ -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 */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment