Commit 8aeaa423 authored by Andrew Talbot's avatar Andrew Talbot Committed by Alexandre Julliard

inkobj: Declare a variable static.

parent 28645c64
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
WINE_DEFAULT_DEBUG_CHANNEL(inkobj); WINE_DEFAULT_DEBUG_CHANNEL(inkobj);
LONG INKOBJ_refCount = 0; static LONG INKOBJ_refCount;
HINSTANCE INKOBJ_hInstance; HINSTANCE INKOBJ_hInstance;
/***************************************************** /*****************************************************
......
...@@ -30,7 +30,6 @@ ...@@ -30,7 +30,6 @@
#include "wine/debug.h" #include "wine/debug.h"
extern LONG INKOBJ_refCount;
extern HINSTANCE INKOBJ_hInstance; extern HINSTANCE INKOBJ_hInstance;
#endif /* INKOBJ_INTERNAL_H */ #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