ICMP
|
00001 /* 00002 * IcmpDebug.h 00003 * 00004 * Copyright (c) Verax Systems. 00005 * All rights reserved. 00006 * 00007 * This software is furnished under a license. Use, duplication, 00008 * disclosure and all other uses are restricted to the rights 00009 * specified in the written license agreement. 00010 */ 00021 #ifndef __ICMPDEBUG_H__ 00022 #define __ICMPDEBUG_H__ 00023 00024 #include <windows.h> 00025 00026 00036 #ifdef DEBUG 00037 void IcmpOutputDebugString(const char *format, ...); 00038 #else 00039 void IcmpOutputDebugString() ; 00040 #endif 00041 00042 #endif