home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / mfc / ole / oleview / stdafx.h < prev    next >
Encoding:
C/C++ Source or Header  |  1998-03-27  |  877 b   |  26 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 Microsoft Foundation Classes C++ library.
  7. // Copyright (C) 1992-1998 Microsoft Corporation
  8. // All rights reserved.
  9. //
  10. // This source code is only intended as a supplement to the
  11. // Microsoft Foundation Classes Reference and related
  12. // electronic documentation provided with the library.
  13. // See these sources for detailed information regarding the
  14. // Microsoft Foundation Classes product.
  15.  
  16. #define VC_EXTRALEAN
  17.  
  18. #include <afxwin.h>         // MFC core and standard components
  19. #include <afxext.h>         // MFC extensions (including VB)
  20. #include <afxole.h>
  21. #include <afxcmn.h>
  22. #include <afxcview.h>
  23. #include <afxpriv.h>
  24. #include <ole2ver.h>
  25. #include <winreg.h>
  26.