summaryrefslogtreecommitdiff
path: root/main/win95nt.h
diff options
context:
space:
mode:
authorDaniel Beulshausen <dbeu@php.net>2001-04-27 16:41:53 +0000
committerDaniel Beulshausen <dbeu@php.net>2001-04-27 16:41:53 +0000
commit1b279d34777d441dad613f86f513d5135582d104 (patch)
tree0e03375a8303e6c39a6096969e0d8ae7cab757ea /main/win95nt.h
parentb278223909dbbd071e8ebe800d5c4cca7756d633 (diff)
downloadphp-git-1b279d34777d441dad613f86f513d5135582d104.tar.gz
get rid of MS's _popen/_pclose
Diffstat (limited to 'main/win95nt.h')
-rw-r--r--main/win95nt.h2
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)