aboutsummaryrefslogtreecommitdiff
path: root/lprefix.h
diff options
context:
space:
mode:
Diffstat (limited to 'lprefix.h')
-rw-r--r--lprefix.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lprefix.h b/lprefix.h
index 8ad5a4d..0f83906 100644
--- a/lprefix.h
+++ b/lprefix.h
@@ -195,7 +195,7 @@ LUAMOD_API int luaopen_compat53_string (lua_State *L) {
195# endif 195# endif
196 196
197/* choose which popen implementation to pick */ 197/* choose which popen implementation to pick */
198# if defined(_MSC_VER) 198# if (defined(_WIN32) && !defined(__CYGWIN__))
199# define LUA_USE_WINDOWS 1 199# define LUA_USE_WINDOWS 1
200# endif 200# endif
201# if (!defined(LUA_USE_WINDOWS) && !defined(LUA_USE_POSIX)) && \ 201# if (!defined(LUA_USE_WINDOWS) && !defined(LUA_USE_POSIX)) && \