X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fincludes%2FDietHEP.h;h=ca62de83696fcbb1365a37fdd6b478548074d39e;hb=b36d01c87fa805dfcf0a9b8cfc3038418139aeed;hp=461164e0add48a27ecac7e608a607aef3b81f2b2;hpb=f15555b41d23a280fcd474af928f222dcde64515;p=ghc-hetmet.git diff --git a/ghc/includes/DietHEP.h b/ghc/includes/DietHEP.h index 461164e..ca62de8 100644 --- a/ghc/includes/DietHEP.h +++ b/ghc/includes/DietHEP.h @@ -1,11 +1,11 @@ -typedef enum { dh_stdcall, dh_ccall } DHCALLCONV; -typedef int HMODULE; -typedef char* LPCSTR; - -extern HMODULE LoadLibrary ( LPCSTR modname ); -extern void* GetProcAddr ( DHCALLCONV cconv, - HMODULE hModule, - LPCSTR lpProcName ); +typedef enum { dh_stdcall, dh_ccall } DH_CALLCONV; +typedef int DH_MODULE; +typedef char* DH_LPCSTR; + +extern DH_MODULE DH_LoadLibrary ( DH_LPCSTR modname ); +extern void* DH_GetProcAddress ( DH_CALLCONV cconv, + DH_MODULE hModule, + DH_LPCSTR lpProcName );