/* Automatically generated by HaskellDirect (ihc.exe), snapshot 061203 Created: 12:16 E. Europe Standard Time, Wednesday 24 December, 2003 Command line: oleipc.idl -fcom */ #include #ifndef __INT64_DEFINED__ #ifdef __GNUC__ typedef long long int64; typedef unsigned long long uint64; #else #ifdef _MSC_VER typedef __int64 int64; typedef unsigned __int64 uint64; #else /* Need some help here, please. */ #endif #endif #define __INT64_DEFINED__ #endif typedef long (__stdcall * prim_Oleipc_showHelp__funptr) (void* arg1, unsigned long arg2, void* arg3, POINTS arg4, unsigned long arg5, void* arg6, unsigned long arg7); long prim_Oleipc_showHelp (void* arg0, void* arg1, unsigned long arg2, void* arg3, POINTS* arg4, unsigned long arg5, void* arg6, unsigned long arg7) { long res; prim_Oleipc_showHelp__funptr __funptr__; __funptr__ = (prim_Oleipc_showHelp__funptr)arg0; res =__funptr__(arg1, arg2, arg3, *arg4, arg5, arg6, arg7); return (res); }