diff options
-rw-r--r-- | ext/standard/dl.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/standard/dl.c b/ext/standard/dl.c index 9c15d85a42..06897ef767 100644 --- a/ext/standard/dl.c +++ b/ext/standard/dl.c @@ -26,7 +26,6 @@ #include "ext/standard/info.h" #include "SAPI.h" -/*#ifndef PHP_WIN32*/ #if !defined(PHP_WIN32) && !defined(NETWARE) #include "build-defs.h" #endif @@ -35,7 +34,6 @@ #include <stdlib.h> #include <stdio.h> -/*#if HAVE_STRING_H*/ #ifdef HAVE_STRING_H #include <string.h> #else |