[project @ 2000-05-12 13:49:54 by sewardj]
[ghc-hetmet.git] / ghc / includes / DietHEP.h
index 461164e..ca62de8 100644 (file)
@@ -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 );