16 lines
305 B
Diff
Executable File
16 lines
305 B
Diff
Executable File
diff --git a/wcd/src/querycp.c b/wcd/src/querycp.c
|
|
index 6347496..4bed83b 100644
|
|
--- a/wcd/src/querycp.c
|
|
+++ b/wcd/src/querycp.c
|
|
@@ -3,10 +3,6 @@
|
|
#if (defined(__WATCOMC__) && defined(__NT__))
|
|
# define _WIN32
|
|
#endif
|
|
-#ifdef __MSYS__
|
|
-# define _WIN32
|
|
-# undef __CYGWIN__
|
|
-#endif
|
|
|
|
#ifdef __DJGPP__
|
|
|