diff options
Diffstat (limited to 'src/lj_clib.c')
-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 4e01c5f1..f744c3a1 100644 --- a/src/lj_clib.c +++ b/src/lj_clib.c | |||
@@ -145,9 +145,6 @@ static void *clib_getsym(CLibrary *cl, const char *name) | |||
145 | #elif LJ_TARGET_WINDOWS | 145 | #elif LJ_TARGET_WINDOWS |
146 | 146 | ||
147 | #define WIN32_LEAN_AND_MEAN | 147 | #define WIN32_LEAN_AND_MEAN |
148 | #ifndef WINVER | ||
149 | #define WINVER 0x0500 | ||
150 | #endif | ||
151 | #include <windows.h> | 148 | #include <windows.h> |
152 | 149 | ||
153 | #ifndef GET_MODULE_HANDLE_EX_FLAG_FROM_ADDRESS | 150 | #ifndef GET_MODULE_HANDLE_EX_FLAG_FROM_ADDRESS |