about summary refs log tree commit diff stats
path: root/src/LYUtils.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/LYUtils.h')
-rw-r--r--src/LYUtils.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/LYUtils.h b/src/LYUtils.h
index bc5da5ab..9d44c9d0 100644
--- a/src/LYUtils.h
+++ b/src/LYUtils.h
@@ -1,3 +1,4 @@
+/* $LynxId: LYUtils.h,v 1.76 2007/07/02 23:43:21 tom Exp $ */
 #ifndef LYUTILS_H
 #define LYUTILS_H
 
@@ -215,7 +216,7 @@ extern "C" {
     extern int Cygwin_Shell(void);
 #endif
 
-#ifdef _WIN_CC
+#if defined(_WIN_CC) || defined(WIN_EX)
     extern int exec_command(char *cmd, int wait_flag);	/* xsystem.c */
     extern int xsystem(char *cmd);
 #endif