Skip to content

Commit fff72bc

Browse files
committed
Merge branch 'PHP-5.6' of git.php.net:php-src into PHP-5.6
* 'PHP-5.6' of git.php.net:php-src: removed outdated IsDebuggerPresent declaration
2 parents ccb29a6 + 1903998 commit fff72bc

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Zend/zend.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,6 @@
4444
# define GLOBAL_CONSTANTS_TABLE EG(zend_constants)
4545
#endif
4646

47-
#if defined(ZEND_WIN32) && ZEND_DEBUG
48-
BOOL WINAPI IsDebuggerPresent(VOID);
49-
#endif
50-
5147
/* true multithread-shared globals */
5248
ZEND_API zend_class_entry *zend_standard_class_def = NULL;
5349
ZEND_API int (*zend_printf)(const char *format, ...);

0 commit comments

Comments
 (0)