aboutsummaryrefslogtreecommitdiffstats
path: root/include/dynload.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/dynload.h')
-rw-r--r--include/dynload.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/dynload.h b/include/dynload.h
index a2e051c25..c8aadb49c 100644
--- a/include/dynload.h
+++ b/include/dynload.h
@@ -26,6 +26,8 @@
#else
#include <windows.h>
+#define RTLD_LAZY 0
+
static __inline__ void *
dlopen (const char * name, int flag)
{