home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / appwiz / customwz / stdafx.h < prev    next >
C/C++ Source or Header  |  1998-03-05  |  475b  |  14 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. // Copyright (c) 1985-1998, Microsoft Corporation. All rights reserved.
  6. //
  7.  
  8. #pragma warning(disable:4100) // 'unreferenced formal parameter'
  9.  
  10. #include <afxwin.h>         // MFC core and standard components
  11. #include <afxext.h>         // MFC extensions
  12. #include <afxtempl.h>
  13. #include <customaw.h>
  14.