little build fix for my last commit
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@5682 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
f7a91ff3cd
commit
9255481882
|
@ -34,7 +34,6 @@ GFXDebuggerDX9 *m_DebuggerFrame = NULL;
|
|||
#endif // HAVE_WX
|
||||
|
||||
#include "svnrev.h"
|
||||
#include "resource.h"
|
||||
#include "main.h"
|
||||
#include "VideoConfig.h"
|
||||
#include "Fifo.h"
|
||||
|
@ -204,7 +203,7 @@ void SetDllGlobals(PLUGIN_GLOBALS* _pPluginGlobals)
|
|||
|
||||
void DllAbout(HWND _hParent)
|
||||
{
|
||||
DialogBox(g_hInstance,(LPCTSTR)IDD_ABOUT,_hParent,(DLGPROC)AboutProc);
|
||||
//DialogBox(g_hInstance,(LPCTSTR)IDD_ABOUT,_hParent,(DLGPROC)AboutProc);
|
||||
}
|
||||
|
||||
void DllConfig(HWND _hParent)
|
||||
|
|
Loading…
Reference in New Issue