-
Notifications
You must be signed in to change notification settings - Fork 105
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
config: remove CCommonDialog, move mfc annotations to StdAfx.h (#544)
- Loading branch information
Showing
12 changed files
with
46 additions
and
74 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
// stdafx.cpp : source file that includes just the standard includes | ||
// simple.pch will be the pre-compiled header | ||
// stdafx.obj will contain the pre-compiled type information | ||
|
||
#include "stdafx.h" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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) |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.