mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
[USER32]
Fix uninitialized variable svn path=/trunk/; revision=47296
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user