fix warning

This commit is contained in:
Glenn Maynard
2003-09-06 04:22:30 +00:00
parent d47eda86da
commit 958006d4a1
@@ -38,7 +38,7 @@ BOOL CALLBACK LoadingWindow_Win32::WndProc( HWND hWnd, UINT msg, WPARAM wParam,
hdcSrc,
0, 0,
SRCCOPY );
DWORD dwLastError = GetLastError();
// DWORD dwLastError = GetLastError();
ASSERT( bSuccess );
EndPaint( hWnd, &ps );
}