[project @ 2000-05-12 13:49:54 by sewardj]
[ghc-hetmet.git] / ghc / includes / DietHEP.h
1
2 typedef enum { dh_stdcall, dh_ccall } DH_CALLCONV;
3 typedef int                           DH_MODULE;
4 typedef char*                         DH_LPCSTR;
5
6 extern DH_MODULE DH_LoadLibrary    ( DH_LPCSTR modname );
7 extern void*     DH_GetProcAddress ( DH_CALLCONV  cconv, 
8                                      DH_MODULE    hModule, 
9                                      DH_LPCSTR    lpProcName );
10
11