get this little experiment started

for now all it does is crash
This commit is contained in:
Arisotura
2020-06-04 15:15:09 +02:00
parent 1abcb4e6ac
commit 200c494a55
3 changed files with 93 additions and 11 deletions

View File

@ -2071,12 +2071,12 @@ int CALLBACK WinMain(HINSTANCE hinst, HINSTANCE hprev, LPSTR cmdline, int cmdsho
if (argv_w) LocalFree(argv_w);
if (AttachConsole(ATTACH_PARENT_PROCESS))
/*if (AttachConsole(ATTACH_PARENT_PROCESS))
{
freopen("CONOUT$", "w", stdout);
freopen("CONOUT$", "w", stderr);
printf("\n");
}
}*/
int ret = main(argc, argv);