2 typedef enum { dh_stdcall, dh_ccall } DH_CALLCONV;
4 typedef char* DH_LPCSTR;
6 extern __attribute__((__stdcall__))
7 DH_MODULE DH_LoadLibrary ( DH_LPCSTR modname );
8 extern __attribute__((__stdcall__))
9 void* DH_GetProcAddress ( DH_CALLCONV cconv,
11 DH_LPCSTR lpProcName );