diff options
Diffstat (limited to 'databases/postgresql-odbc/files/patch-psqlodbc.h')
-rw-r--r-- | databases/postgresql-odbc/files/patch-psqlodbc.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/databases/postgresql-odbc/files/patch-psqlodbc.h b/databases/postgresql-odbc/files/patch-psqlodbc.h index fe3ba9bd7cf4..f9e13812e950 100644 --- a/databases/postgresql-odbc/files/patch-psqlodbc.h +++ b/databases/postgresql-odbc/files/patch-psqlodbc.h @@ -1,10 +1,10 @@ --- psqlodbc.h.orig 2008-09-21 22:35:44.000000000 +0700 +++ psqlodbc.h 2009-01-26 23:19:02.000000000 +0600 -@@ -151,13 +151,8 @@ - #if (SIZEOF_VOID_P == 8) +@@ -178,13 +178,8 @@ + #if (SIZEOF_LONG == 8) #define FORMAT_INTEGER "%d" /* SQLINTEGER */ #define FORMAT_UINTEGER "%u" /* SQLUINTEGER */ --#if defined(WITH_UNIXODBC) && !defined(BUILD_REAL_64_BIT_MODE) +-#if defined(WITH_UNIXODBC) && defined(BUILD_LEGACY_64_BIT_MODE) -#define FORMAT_LEN "%d" /* SQLLEN */ -#define FORMAT_ULEN "%u" /* SQLULEN */ -#else |