diff options
Diffstat (limited to 'lprefix.h')
-rw-r--r-- | lprefix.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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)) && \ |