fix gcc4 warnings and indention

svn path=/trunk/; revision=16444
This commit is contained in:
Thomas Bluemel 2005-07-06 00:24:08 +00:00
parent c75115824f
commit 4ea9392a55

View file

@ -2024,7 +2024,7 @@ CheckListWndProc(IN HWND hwnd,
if (IsWindowEnabled(hwnd)) if (IsWindowEnabled(hwnd))
{ {
PCHECKITEM NewFocus; PCHECKITEM NewFocus;
INT NewFocusBox = 0; UINT NewFocusBox = 0;
BOOL InCheckBox; BOOL InCheckBox;
POINT pt; POINT pt;
BOOL ChangeFocus, Capture = FALSE; BOOL ChangeFocus, Capture = FALSE;
@ -2272,7 +2272,7 @@ CheckListWndProc(IN HWND hwnd,
case VK_TAB: case VK_TAB:
{ {
INT CheckBox; UINT CheckBox;
BOOL EnabledBox; BOOL EnabledBox;
BOOL Shift = GetKeyState(VK_SHIFT) & 0x8000; BOOL Shift = GetKeyState(VK_SHIFT) & 0x8000;