mshta: wWinMain takes LPWSTR not LPSTR.

This commit is contained in:
Damjan Jovanovic 2010-05-04 19:14:17 +02:00 committed by Alexandre Julliard
parent 38517694bb
commit 2de301d4f4
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@
#include <stdio.h>
#include <windows.h>
int WINAPI wWinMain(HINSTANCE hInst, HINSTANCE hPrevInst, LPSTR cmdline, int cmdshow)
int WINAPI wWinMain(HINSTANCE hInst, HINSTANCE hPrevInst, LPWSTR cmdline, int cmdshow)
{
printf("mshta.exe is a stub!\n");
return 0;