mirror of
git://git.gnupg.org/gnupg.git
synced 2024-12-22 10:19:57 +01:00
*** empty log message ***
This commit is contained in:
parent
2bf665e188
commit
f099ed75b8
@ -1,6 +1,6 @@
|
||||
2003-08-14 Timo Schulz <twoaday@freakmail.de>
|
||||
|
||||
* dlfcn.h. New. W32 wrapper around the dynload mechanism.
|
||||
* dynload.h. New. W32 wrapper around the dynload mechanism.
|
||||
|
||||
2003-07-15 Werner Koch <wk@gnupg.org>
|
||||
|
||||
|
@ -18,12 +18,11 @@
|
||||
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
|
||||
*/
|
||||
|
||||
#ifndef GNUPG_DYNLOAD_H
|
||||
#define GNUPG_DYNLOAD_H
|
||||
#ifndef __MINGW32__
|
||||
#include <dlfcn.h> /* include the actual header file */
|
||||
#include <dlfcn.h>
|
||||
#else
|
||||
#ifndef W32_DLFCN_H
|
||||
#define W32_DLFCN_H
|
||||
|
||||
#include <windows.h>
|
||||
|
||||
static __inline__ void *
|
||||
@ -66,6 +65,5 @@ dlclose (void * hd)
|
||||
}
|
||||
return -1;
|
||||
}
|
||||
|
||||
#endif /*W32_DLFCN_H*/
|
||||
#endif
|
||||
#endif /*__MINGW32__*/
|
||||
#endif /*GNUPG_DYNLOAD_H*/
|
Loading…
x
Reference in New Issue
Block a user