StdAfx.h
上传用户:zhangwei01
上传日期:2007-01-09
资源大小:25k
文件大小:0k
源码类别:

Telnet服务器

开发平台:

Visual C++

  1. // stdafx.h : include file for standard system include files,
  2. //  or project specific include files that are used frequently, but
  3. //      are changed infrequently
  4. //
  5. #ifndef _STDAFX_H_
  6. #define _STDAFX_H_
  7. #include <afx.h>
  8. #include <winsock.h>
  9. #include <vector>
  10. #endif