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

svn path=/trunk/; revision=33376
This commit is contained in:
Hervé Poussineau 2008-05-08 17:08:47 +00:00
parent 76ed4ec83b
commit 0a651dddad

View file

@ -96,9 +96,9 @@ MainWndProc (HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam);
/* FUNCTIONS ****************************************************************/
int WINAPI
WinMain(HINSTANCE hInst,
_tWinMain(HINSTANCE hInst,
HINSTANCE hPrevInstance,
LPSTR lpszCmdLine,
LPTSTR lpszCmdLine,
int nCmdShow)
{
WNDCLASSEX wndclass;