- Fixed the definition of SNMP_FUNC_TYPE.
authorHartmut Birr <osexpert@googlemail.com>
Sat, 2 Oct 2004 08:28:34 +0000 (08:28 +0000)
committerHartmut Birr <osexpert@googlemail.com>
Sat, 2 Oct 2004 08:28:34 +0000 (08:28 +0000)
svn path=/trunk/; revision=11146

reactos/include/snmp.h

index 71bfb61..55b6a1f 100644 (file)
@@ -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);