msctf: Declare some variables static.

This commit is contained in:
Andrew Talbot 2009-01-29 22:12:30 +00:00 committed by Alexandre Julliard
parent f63ceec432
commit d92eca1ef9
1 changed files with 2 additions and 2 deletions

View File

@ -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);