summaryrefslogtreecommitdiff
path: root/TSRM/tsrm_win32.h
diff options
context:
space:
mode:
authorDaniel Beulshausen <dbeu@php.net>2001-07-01 20:08:21 +0000
committerDaniel Beulshausen <dbeu@php.net>2001-07-01 20:08:21 +0000
commit8934c1eb6a31a70408cb2353b655f7963721de48 (patch)
treeb5ca3a056396411000cdc6b47a1657b362794b1c /TSRM/tsrm_win32.h
parent512f6af726832d260b96dd35d946e0bdce775408 (diff)
downloadphp-git-8934c1eb6a31a70408cb2353b655f7963721de48.tar.gz
fix some popen trouble
Diffstat (limited to 'TSRM/tsrm_win32.h')
-rw-r--r--TSRM/tsrm_win32.h1
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