Use _tWinMain instead of WinMain, as setup.exe uses TCHAR in other places

svn path=/trunk/; revision=33373
This commit is contained in:
Hervé Poussineau 2008-05-08 16:56:03 +00:00
parent 433491c7f4
commit 900237d0da

View file

@ -114,9 +114,9 @@ RunLiveCD (HINSTANCE hInstance)
}
int STDCALL
WinMain (HINSTANCE hInstance,
_tWinMain (HINSTANCE hInstance,
HINSTANCE hPrevInstance,
LPSTR lpCmdLine,
LPTSTR lpCmdLine,
int nShowCmd)
{
LPTSTR CmdLine;