home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / atl / atltangram / mfctangram / stdafx.h < prev   
C/C++ Source or Header  |  1998-03-26  |  1KB  |  37 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. //
  6. // This is a part of the Active Template Library.
  7. // Copyright (C) 1996-1998 Microsoft Corporation
  8. // All rights reserved.
  9. //
  10. // This source code is only intended as a supplement to the
  11. // Active Template Library Reference and related
  12. // electronic documentation provided with the library.
  13. // See these sources for detailed information regarding the
  14. // Active Template Library product.
  15.  
  16. #if !defined(AFX_STDAFX_H__D1CF42D3_B039_11D0_B69F_00A0C903487A__INCLUDED_)
  17. #define AFX_STDAFX_H__D1CF42D3_B039_11D0_B69F_00A0C903487A__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.  
  32.  
  33. //{{AFX_INSERT_LOCATION}}
  34. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  35.  
  36. #endif // !defined(AFX_STDAFX_H__D1CF42D3_B039_11D0_B69F_00A0C903487A__INCLUDED_)
  37.