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
@@ -10,7 +10,7 @@ DECOMP_SIZE_ASSERT(CDialog, 0x60)
|
||||
DECOMP_SIZE_ASSERT(CMainDialog, 0x70)
|
||||
|
||||
// FUNCTION: CONFIG 0x00403d50
|
||||
CMainDialog::CMainDialog(CWnd* pParent) : CCommonDialog(IDD, pParent)
|
||||
CMainDialog::CMainDialog(CWnd* pParent) : CDialog(IDD, pParent)
|
||||
{
|
||||
afxCurrentWinApp;
|
||||
m_icon = LoadIconA(AfxFindResourceHandle(MAKEINTRESOURCE(IDI_CONFIG), RT_GROUP_ICON), MAKEINTRESOURCE(IDI_CONFIG));
|
||||
|
Reference in New Issue
Block a user