win32_gui: gettting x64 build to work
This commit is contained in:
@@ -10,6 +10,9 @@
|
||||
|
||||
int mswin_yes_no_dialog( const char *question, const char *choices, int def)
|
||||
{
|
||||
UNREFERENCED_PARAMETER(question);
|
||||
UNREFERENCED_PARAMETER(choices);
|
||||
UNREFERENCED_PARAMETER(def);
|
||||
return '\032';
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user