home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / vc98 / include / edkafx.h < prev    next >
C/C++ Source or Header  |  1998-04-25  |  497b  |  11 lines

  1. // edkafx.h : #include file for standard EDK system include files,
  2. //            These are used frequently, but are changed infrequently
  3. // Copyright 1986 - 1998 Microsoft Corporation.  All Rights Reserved.
  4.  
  5. #include <afxwin.h>         // MFC core and standard components
  6. #include <afxext.h>         // MFC extensions
  7.  
  8. #define _INC_WINDOWSX       // This keeps "WindowsX.h" from being included.
  9. #define _MAPINLS_H_         // This keeps "MAPInls.h" from being included.
  10. #include <edk.h>
  11.