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 int STDCALL
WinMain(HINSTANCE hInstance, wWinMain(HINSTANCE hInstance,
HINSTANCE hPrevInstance, HINSTANCE hPrevInstance,
LPSTR lpCmdLine, LPWSTR lpCmdLine,
int nShowCmd) int nShowCmd)
{ {
HANDLE hScmStartEvent; HANDLE hScmStartEvent;
HANDLE hEvent; HANDLE hEvent;