1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-02 22:46:30 +02:00

2003-09-28 Timo Schulz <twoaday@freakmail.de>

* util.h [WIN32]: Prototype for asprintf.
        * dynload.h [WIN32]: Define RTLD_LAZY.
This commit is contained in:
Timo Schulz 2003-09-28 17:16:03 +00:00
parent 024bc22231
commit 4b929ff36d
3 changed files with 9 additions and 1 deletions

View file

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