Author: hpoussin Date: Thu May 8 12:08:47 2008 New Revision: 33376
URL: http://svn.reactos.org/svn/reactos?rev=33376&view=rev Log: Use _tWinMain instead of WinMain, as welcome.exe uses TCHAR in other places
Modified: trunk/reactos/base/setup/welcome/welcome.c
Modified: trunk/reactos/base/setup/welcome/welcome.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/base/setup/welcome/welcome.... ============================================================================== --- trunk/reactos/base/setup/welcome/welcome.c [iso-8859-1] (original) +++ trunk/reactos/base/setup/welcome/welcome.c [iso-8859-1] Thu May 8 12:08:47 2008 @@ -96,9 +96,9 @@ /* FUNCTIONS ****************************************************************/
int WINAPI -WinMain(HINSTANCE hInst, +_tWinMain(HINSTANCE hInst, HINSTANCE hPrevInstance, - LPSTR lpszCmdLine, + LPTSTR lpszCmdLine, int nCmdShow) { WNDCLASSEX wndclass;