mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-11 12:46:16 +00:00
Compile fix
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1430 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
a683d2f5d3
commit
41eabbf3d6
@ -680,8 +680,8 @@ void OpenGL_Shutdown()
|
||||
if (!wglMakeCurrent(NULL,NULL)) // Are We Able To Release The DC And RC Contexts?
|
||||
{
|
||||
// [F|RES]: if this fails i dont see the message box and
|
||||
cant get out of the modal state
|
||||
// so i disable it. This function fails only if i render to main window
|
||||
// cant get out of the modal state so i disable it.
|
||||
// This function fails only if i render to main window
|
||||
// MessageBox(NULL,"Release Of DC And RC Failed.", "SHUTDOWN ERROR", MB_OK | MB_ICONINFORMATION);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user