33 lines
783 B
C
33 lines
783 B
C
/*++
|
|
|
|
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>
|
|
|