explicit <commdlg.h> to fix anti-ATL build errors
This commit is contained in:
parent
6b34e8b89a
commit
7ce4f3db93
|
@ -13,6 +13,7 @@
|
|||
#pragma warning(disable:4355) // Disable 'this' : used in base member initializer list
|
||||
|
||||
#include <windows.h>
|
||||
#include <commdlg.h>
|
||||
|
||||
CN64System::CN64System ( CPlugins * Plugins, bool SavesReadOnly ) :
|
||||
CSystemEvents(this, Plugins),
|
||||
|
|
|
@ -1,5 +1,8 @@
|
|||
#include "stdafx.h"
|
||||
|
||||
#include <windows.h>
|
||||
#include <commdlg.h>
|
||||
|
||||
CMainMenu::CMainMenu ( CMainGui * hMainWindow ):
|
||||
CBaseMenu(),
|
||||
m_ResetAccelerators(true)
|
||||
|
|
Loading…
Reference in New Issue