summaryrefslogtreecommitdiff
path: root/main/php.h
diff options
context:
space:
mode:
Diffstat (limited to 'main/php.h')
-rw-r--r--main/php.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/main/php.h b/main/php.h
index 955cbe66ca..8872f198a0 100644
--- a/main/php.h
+++ b/main/php.h
@@ -190,7 +190,7 @@ extern char *strerror(int);
#endif
#if HAVE_PWD_H
-# if MSVC5
+# if WIN32||WINNT
#include "win32/pwd.h"
#include "win32/param.h"
# else
@@ -258,8 +258,6 @@ extern pval *data;
extern char **environ;
#endif
-extern PHPAPI int le_index_ptr; /* list entry type for index pointers */
-
extern void phperror(char *error);
extern PHPAPI void php3_error(int type, const char *format,...);
extern PHPAPI int php3_printf(const char *format,...);