/[mcrypt]/libmcrypt/lib/win32_comp.h
ViewVC logotype

Contents of /libmcrypt/lib/win32_comp.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.4 - (show annotations)
Sun Feb 4 08:35:49 2001 UTC (23 years, 1 month ago) by nmav
Branch: MAIN
CVS Tags: libmcrypt_2_4_15, libmcrypt_2_4_16, mcrypt_2_4_20, mcrypt_2_4_12, libmcrypt_2_4_16b, libmcrypt_2_5_3, libmcrypt_2_5_2, libmcrypt_2_5_0, libmcrypt_2_5_7, libmcrypt_2_5_6, libmcrypt_2_5_5, libmcrypt_2_5_4, libmcrypt_2_4_17, libmcrypt_2_5_5rc1, libmcrypt_2_4_21, mcrypt_2_4_13, HEAD
Changes since 1.3: +2 -2 lines
File MIME type: text/plain
fixed different declarations

1 /* (c) D.Souflis dsouflis@acm.org */
2
3 #ifndef _WINSTUBDL_H
4 #define _WINSTUBDL_H
5
6 #ifdef WIN32
7 # define WIN32DLL_DEFINE __declspec( dllexport)
8 #else
9 # define WIN32DLL_DEFINE
10 #endif
11
12 #ifdef WIN32_DLOPEN
13 #include <windows.h>
14 #ifndef RTLD_LAZY
15 # define RTLD_LAZY 1
16 #endif
17 void *dlopen(const char *module, int unused);
18 void* dlsym(void* mo, const char *proc);
19 void dlclose(void* mo);
20 #endif
21
22 #endif

webmaster@linux.gr
ViewVC Help
Powered by ViewVC 1.1.26