mirror of https://github.com/PCSX2/pcsx2.git
LilyPad: Fix for some bizarre issue with wxWidgets involving property sheets, Microsoft, spec violations, and gremlins.
git-svn-id: http://pcsx2.googlecode.com/svn/trunk@1838 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
parent
5b628d5045
commit
323489147a
|
@ -2010,7 +2010,7 @@ INT_PTR CALLBACK GeneralDialogProc(HWND hWnd, unsigned int msg, WPARAM wParam, L
|
|||
}
|
||||
|
||||
int CALLBACK PropSheetProc(HWND hWnd, UINT msg, LPARAM lParam) {
|
||||
hWndProp = hWnd;
|
||||
if (hWnd) hWndProp = hWnd;
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue