Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

32 lines
783 B

/*++
Copyright (c) 1996 Microsoft Corporation
Module Name:
stdafx.h : header file
stdafx.h : include file for standard system include files,
or project specific include files that are used frequently, but
are changed infrequently
File History:
JonY Apr-96 created
--*/
#include <afxwin.h> // MFC core and standard components
#include <afxext.h> // MFC extensions
#ifndef _AFX_NO_AFXCMN_SUPPORT
#include <afxcmn.h> // MFC support for Windows 95 Common Controls
#endif // _AFX_NO_AFXCMN_SUPPORT
//#include <afxdisp.h> // MFC OLE automation classes
#include <lmaccess.h>
#include <afxtempl.h> // MFC template classes
#include <afxmt.h> // MFC synchronization classes
#include <afxctl.h>