Oops.
Subversion-branch: /branches/v2-branch Subversion-revision: 2717
This commit is contained in:
parent
c5defc73af
commit
ead4a7a8bd
1 changed files with 13 additions and 1 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue