turn off ms warning

This commit is contained in:
Jeff Hill
2002-04-25 18:16:54 +00:00
parent a7ce3f1723
commit adf08b7c29

View File

@@ -14,6 +14,10 @@
* 505 665 1831
*/
#ifdef _MSC_VER
# pragma warning(disable:4355)
#endif
#include "cac.h"
#include "tcpKillTimer.h"