klhttp-config.h
资源名称:klhttpd.rar [点击查看]
上传用户:jnmzc84
上传日期:2022-08-08
资源大小:35k
文件大小:0k
源码类别:
网络编程
开发平台:
Visual C++
- /**
- @file klhttp-config.h
- @author Kevin Lynx
- @date 7.29.2008
- */
- #ifndef ___KLHTTP_CONFIG_H_
- #define ___KLHTTP_CONFIG_H_
- #ifdef WIN32
- #ifdef _MSC_VER
- #if _MSC_VER >= 1400
- #pragma warning( disable : 4996 )
- #endif
- #endif
- #endif
- #endif /* ___KLHTTP_CONFIG_H_ */