Commit 2de301d4 authored by Damjan Jovanovic's avatar Damjan Jovanovic Committed by Alexandre Julliard

mshta: wWinMain takes LPWSTR not LPSTR.

parent 38517694
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
#include <stdio.h> #include <stdio.h>
#include <windows.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"); printf("mshta.exe is a stub!\n");
return 0; return 0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment