Skip to content
Snippets Groups Projects
Commit ac1538bc authored by rswindell's avatar rswindell
Browse files

Eliminated separate WOW_VDM for NT externals. May have no effect.

parent 49ef1ed9
No related branches found
No related tags found
No related merge requests found
......@@ -461,7 +461,7 @@ int sbbs_t::external(char* cmdline, long mode, char* startup_dir)
NULL, // process security attributes
NULL, // thread security attributes
native && !(mode&EX_OFFLINE), // handle inheritance flag
CREATE_NEW_CONSOLE|CREATE_SEPARATE_WOW_VDM, // creation flags
CREATE_NEW_CONSOLE/*|CREATE_SEPARATE_WOW_VDM*/, // creation flags
NULL, // pointer to new environment block
p_startup_dir, // pointer to current directory name
&startup_info, // pointer to STARTUPINFO
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment