Subversion-branch: /branches/v2-branch
Subversion-revision: 2717
This commit is contained in:
Simon Howard 2013-10-20 20:37:48 +00:00
parent c5defc73af
commit ead4a7a8bd

View file

@ -150,7 +150,19 @@ static char *ExecReadOutput(char **argv)
// TXT_UpdateScreen can be run in the background).
// * On Windows XP the program exits/crashes when the dialog is
// closed.
#if defined(xxxdisabled_WIN32)
#if defined(_WIN32)
int TXT_CanSelectFiles(void)
{
return 0;
}
char *TXT_SelectFile(char *window_title, char **extensions)
{
return NULL;
}
#elif defined(xxxdisabled_WIN32)
// Windows code. Use comdlg32 to pop up a dialog box.