From 2df5295738abc7eca83708586db82bcdf970cc01 Mon Sep 17 00:00:00 2001 From: Hiroshi Inoue Date: Sat, 23 Jan 2010 12:03:31 +0000 Subject: [PATCH] Removed "#define SQL_WCHART_CONVERT" which causes a trouble on some platforms. --- configure.ac | 2 -- version.h | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index 5fa6c33..083e0c2 100644 --- a/configure.ac +++ b/configure.ac @@ -67,8 +67,6 @@ fi if test "$with_unixodbc" = yes; then AC_DEFINE(WITH_UNIXODBC, 1, [Define to 1 to build with unixODBC support]) - AC_DEFINE(SQL_WCHART_CONVERT, [], - [Define to use wchar_t as SQLWCHAR in unixODBC]) fi # diff --git a/version.h b/version.h index 5abc975..845fd74 100644 --- a/version.h +++ b/version.h @@ -12,6 +12,6 @@ #define POSTGRESDRIVERVERSION "08.04.0201" #define POSTGRES_RESOURCE_VERSION "08.04.0201\0" #define PG_DRVFILE_VERSION 8,4,02,01 -#define PG_BUILD_VERSION "201001130001" +#define PG_BUILD_VERSION "201001230001" #endif -- 2.39.5