diff options
author | Daniel Beulshausen <dbeu@php.net> | 2001-07-01 20:08:21 +0000 |
---|---|---|
committer | Daniel Beulshausen <dbeu@php.net> | 2001-07-01 20:08:21 +0000 |
commit | 8934c1eb6a31a70408cb2353b655f7963721de48 (patch) | |
tree | b5ca3a056396411000cdc6b47a1657b362794b1c /TSRM/tsrm_win32.h | |
parent | 512f6af726832d260b96dd35d946e0bdce775408 (diff) | |
download | php-git-8934c1eb6a31a70408cb2353b655f7963721de48.tar.gz |
fix some popen trouble
Diffstat (limited to 'TSRM/tsrm_win32.h')
-rw-r--r-- | TSRM/tsrm_win32.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/TSRM/tsrm_win32.h b/TSRM/tsrm_win32.h index 08eceb644f..c26c8f9506 100644 --- a/TSRM/tsrm_win32.h +++ b/TSRM/tsrm_win32.h @@ -34,6 +34,7 @@ typedef struct { typedef struct { ProcessPair *process; int process_size; + char *comspec; } tsrm_win32_globals; #ifdef ZTS |