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

  1. // This is part of the Microsoft Foundation Classes C++ library.
  2. // Copyright (C) 1992-1998 Microsoft Corporation
  3. // All rights reserved.
  4. //
  5. // This source code is only intended as a supplement to the
  6. // Microsoft Foundation Classes Reference and related
  7. // electronic documentation provided with the library.
  8. // See these sources for detailed information regarding the
  9. // Microsoft Foundation Classes product.
  10. //
  11. // stdafx.h : include file for standard system include files,
  12. //  or project specific include files that are used frequently, but
  13. //      are changed infrequently
  14. //
  15.  
  16. #if !defined(AFX_STDAFX_H__47FF407F_CE1B_11D0_BEB6_00C04FC99F83__INCLUDED_)
  17. #define AFX_STDAFX_H__47FF407F_CE1B_11D0_BEB6_00C04FC99F83__INCLUDED_
  18.  
  19. #if _MSC_VER >= 1000
  20. #pragma once
  21. #endif // _MSC_VER >= 1000
  22.  
  23. #define VC_EXTRALEAN        // Exclude rarely-used stuff from Windows headers
  24.  
  25. #include <afxwin.h>         // MFC core and standard components
  26. #include <afxext.h>         // MFC extensions
  27. #include <afxdisp.h>        // MFC OLE automation classes
  28. #ifndef _AFX_NO_AFXCMN_SUPPORT
  29. #include <afxcmn.h>         // MFC support for Windows Common Controls
  30. #endif // _AFX_NO_AFXCMN_SUPPORT
  31. #include <afxhtml.h>
  32.  
  33. #include <afxsock.h>        // MFC socket extensions
  34.  
  35. //{{AFX_INSERT_LOCATION}}
  36. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  37.  
  38. #endif // !defined(AFX_STDAFX_H__47FF407F_CE1B_11D0_BEB6_00C04FC99F83__INCLUDED_)
  39.