STDAFX.H
上传用户:btxinjin
上传日期:2007-01-04
资源大小:83k
文件大小:1k
源码类别:

Web服务器

开发平台:

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. // This is a part of the Microsoft Foundation Classes C++ library.
  6. // Copyright (C) 1997-1998 Microsoft Corporation
  7. // All rights reserved.
  8. //
  9. // This source code is only intended as a supplement to the
  10. // Microsoft Foundation Classes Reference and related
  11. // electronic documentation provided with the library.
  12. // See these sources for detailed information regarding the
  13. // Microsoft Foundation Classes product.
  14. #define SEPCHAR     '\'
  15. #define IMPL_CGI    1
  16. #define VC_EXTRALEAN        // Exclude rarely-used stuff from Windows headers
  17. #include <afxwin.h>         // MFC core and standard components
  18. #include <afxext.h>         // MFC extensions
  19. #include <afxcview.h>
  20. #ifdef IMPL_CGI
  21. #include <afxmt.h>
  22. #endif // IMPL_CGI
  23. #include <afxsock.h>
  24. #ifndef _AFX_NO_AFXCMN_SUPPORT
  25. #include <afxcmn.h>         // MFC support for Windows 95 Common Controls
  26. #endif // _AFX_NO_AFXCMN_SUPPORT
  27. #include <winreg.h>