Removed "#define SQL_WCHART_CONVERT" which causes a trouble
authorHiroshi Inoue <inoue@tpf.co.jp>
Sat, 23 Jan 2010 12:03:31 +0000 (12:03 +0000)
committerHiroshi Inoue <inoue@tpf.co.jp>
Sat, 23 Jan 2010 12:03:31 +0000 (12:03 +0000)
 on some platforms.

configure.ac
version.h

index 5fa6c33bc95cc40c27b845a2333bba88032f9d88..083e0c2e662d43c1c8a64382030e7425f3937dab 100644 (file)
@@ -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
 
 #
index 5abc9752dbf78af5dd1e522f8c41aecfb597e8ea..845fd7493978f57b135e6adc948fc658e75efc0c 100644 (file)
--- 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