- Forgot to add 't'.

svn path=/trunk/; revision=29973
This commit is contained in:
Aleksey Bragin 2007-10-30 08:50:40 +00:00
parent 9df7f026a3
commit fcadba6f7c

View file

@ -394,7 +394,7 @@ void Configure(void)
DialogBox(hInstance, MAKEINTRESOURCE(IDD_CONFIG), NULL , (DLGPROC)ConfigDlgProc);
}
int CALLBACK WinMain (HINSTANCE hInst,
int CALLBACK tWinMain (HINSTANCE hInst,
HINSTANCE hPrev,
LPTSTR lpCmdLine,
int iCmdShow)