diff options
Diffstat (limited to 'databases/postgresql-odbc/files/patch-odbcapi30w.c')
-rw-r--r-- | databases/postgresql-odbc/files/patch-odbcapi30w.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/databases/postgresql-odbc/files/patch-odbcapi30w.c b/databases/postgresql-odbc/files/patch-odbcapi30w.c deleted file mode 100644 index 65e83482a4b5..000000000000 --- a/databases/postgresql-odbc/files/patch-odbcapi30w.c +++ /dev/null @@ -1,11 +0,0 @@ ---- odbcapi30w.c.orig 2009-01-26 23:23:19.000000000 +0600 -+++ odbcapi30w.c 2009-01-26 23:24:07.000000000 +0600 -@@ -255,7 +255,7 @@ - SQLPOINTER pCharAttr, - SQLSMALLINT cbCharAttrMax, - SQLSMALLINT *pcbCharAttr, --#if defined(WITH_UNIXODBC) || (defined(WIN32) && ! defined(_WIN64)) -+#if defined(WIN32) - SQLPOINTER pNumAttr - #else - SQLLEN *pNumAttr |