mirror of
https://github.com/reactos/reactos.git
synced 2025-04-26 16:40:27 +00:00
Use _tWinMain instead of WinMain, as setup.exe uses TCHAR in other places
svn path=/trunk/; revision=33373
This commit is contained in:
parent
433491c7f4
commit
900237d0da
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue