diff options
author | Timo Schulz <[email protected]> | 2003-09-28 17:16:03 +0000 |
---|---|---|
committer | Timo Schulz <[email protected]> | 2003-09-28 17:16:03 +0000 |
commit | 4b929ff36d0356ee66c3f072151109947a36fef7 (patch) | |
tree | d8de849d4a76bfa8586e933cc7d66e91291a8a28 /include/dynload.h | |
parent | 2003-09-28 Timo Schulz <[email protected]> (diff) | |
download | gnupg-4b929ff36d0356ee66c3f072151109947a36fef7.tar.gz gnupg-4b929ff36d0356ee66c3f072151109947a36fef7.zip |
2003-09-28 Timo Schulz <[email protected]>
* util.h [WIN32]: Prototype for asprintf.
* dynload.h [WIN32]: Define RTLD_LAZY.
Diffstat (limited to 'include/dynload.h')
-rw-r--r-- | include/dynload.h | 2 |
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) { |