diff options
author | Daniel Beulshausen <dbeu@php.net> | 2001-07-09 16:44:40 +0000 |
---|---|---|
committer | Daniel Beulshausen <dbeu@php.net> | 2001-07-09 16:44:40 +0000 |
commit | 112b9062ff18d13c08fc3f36d103fc78c825ea63 (patch) | |
tree | 50d58783f7d03644af454953cd260e97ca4ef269 /TSRM/tsrm_win32.h | |
parent | 61822fcd477edc5976700ff40fbebf189bd431d6 (diff) | |
download | php-git-112b9062ff18d13c08fc3f36d103fc78c825ea63.tar.gz |
adopt shane's popen patch
Diffstat (limited to 'TSRM/tsrm_win32.h')
-rw-r--r-- | TSRM/tsrm_win32.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TSRM/tsrm_win32.h b/TSRM/tsrm_win32.h index c26c8f9506..95cdd99a82 100644 --- a/TSRM/tsrm_win32.h +++ b/TSRM/tsrm_win32.h @@ -25,10 +25,10 @@ #ifdef TSRM_WIN32 #include <windows.h> + typedef struct { FILE *stream; HANDLE prochnd; - int inuse; } ProcessPair; typedef struct { |