inkobj: Declare a variable static.

oldstable
Andrew Talbot 2009-01-05 22:14:22 +00:00 committed by Alexandre Julliard
parent 28645c64d5
commit 8aeaa423ad
2 changed files with 1 additions and 2 deletions

View File

@ -19,7 +19,7 @@
WINE_DEFAULT_DEBUG_CHANNEL(inkobj);
LONG INKOBJ_refCount = 0;
static LONG INKOBJ_refCount;
HINSTANCE INKOBJ_hInstance;
/*****************************************************

View File

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