home *** CD-ROM | disk | FTP | other *** search
/ CD Actual Thematic 25: Programming / pc_actual_25.iso / C_C++ / BisonFlexWizard / data1.cab / Src / Wizard / StdAfx.h < prev   
Encoding:
C/C++ Source or Header  |  2000-01-16  |  906 b   |  21 lines

  1. #if !defined(AFX_STDAFX_H__C709ED26_A04C_11D1_B8B6_000000000000__INCLUDED_)
  2. #define AFX_STDAFX_H__C709ED26_A04C_11D1_B8B6_000000000000__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. #include <afxcmn.h>            // MFC support for Windows 95 Common Controls
  14. #include "debug.h"            // For ASSERT, VERIFY, and TRACE
  15. #include <customaw.h>        // Custom AppWizard interface
  16.  
  17. //{{AFX_INSERT_LOCATION}}
  18. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  19.  
  20. #endif // !defined(AFX_STDAFX_H__C709ED26_A04C_11D1_B8B6_000000000000__INCLUDED_)
  21.