]> granicus.if.org Git - php/commit
removed outdated IsDebuggerPresent declaration
authorAnatol Belski <ab@php.net>
Mon, 23 Dec 2013 10:53:47 +0000 (11:53 +0100)
committerAnatol Belski <ab@php.net>
Mon, 23 Dec 2013 10:53:47 +0000 (11:53 +0100)
commitf156e684ac290f4ec69564f653d3167cdb5c62be
tree5f64b2285590ed6a7ac1776e651f6e819e552311
parentb1df00a7c98fb66cc801924287ebb73234999bfc
removed outdated IsDebuggerPresent declaration

This piece of code seems to retain compatibility with some windows
versions before 2000. Today it's not relevant anymore and only
produces a warning C4273 because of the conflicting prototype. In
VC9 the declaration is present in winbase.h:4142, but available
is it already in winxp. Here's the doc link
http://msdn.microsoft.com/en-us/library/windows/desktop/ms680345(v=vs.85).aspx
Zend/zend.c