Drop VC6 support in sapi/apache2handler

This commit is contained in:
Kalle Sommer Nielsen 2015-03-29 06:37:07 +02:00
parent 169ed3257b
commit ca0a2e7a3c

View File

@ -53,12 +53,6 @@
#include "php_apache.h"
#ifdef PHP_WIN32
# if _MSC_VER <= 1300
# include "win32/php_strtoi64.h"
# endif
#endif
/* UnixWare and Netware define shutdown to _shutdown, which causes problems later
* on when using a structure member named shutdown. Since this source
* file does not use the system call shutdown, it is safe to #undef it.K