diff options
| -rw-r--r-- | lprefix.h | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -199,7 +199,7 @@ LUAMOD_API int luaopen_compat53_string (lua_State *L) { | |||
| 199 | (defined(_XOPEN_SOURCE) && _XOPEN_SOURCE >= 600) || \ | 199 | (defined(_XOPEN_SOURCE) && _XOPEN_SOURCE >= 600) || \ |
| 200 | defined(__APPLE__) | 200 | defined(__APPLE__) |
| 201 | # define LUA_USE_POSIX 1 | 201 | # define LUA_USE_POSIX 1 |
| 202 | # elif (defined(_MSC_VER) | 202 | # elif (defined(_MSC_VER)) |
| 203 | # define LUA_USE_WINDOWS 0 | 203 | # define LUA_USE_WINDOWS 0 |
| 204 | # endif | 204 | # endif |
| 205 | 205 | ||
