Fixed bug am46112

This commit is contained in:
David Anderson
2006-10-22 00:45:33 +00:00
parent d84c3a3798
commit d542015214
3 changed files with 7 additions and 0 deletions

View File

@@ -4,6 +4,7 @@
#include "stdafx.h"
#include "WinCSX.h"
#include <stdio.h>
#include "commctrl.h"
int APIENTRY _tWinMain(HINSTANCE hInstance,
HINSTANCE hPrevInstance,
@@ -26,6 +27,8 @@ int APIENTRY _tWinMain(HINSTANCE hInstance,
return FALSE;
}
InitCommonControls();
hAccelTable = LoadAccelerators(hInstance, (LPCTSTR)IDC_WINCSX);
// Show the dialog box now.