diff options
author | Anatol Belski <ab@php.net> | 2015-08-31 22:22:46 +0200 |
---|---|---|
committer | Anatol Belski <ab@php.net> | 2015-09-02 17:05:47 +0200 |
commit | 59d3529f29790e9e9aed50d4135e96c5bda2f094 (patch) | |
tree | 0be4a4a477e919af12e232da7c2e49fd1459384e /TSRM | |
parent | 9d82a7dc9844281b17a4e20c744dd0271c657e51 (diff) | |
download | php-git-59d3529f29790e9e9aed50d4135e96c5bda2f094.tar.gz |
cleanup an atavism
no DOS support here )
Diffstat (limited to 'TSRM')
-rw-r--r-- | TSRM/tsrm_win32.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |