From ac1538bc14f0f929ad546ae74df1110130d173f4 Mon Sep 17 00:00:00 2001
From: rswindell <>
Date: Thu, 19 Jul 2001 00:32:02 +0000
Subject: [PATCH] Eliminated separate WOW_VDM for NT externals. May have no
 effect.

---
 src/sbbs3/xtrn.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/sbbs3/xtrn.cpp b/src/sbbs3/xtrn.cpp
index 2e9bacd15e..2d1c260dcf 100644
--- a/src/sbbs3/xtrn.cpp
+++ b/src/sbbs3/xtrn.cpp
@@ -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
-- 
GitLab