about summary refs log tree commit diff stats
path: root/src/LYExtern.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/LYExtern.c')
-rw-r--r--src/LYExtern.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/LYExtern.c b/src/LYExtern.c
index 2a46c131..2ea87a0c 100644
--- a/src/LYExtern.c
+++ b/src/LYExtern.c
@@ -323,7 +323,7 @@ BOOL run_external ARGS2(
 
 	    /* command running. */
 #ifdef WIN_EX			/* 1997/10/17 (Fri) 14:07:50 */
-#ifdef __CYGWIN__
+#if defined(__CYGWIN__) || defined(__MINGW32__)
 	    status = system(cmdbuf);
 #else
 	    status = xsystem(cmdbuf);