| Commit in reactos/include on MAIN | |||
| snmp.h | +1 | -1 | 1.2 -> 1.3 | 
- Fixed the definition of SNMP_FUNC_TYPE.
diff -u -r1.2 -r1.3 --- snmp.h 24 Sep 2002 14:37:04 -0000 1.2 +++ snmp.h 2 Oct 2004 08:28:34 -0000 1.3 @@ -115,7 +115,7 @@
#define SNMPAPI INT #ifndef SNMP_FUNC_TYPE
-#define SNMP_FUNC_TYPE
+#define SNMP_FUNC_TYPE	STDCALL
#endif //LPVOID SNMP_FUNC_TYPE SnmpUtilMemAlloc(UINT nBytes);