mshta: No longer use console / crt API.
As regular GUI apps should. Signed-off-by: Eric Pouech <epouech@codeweavers.com>
This commit is contained in:
parent
3c878a5572
commit
21222ad7cd
1 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue