Andrew Talbot : comctl32: Declare some variables static.

Alexandre Julliard julliard at winehq.org
Fri Jan 2 08:25:52 CST 2009


Module: wine
Branch: master
Commit: c8cf4211869ea3de5bbc9b06c23e8b37ce27f319
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=c8cf4211869ea3de5bbc9b06c23e8b37ce27f319

Author: Andrew Talbot <andrew.talbot at talbotville.com>
Date:   Fri Jan  2 12:54:46 2009 +0000

comctl32: Declare some variables static.

---

 dlls/comctl32/commctrl.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dlls/comctl32/commctrl.c b/dlls/comctl32/commctrl.c
index 4e447af..949b62a 100644
--- a/dlls/comctl32/commctrl.c
+++ b/dlls/comctl32/commctrl.c
@@ -125,9 +125,9 @@ static const char manifest_filename[] = ARCH "_" NAME "_" PUBLIC_KEY "_" VERSION
 
 static LRESULT WINAPI COMCTL32_SubclassProc (HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam);
 
-LPWSTR  COMCTL32_wSubclass = NULL;
+static LPWSTR COMCTL32_wSubclass = NULL;
 HMODULE COMCTL32_hModule = 0;
-LANGID  COMCTL32_uiLang = MAKELANGID(LANG_NEUTRAL, SUBLANG_NEUTRAL);
+static LANGID COMCTL32_uiLang = MAKELANGID(LANG_NEUTRAL, SUBLANG_NEUTRAL);
 HBRUSH  COMCTL32_hPattern55AABrush = NULL;
 COMCTL32_SysColor  comctl32_color;
 




More information about the wine-cvs mailing list