fix warning
This commit is contained in:
@@ -38,7 +38,7 @@ BOOL CALLBACK LoadingWindow_Win32::WndProc( HWND hWnd, UINT msg, WPARAM wParam,
|
|||||||
hdcSrc,
|
hdcSrc,
|
||||||
0, 0,
|
0, 0,
|
||||||
SRCCOPY );
|
SRCCOPY );
|
||||||
DWORD dwLastError = GetLastError();
|
// DWORD dwLastError = GetLastError();
|
||||||
ASSERT( bSuccess );
|
ASSERT( bSuccess );
|
||||||
EndPaint( hWnd, &ps );
|
EndPaint( hWnd, &ps );
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user