Isle
Loading...
Searching...
No Matches
StdAfx.h
Go to the documentation of this file.
1#if !defined(AFX_STDAFX_H)
2#define AFX_STDAFX_H
3
12// Exclude rarely-used stuff from Windows headers
13#define VC_EXTRALEAN
14
15// [AI] MFC extensions and core components included for user interface and application framework
16#include <afxext.h>
17#include <afxwin.h>
18
19#ifndef _AFX_NO_AFXCMN_SUPPORT
20#include <afxcmn.h>
21#endif // _AFX_NO_AFXCMN_SUPPORT
22
23#if 0
24// [AI] The section below documents addresses of commonly overridden MFC methods for diagnostic or serialization utilities.
25
26// FUNCTION: CONFIG 0x402ca0
27// CObject::Serialize
28
29// FUNCTION: CONFIG 0x402cb0
30// CObject::AssertValid
31
32// FUNCTION: CONFIG 0x402cc0
33// CObject::Dump
34
35// FUNCTION: CONFIG 0x00403c90
36// CWnd::BeginModalState
37
38// FUNCTION: CONFIG 0x00403ca0
39// CWnd::EndModalState
40
41#endif
42
43#endif // !defined(AFX_STDAFX_H)