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

Annotation of /libmcrypt/lib/win32_comp.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (hide annotations)
Thu Oct 12 21:06:31 2000 UTC (23 years, 5 months ago) by nmav
Branch: MAIN
File MIME type: text/plain
Added defines and some function emulation needed in WIN32. Thanks goes
to Dimitris Souflis (dsouflis@altera.gr)

1 nmav 1.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     void *dlopen(const char *module, int unused);
15     FARPROC dl_proc(HMODULE mo, const char *proc);
16     void dl_detach(HMODULE mo);
17     #endif
18    
19     #endif

webmaster@linux.gr
ViewVC Help
Powered by ViewVC 1.1.26