(Win32) Buildfix

This commit is contained in:
twinaphex 2015-11-28 21:52:09 +01:00
parent ef3cbed13e
commit 883179bc40

View File

@ -201,8 +201,10 @@ LRESULT CALLBACK WndProcD3D(HWND hwnd, UINT message,
return win32_handle_keyboard_event(hwnd, message, wparam, lparam);
case WM_CREATE:
LPCREATESTRUCT p_cs = (LPCREATESTRUCT)lparam;
curD3D = p_cs->lpCreateParams;
{
LPCREATESTRUCT p_cs = (LPCREATESTRUCT)lparam;
curD3D = p_cs->lpCreateParams;
}
return 0;
case WM_CLOSE: