From 59d3529f29790e9e9aed50d4135e96c5bda2f094 Mon Sep 17 00:00:00 2001 From: Anatol Belski Date: Mon, 31 Aug 2015 22:22:46 +0200 Subject: [PATCH] cleanup an atavism no DOS support here ) --- TSRM/tsrm_win32.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TSRM/tsrm_win32.c b/TSRM/tsrm_win32.c index e596741680..7bafd2b7b1 100644 --- a/TSRM/tsrm_win32.c +++ b/TSRM/tsrm_win32.c @@ -49,7 +49,7 @@ TSRMLS_CACHE_UPDATE(); globals->shm = NULL; globals->process_size = 0; globals->shm_size = 0; - globals->comspec = _strdup((GetVersion()<0x80000000)?"cmd.exe":"command.com"); + globals->comspec = _strdup("cmd.exe"); /* Set it to INVALID_HANDLE_VALUE * It will be initialized correctly in tsrm_win32_access or set to -- 2.40.0