Removed InitCommonControls(), as it's redundant - as is InitCommonControlsEx()!

This commit is contained in:
tomch 2009-11-30 22:14:15 +00:00
parent 7dbfe967af
commit 8238547a1c

View File

@ -750,7 +750,6 @@ int DoDiskInsert(int nDrive, LPSTR szFileName)
int APIENTRY WinMain (HINSTANCE passinstance, HINSTANCE, LPSTR lpCmdLine, int)
{
InitCommonControls();
bool bSetFullScreen = false;
bool bBoot = false;
LPSTR szImageName_drive1 = NULL;