From d12bb0393c95c8d0dc31b55f70c05a7dee7402de Mon Sep 17 00:00:00 2001 From: Hartmut Birr Date: Sat, 2 Oct 2004 08:28:34 +0000 Subject: [PATCH] - Fixed the definition of SNMP_FUNC_TYPE. svn path=/trunk/; revision=11146 --- reactos/include/snmp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/include/snmp.h b/reactos/include/snmp.h index 71bfb61dc4f..55b6a1fee41 100644 --- a/reactos/include/snmp.h +++ b/reactos/include/snmp.h @@ -115,7 +115,7 @@ typedef struct { #define SNMPAPI INT #ifndef SNMP_FUNC_TYPE -#define SNMP_FUNC_TYPE +#define SNMP_FUNC_TYPE STDCALL #endif //LPVOID SNMP_FUNC_TYPE SnmpUtilMemAlloc(UINT nBytes);