diff options
author | Daniel Beulshausen <dbeu@php.net> | 2001-04-27 16:41:53 +0000 |
---|---|---|
committer | Daniel Beulshausen <dbeu@php.net> | 2001-04-27 16:41:53 +0000 |
commit | 1b279d34777d441dad613f86f513d5135582d104 (patch) | |
tree | 0e03375a8303e6c39a6096969e0d8ae7cab757ea /main/win95nt.h | |
parent | b278223909dbbd071e8ebe800d5c4cca7756d633 (diff) | |
download | php-git-1b279d34777d441dad613f86f513d5135582d104.tar.gz |
get rid of MS's _popen/_pclose
Diffstat (limited to 'main/win95nt.h')
-rw-r--r-- | main/win95nt.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/main/win95nt.h b/main/win95nt.h index 322207fdea..d06e986930 100644 --- a/main/win95nt.h +++ b/main/win95nt.h @@ -18,8 +18,6 @@ typedef char * caddr_t; #define S_IFIFO _IFIFO #define S_IFBLK _IFBLK #define S_IFLNK _IFLNK -#define pclose(a) _pclose(a) -#define popen(a, b) _popen(a, b) #define chdir(path) SetCurrentDirectory(path) #define mkdir(a,b) _mkdir(a) #define rmdir(a) _rmdir(a) |