windows: Define RTLD_NOW, even if it is not used
This commit is contained in:
@@ -220,6 +220,11 @@ static inline int setenv(const char *name, const char *value, int overwrite)
|
|||||||
*/
|
*/
|
||||||
#define RTLD_LAZY 1
|
#define RTLD_LAZY 1
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Immediate binding, ignored on Windows
|
||||||
|
*/
|
||||||
|
#define RTLD_NOW 2
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Default handle targeting .exe
|
* Default handle targeting .exe
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user