Commit 21222ad7 authored by Eric Pouech's avatar Eric Pouech Committed by Alexandre Julliard

mshta: No longer use console / crt API.

As regular GUI apps should. Signed-off-by: 's avatarEric Pouech <epouech@codeweavers.com>
parent 3c878a55
......@@ -21,9 +21,10 @@
#define WIN32_LEAN_AND_MEAN
#include <stdio.h>
#include <windows.h>
#include "wine/debug.h"
int WINAPI wWinMain(HINSTANCE hInst, HINSTANCE hPrevInst, LPWSTR cmdline, int cmdshow)
{
printf("mshta.exe is a stub!\n");
MESSAGE("mshta.exe is a stub!\n");
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