windows: Define RTLD_NOW, even if it is not used

This commit is contained in:
Tobias Brunner
2015-11-09 14:37:07 +01:00
parent dff2d05bb9
commit 7bea8e0f4a
+5
View File
@@ -220,6 +220,11 @@ static inline int setenv(const char *name, const char *value, int overwrite)
*/
#define RTLD_LAZY 1
/**
* Immediate binding, ignored on Windows
*/
#define RTLD_NOW 2
/**
* Default handle targeting .exe
*/