msctf: Declare some variables static.
This commit is contained in:
parent
f63ceec432
commit
d92eca1ef9
|
@ -39,9 +39,9 @@
|
|||
|
||||
WINE_DEFAULT_DEBUG_CHANNEL(msctf);
|
||||
|
||||
LONG MSCTF_refCount = 0;
|
||||
static LONG MSCTF_refCount;
|
||||
|
||||
HINSTANCE MSCTF_hinstance = 0;
|
||||
static HINSTANCE MSCTF_hinstance;
|
||||
|
||||
typedef HRESULT (*LPFNCONSTRUCTOR)(IUnknown *pUnkOuter, IUnknown **ppvOut);
|
||||
|
||||
|
|
Loading…
Reference in New Issue