Fixed the warning in mem.c;

Scan code E0 00 (fake scan code seen with USB keyboards' special keys on Windows) is no longer passed through.
This commit is contained in:
OBattler
2018-01-21 13:34:07 +01:00
parent f7cdc0f5b4
commit 2b8b4d5ba4
2 changed files with 17 additions and 7 deletions

View File

@@ -198,6 +198,8 @@ file_dlg_w(HWND hwnd, WCHAR *f, WCHAR *fn, int save)
wcstombs(openfilestring, wopenfilestring, sizeof(openfilestring));
// pclog("File dialog return true\n");
pclog("Filter Index: %i\n", ofn.nFilterIndex);
return(0);
}