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:
parent
024bc22231
commit
4b929ff36d
3 changed files with 9 additions and 1 deletions
|
@ -26,6 +26,8 @@
|
|||
#else
|
||||
#include <windows.h>
|
||||
|
||||
#define RTLD_LAZY 0
|
||||
|
||||
static __inline__ void *
|
||||
dlopen (const char * name, int flag)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue