home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / mfc / ole / mfcbind / stdafx.h < prev   
Encoding:
C/C++ Source or Header  |  1998-03-27  |  1.5 KB  |  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. // This is a part of the Microsoft Foundation Classes C++ library.
  6. // Copyright (C) 1992-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. #if !defined(AFX_STDAFX_H__C3B18224_2457_11D1_A4EC_00C04FD91A9F__INCLUDED_)
  16. #define AFX_STDAFX_H__C3B18224_2457_11D1_A4EC_00C04FD91A9F__INCLUDED_
  17.  
  18. #if _MSC_VER > 1000
  19. #pragma once
  20. #endif // _MSC_VER > 1000
  21.  
  22. #define VC_EXTRALEAN        // Exclude rarely-used stuff from Windows headers
  23.  
  24. #include <afxwin.h>         // MFC core and standard components
  25. #include <afxext.h>         // MFC extensions
  26. #include <afxole.h>         // MFC OLE classes
  27. #include <afxodlgs.h>       // MFC OLE dialog classes
  28. #include <afxcmn.h>         // MFC support for Windows Common Controls
  29. #include <afxcview.h>       // MFC common-control views
  30.  
  31. #include <afxpriv.h>        // USES_CONVERSION macros
  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__C3B18224_2457_11D1_A4EC_00C04FD91A9F__INCLUDED_)
  37.