home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / com / commap / ctlcomm / stdafx.h < prev   
Encoding:
C/C++ Source or Header  |  1998-04-03  |  916 b   |  25 lines

  1. #if !defined(STDAFX_H__448D3601_31CD_11D0_AE62_00C04FD7D06E__INCLUDED_)
  2. #define STDAFX_H__448D3601_31CD_11D0_AE62_00C04FD7D06E__INCLUDED_
  3.  
  4. // stdafx.h : include file for standard system include files,
  5. //  or project specific include files that are used frequently, but
  6. //      are changed infrequently
  7. //
  8.  
  9. #define VC_EXTRALEAN        // Exclude rarely-used stuff from Windows headers
  10.  
  11. #include <afxwin.h>         // MFC core and standard components
  12. #include <afxext.h>         // MFC extensions
  13. #ifndef _AFX_NO_AFXCMN_SUPPORT
  14. #include <afxcmn.h>         // MFC support for Windows Common Controls
  15. #endif // _AFX_NO_AFXCMN_SUPPORT
  16.  
  17. #import "../commap.tlb"
  18.  
  19. using namespace COMMAPLib;
  20.  
  21. //{{AFX_INSERT_LOCATION}}
  22. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  23.  
  24. #endif // !defined(STDAFX_H__448D3601_31CD_11D0_AE62_00C04FD7D06E__INCLUDED)
  25.