[project @ 2004-08-13 10:45:16 by simonmar]
[ghc-hetmet.git] / ghc / includes / DietHEP.h
index ca62de8..28b3c05 100644 (file)
@@ -3,8 +3,10 @@ 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, 
+extern __attribute__((__stdcall__))
+       DH_MODULE DH_LoadLibrary    ( DH_LPCSTR modname );
+extern __attribute__((__stdcall__))
+       void*     DH_GetProcAddress ( DH_CALLCONV  cconv, 
                                      DH_MODULE    hModule, 
                                      DH_LPCSTR    lpProcName );