inkobj: Declare a variable static.
This commit is contained in:
parent
28645c64d5
commit
8aeaa423ad
|
@ -19,7 +19,7 @@
|
|||
|
||||
WINE_DEFAULT_DEBUG_CHANNEL(inkobj);
|
||||
|
||||
LONG INKOBJ_refCount = 0;
|
||||
static LONG INKOBJ_refCount;
|
||||
HINSTANCE INKOBJ_hInstance;
|
||||
|
||||
/*****************************************************
|
||||
|
|
|
@ -30,7 +30,6 @@
|
|||
|
||||
#include "wine/debug.h"
|
||||
|
||||
extern LONG INKOBJ_refCount;
|
||||
extern HINSTANCE INKOBJ_hInstance;
|
||||
|
||||
#endif /* INKOBJ_INTERNAL_H */
|
||||
|
|
Loading…
Reference in New Issue