snmp.h (5.2.3790.1830-Windows 5.0) | | snmp.h (6.0.6000.16386-Windows 6.0) |
| | |
skipping to change at line 564 | | skipping to change at line 564 |
/////////////////////////////////////////////////////////////////////////////// | | /////////////////////////////////////////////////////////////////////////////// |
// // | | // // |
// SNMP Debugging Prototypes // | | // SNMP Debugging Prototypes // |
// // | | // // |
/////////////////////////////////////////////////////////////////////////////// | | /////////////////////////////////////////////////////////////////////////////// |
| | |
VOID | | VOID |
SNMP_FUNC_TYPE | | SNMP_FUNC_TYPE |
SnmpUtilDbgPrint( | | SnmpUtilDbgPrint( |
IN INT nLogLevel, // see log levels above... | | IN INT nLogLevel, // see log levels above... |
|
IN LPSTR szFormat, | | __in __format_string LPSTR szFormat, |
IN ... | | IN ... |
); | | ); |
| | |
#if DBG | | #if DBG |
#define SNMPDBG(_x_) SnmpUtilDbgPrint _x_ | | #define SNMPDBG(_x_) SnmpUtilDbgPrint _x_ |
#else | | #else |
#define SNMPDBG(_x_) | | #define SNMPDBG(_x_) |
#endif | | #endif |
| | |
/////////////////////////////////////////////////////////////////////////////// | | /////////////////////////////////////////////////////////////////////////////// |
| | |
End of changes. 1 change blocks. |
1 lines changed or deleted | | 1 lines changed or added |
|