summaryrefslogtreecommitdiff
path: root/Zend/zend.c
diff options
context:
space:
mode:
authorZeev Suraski <zeev@php.net>2000-06-03 04:14:31 +0000
committerZeev Suraski <zeev@php.net>2000-06-03 04:14:31 +0000
commit2ffe85ddac3928df2f1817eafc8ff57ad9873bdf (patch)
tree031cd46fcfaa3a47ce0e40451813d435a49d66f8 /Zend/zend.c
parent5a35a6bafc6b009b41ed090116566907c8d038e8 (diff)
downloadphp-git-2ffe85ddac3928df2f1817eafc8ff57ad9873bdf.tar.gz
Don't take chances with new include files
Diffstat (limited to 'Zend/zend.c')
-rw-r--r--Zend/zend.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/Zend/zend.c b/Zend/zend.c
index 07fda8b27c..d85832460c 100644
--- a/Zend/zend.c
+++ b/Zend/zend.c
@@ -36,6 +36,10 @@
# define GLOBAL_CONSTANTS_TABLE CG(zend_constants)
#endif
+#if ZEND_WIN32
+BOOL WINAPI IsDebuggerPresent(VOID);
+#endif
+
/* true multithread-shared globals */
ZEND_API zend_class_entry zend_standard_class_def;
ZEND_API int (*zend_printf)(const char *format, ...);