diff --git a/source/shared/xplat.h b/source/shared/xplat.h index 459de0b5..597f405e 100644 --- a/source/shared/xplat.h +++ b/source/shared/xplat.h @@ -108,15 +108,6 @@ typedef windowsULongLong_t ULONGLONG; #define UNIXODBC #endif -/* 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 - // End definitions for UnixODBC SQL headers // ---------------------------------------------------------------------------- @@ -191,10 +182,6 @@ typedef int INT_PTR; #define FALSE ((BOOL)0) #define TRUE ((BOOL)1) -//// These are temporary solution versions of the real files that contain the minimal declarations -//// needed to compile for non-Windows platforms. See the special include path for the -//// location of these files. - #include "xplat_winerror.h" typedef void * HLOCAL;