windows: Provide wrappers for dlopen() function family

This commit is contained in:
Martin Willi
2014-06-03 12:24:34 +02:00
parent 40a924090e
commit 2e6c203bad
2 changed files with 83 additions and 0 deletions
@@ -21,7 +21,9 @@
#include <sys/stat.h>
#include <unistd.h>
#include <string.h>
#ifdef HAVE_DLADDR
#include <dlfcn.h>
#endif
#include <limits.h>
#include <stdio.h>