Fix uninitialized variable

svn path=/trunk/; revision=47296
This commit is contained in:
Timo Kreuzer
2010-05-22 02:32:28 +00:00
parent 709fe1efef
commit 411d634720
+1 -1
View File
@@ -186,7 +186,7 @@ User32CreateWindowEx(DWORD dwExStyle,
UNICODE_STRING ClassName;
WNDCLASSEXA wceA;
WNDCLASSEXW wceW;
HWND Handle;
HWND Handle = NULL;
#if 0
DbgPrint("[window] User32CreateWindowEx style %d, exstyle %d, parent %d\n", dwStyle, dwExStyle, hWndParent);