klhttp-config.h
上传用户:jnmzc84
上传日期:2022-08-08
资源大小:35k
文件大小:0k
源码类别:

网络编程

开发平台:

Visual C++

  1. /**
  2.   @file klhttp-config.h
  3.   @author Kevin Lynx
  4.   @date 7.29.2008
  5. */
  6. #ifndef ___KLHTTP_CONFIG_H_
  7. #define ___KLHTTP_CONFIG_H_
  8. #ifdef WIN32 
  9. #ifdef _MSC_VER 
  10. #if _MSC_VER >= 1400
  11. #pragma warning( disable : 4996 )
  12. #endif
  13. #endif
  14. #endif
  15. #endif /* ___KLHTTP_CONFIG_H_ */