Files
MSYS2-packages/wcd/querycp.patch
Erwin Waterlander a954e9a430 wcd: Update to 6.0.6
2025-12-07 13:20:17 +01:00

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__