]> granicus.if.org Git - php/commitdiff
ODBC Solid is not supported in our build system on Windows, so remove this #ifdef
authorKalle Sommer Nielsen <kalle@php.net>
Fri, 28 Jul 2017 08:34:38 +0000 (10:34 +0200)
committerKalle Sommer Nielsen <kalle@php.net>
Fri, 28 Jul 2017 08:34:38 +0000 (10:34 +0200)
ext/odbc/php_odbc_includes.h

index 7265fb505241648603311440b5a31d46234e35cd..4dbb188c4174268220cd0e6a64e7f1db185f02c5 100644 (file)
@@ -39,9 +39,7 @@
 # include <cli0defs.h>
 # include <cli0env.h>
 #elif defined(HAVE_SOLID_35)
-# if !defined(PHP_WIN32)
-#  include <sqlunix.h>
-# endif                /* end: #if !defined(PHP_WIN32) */
+# include <sqlunix.h>
 # include <sqltypes.h>
 # include <sqlucode.h>
 # include <sqlext.h>