Commit d92eca1e authored by Andrew Talbot's avatar Andrew Talbot Committed by Alexandre Julliard

msctf: Declare some variables static.

parent f63ceec4
......@@ -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);
......
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