From 2bd81f9e540b7fa9eda4e60f71f42d0896771e6a Mon Sep 17 00:00:00 2001 From: Hadis Kakanejadi Fard Date: Wed, 25 Jan 2017 11:25:12 -0800 Subject: [PATCH] removed header files included in core_sqlv from xplat --- source/shared/xplat.h | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/source/shared/xplat.h b/source/shared/xplat.h index 3ab8442a..74de3c20 100644 --- a/source/shared/xplat.h +++ b/source/shared/xplat.h @@ -25,23 +25,15 @@ #endif #include -#include -#include -#include -#include -#include -#include #include #include #include #include #include #include -#include #include #include #include -#include "msodbcsql.h" #if defined(_MSC_VER) // Turned on all warnings in WwoWH projects @@ -236,10 +228,11 @@ typedef windowsULongLong_t ULONGLONG; /* can be defined in php sources */ #ifdef ODBCVER #undef ODBCVER -#endif // Build the mplat driver as an ODBC 3.8 driver, so that all of the // source code shared with Windows SNAC (which is ODBC 3.8) compiles. #define ODBCVER 0x0380 +#endif + // Define this to indicate that we provide our own definitions for Windows types #define ALLREADY_HAVE_WINDOWS_TYPE