summaryrefslogtreecommitdiff
path: root/textscreen
diff options
context:
space:
mode:
authorSimon Howard2013-10-20 20:37:48 +0000
committerSimon Howard2013-10-20 20:37:48 +0000
commitead4a7a8bd40d4a5ff65e078956678da0d227f12 (patch)
tree81f7546462fb669948d0207317c8800cbf79f3bb /textscreen
parentc5defc73afb3cef52ab260c7f3e36ee3ac0d14e1 (diff)
downloadchocolate-doom-ead4a7a8bd40d4a5ff65e078956678da0d227f12.tar.gz
chocolate-doom-ead4a7a8bd40d4a5ff65e078956678da0d227f12.tar.bz2
chocolate-doom-ead4a7a8bd40d4a5ff65e078956678da0d227f12.zip
Oops.
Subversion-branch: /branches/v2-branch Subversion-revision: 2717
Diffstat (limited to 'textscreen')
-rw-r--r--textscreen/txt_fileselect.c14
1 files changed, 13 insertions, 1 deletions
diff --git a/textscreen/txt_fileselect.c b/textscreen/txt_fileselect.c
index c6d6d246..0ef404b4 100644
--- a/textscreen/txt_fileselect.c
+++ b/textscreen/txt_fileselect.c
@@ -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.