checkpoints
This commit is contained in:
@@ -49,6 +49,8 @@ static RString GetNewWindow()
|
||||
|
||||
static LRESULT CALLBACK GraphicsWindow_WndProc( HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam )
|
||||
{
|
||||
CHECKPOINT_M( ssprintf("%p, %u, %08x, %08x", hWnd, msg, wParam, lParam) );
|
||||
|
||||
/* Suppress autorun. */
|
||||
if( msg == g_iQueryCancelAutoPlayMessage )
|
||||
return true;
|
||||
@@ -159,6 +161,8 @@ static LRESULT CALLBACK GraphicsWindow_WndProc( HWND hWnd, UINT msg, WPARAM wPar
|
||||
}
|
||||
}
|
||||
|
||||
CHECKPOINT_M( ssprintf("%p, %u, %08x, %08x", hWnd, msg, wParam, lParam) );
|
||||
|
||||
if( m_bWideWindowClass )
|
||||
return DefWindowProcW( hWnd, msg, wParam, lParam );
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user