1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-03 22:56:33 +02:00

* dynload.h [__MINGW32__]: Define RTLD_LAZY.

This commit is contained in:
Werner Koch 2004-03-16 10:47:08 +00:00
parent 501267f88b
commit b541bbde6d
3 changed files with 10 additions and 2 deletions

View file

@ -25,6 +25,8 @@
#else
#include <windows.h>
#define RTLD_LAZY 0
static __inline__ void *
dlopen (const char * name, int flag)
{