home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Tricks of the Windows Gam…ming Gurus (2nd Edition)
/
Disc2.iso
/
vc98
/
include
/
edkafx.h
< prev
next >
Wrap
C/C++ Source or Header
|
1998-04-25
|
497b
|
11 lines
// edkafx.h : #include file for standard EDK system include files,
// These are used frequently, but are changed infrequently
// Copyright 1986 - 1998 Microsoft Corporation. All Rights Reserved.
#include <afxwin.h> // MFC core and standard components
#include <afxext.h> // MFC extensions
#define _INC_WINDOWSX // This keeps "WindowsX.h" from being included.
#define _MAPINLS_H_ // This keeps "MAPInls.h" from being included.
#include <edk.h>