home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / mfc / internet / httpsvr / stdafx.h < prev   
Encoding:
C/C++ Source or Header  |  1998-03-27  |  1.1 KB  |  34 lines

  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.  
  15. #define SEPCHAR     '\\'
  16. #define IMPL_CGI    1
  17.  
  18. #define VC_EXTRALEAN        // Exclude rarely-used stuff from Windows headers
  19.  
  20. #include <afxwin.h>         // MFC core and standard components
  21. #include <afxext.h>         // MFC extensions
  22. #include <afxcview.h>
  23.  
  24. #ifdef IMPL_CGI
  25. #include <afxmt.h>
  26. #endif // IMPL_CGI
  27.  
  28. #include <afxsock.h>
  29. #ifndef _AFX_NO_AFXCMN_SUPPORT
  30. #include <afxcmn.h>         // MFC support for Windows 95 Common Controls
  31. #endif // _AFX_NO_AFXCMN_SUPPORT
  32.  
  33. #include <winreg.h>
  34.