home *** CD-ROM | disk | FTP | other *** search
/ PC Plus SuperCD (UK) 2000 May / PCP163A.iso / Runimage / Cbuilder4 / Include / EDKAFX.H < prev    next >
Encoding:
C/C++ Source or Header  |  1999-01-26  |  580 b   |  13 lines

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