diff options
Diffstat (limited to 'Zend/zend.c')
| -rw-r--r-- | Zend/zend.c | 4 | 
1 files changed, 0 insertions, 4 deletions
diff --git a/Zend/zend.c b/Zend/zend.c index 0602c45042..eaf4ab9a9a 100644 --- a/Zend/zend.c +++ b/Zend/zend.c @@ -43,10 +43,6 @@  # define GLOBAL_CONSTANTS_TABLE		EG(zend_constants)  #endif -#if defined(ZEND_WIN32) && ZEND_DEBUG -BOOL WINAPI IsDebuggerPresent(VOID); -#endif -  /* true multithread-shared globals */  ZEND_API zend_class_entry *zend_standard_class_def = NULL;  ZEND_API int (*zend_printf)(const char *format, ...);  | 
