diff options
Diffstat (limited to '')
-rw-r--r-- | src/lj_clib.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/lj_clib.c b/src/lj_clib.c index dd903a73..2c85fb98 100644 --- a/src/lj_clib.c +++ b/src/lj_clib.c | |||
@@ -144,9 +144,6 @@ static void *clib_getsym(CLibrary *cl, const char *name) | |||
144 | #elif LJ_TARGET_WINDOWS | 144 | #elif LJ_TARGET_WINDOWS |
145 | 145 | ||
146 | #define WIN32_LEAN_AND_MEAN | 146 | #define WIN32_LEAN_AND_MEAN |
147 | #ifndef WINVER | ||
148 | #define WINVER 0x0500 | ||
149 | #endif | ||
150 | #include <windows.h> | 147 | #include <windows.h> |
151 | 148 | ||
152 | #ifndef GET_MODULE_HANDLE_EX_FLAG_FROM_ADDRESS | 149 | #ifndef GET_MODULE_HANDLE_EX_FLAG_FROM_ADDRESS |