Fix compilation by using an unicode entrypoint

svn path=/trunk/; revision=33381
This commit is contained in:
Hervé Poussineau 2008-05-08 18:42:29 +00:00
parent 618eb75c49
commit 0a216e7da4

View file

@ -293,10 +293,10 @@ ShutdownHandlerRoutine(DWORD dwCtrlType)
int STDCALL
WinMain(HINSTANCE hInstance,
HINSTANCE hPrevInstance,
LPSTR lpCmdLine,
int nShowCmd)
wWinMain(HINSTANCE hInstance,
HINSTANCE hPrevInstance,
LPWSTR lpCmdLine,
int nShowCmd)
{
HANDLE hScmStartEvent;
HANDLE hEvent;