summaryrefslogtreecommitdiffstats
path: root/redhat/dependencies/tqt3/tqt3-3.4.0-odbc.patch
diff options
context:
space:
mode:
Diffstat (limited to 'redhat/dependencies/tqt3/tqt3-3.4.0-odbc.patch')
-rw-r--r--redhat/dependencies/tqt3/tqt3-3.4.0-odbc.patch18
1 files changed, 0 insertions, 18 deletions
diff --git a/redhat/dependencies/tqt3/tqt3-3.4.0-odbc.patch b/redhat/dependencies/tqt3/tqt3-3.4.0-odbc.patch
deleted file mode 100644
index 3a5aea885..000000000
--- a/redhat/dependencies/tqt3/tqt3-3.4.0-odbc.patch
+++ /dev/null
@@ -1,18 +0,0 @@
---- tqt3/src/sql/drivers/odbc/qsql_odbc.cpp.odbc 2012-02-13 19:10:01.000000000 +0100
-+++ tqt3/src/sql/drivers/odbc/qsql_odbc.cpp 2012-02-13 21:47:25.232367854 +0100
-@@ -61,13 +61,13 @@
- #endif
-
- // newer platform SDKs use SQLLEN instead of SQLINTEGER
--#ifdef SQLLEN
-+#if defined(SQLLEN) || defined(Q_OS_WIN64) || defined(Q_OS_UNIX)
- # define TQSQLLEN SQLLEN
- #else
- # define TQSQLLEN SQLINTEGER
- #endif
-
--#ifdef SQLULEN
-+#if defined(SQLULEN) || defined(Q_OS_WIN64) || defined(Q_OS_UNIX)
- # define TQSQLULEN SQLULEN
- #else
- # define TQSQLULEN SQLUINTEGER