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:
Rodolfo Osvaldo Bogado 2010-06-13 20:08:20 +00:00
parent f7a91ff3cd
commit 9255481882
1 changed files with 1 additions and 2 deletions

View File

@ -34,7 +34,6 @@ GFXDebuggerDX9 *m_DebuggerFrame = NULL;
#endif // HAVE_WX #endif // HAVE_WX
#include "svnrev.h" #include "svnrev.h"
#include "resource.h"
#include "main.h" #include "main.h"
#include "VideoConfig.h" #include "VideoConfig.h"
#include "Fifo.h" #include "Fifo.h"
@ -204,7 +203,7 @@ void SetDllGlobals(PLUGIN_GLOBALS* _pPluginGlobals)
void DllAbout(HWND _hParent) 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) void DllConfig(HWND _hParent)