aboutsummaryrefslogtreecommitdiff
path: root/externals/build/src/shell.c
diff options
context:
space:
mode:
Diffstat (limited to 'externals/build/src/shell.c')
-rw-r--r--externals/build/src/shell.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/externals/build/src/shell.c b/externals/build/src/shell.c
index 7c4a537f..916ae287 100644
--- a/externals/build/src/shell.c
+++ b/externals/build/src/shell.c
@@ -1 +1,7 @@
+/*
+ * this doesn't work for Windows, but it should be possible with MinGW or
+ * Cygwin <hans@at.or.at>
+ */
+#ifndef WIN32
#include "../../ggee/control/shell.c"
+#endif