summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKalle Sommer Nielsen <kalle@php.net>2017-07-28 10:34:38 +0200
committerKalle Sommer Nielsen <kalle@php.net>2017-07-28 10:34:38 +0200
commita35e39f1f74650b31c718ecdfb404e2e5acbe831 (patch)
tree90556d7debdd41b22998bab0bae4f0f85aec6074
parent398be731e67113a860c43564370e3a22af46d2ec (diff)
downloadphp-git-a35e39f1f74650b31c718ecdfb404e2e5acbe831.tar.gz
ODBC Solid is not supported in our build system on Windows, so remove this #ifdef
-rw-r--r--ext/odbc/php_odbc_includes.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/ext/odbc/php_odbc_includes.h b/ext/odbc/php_odbc_includes.h
index 7265fb5052..4dbb188c41 100644
--- a/ext/odbc/php_odbc_includes.h
+++ b/ext/odbc/php_odbc_includes.h
@@ -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>