mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 00:14:22 +00:00
config: remove CCommonDialog, move mfc annotations to StdAfx.h (#544)
This commit is contained in:

committed by
GitHub

parent
94c4576e8d
commit
f1f4bd14c6
31
CONFIG/StdAfx.h
Normal file
31
CONFIG/StdAfx.h
Normal file
@@ -0,0 +1,31 @@
|
||||
#if !defined(AFX_STDAFX_H)
|
||||
#define AFX_STDAFX_H
|
||||
|
||||
#define VC_EXTRALEAN // Exclude rarely-used stuff from Windows headers
|
||||
|
||||
#include <afxext.h> // MFC extensions
|
||||
#include <afxwin.h> // MFC core and standard components
|
||||
#ifndef _AFX_NO_AFXCMN_SUPPORT
|
||||
#include <afxcmn.h> // MFC support for Windows Common Controls
|
||||
#endif // _AFX_NO_AFXCMN_SUPPORT
|
||||
|
||||
#if 0
|
||||
|
||||
// FUNCTION: CONFIG 0x402ca0
|
||||
// CObject::Serialize
|
||||
|
||||
// FUNCTION: CONFIG 0x402cb0
|
||||
// CObject::AssertValid
|
||||
|
||||
// FUNCTION: CONFIG 0x402cc0
|
||||
// CObject::Dump
|
||||
|
||||
// FUNCTION: CONFIG 0x00403c90
|
||||
// CWnd::BeginModalState
|
||||
|
||||
// FUNCTION: CONFIG 0x00403ca0
|
||||
// CWnd::EndModalState
|
||||
|
||||
#endif
|
||||
|
||||
#endif // !defined(AFX_STDAFX_H)
|
Reference in New Issue
Block a user