]> git.pld-linux.org Git - packages/qt4.git/commitdiff
- more, needed with 64-bit *LONG ODBC types
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 4 Jan 2008 17:59:38 +0000 (17:59 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    qt4-ibase.patch -> 1.3

qt4-ibase.patch [new file with mode: 0644]

diff --git a/qt4-ibase.patch b/qt4-ibase.patch
new file mode 100644 (file)
index 0000000..834d3e9
--- /dev/null
@@ -0,0 +1,15 @@
+--- qt-x11-opensource-src-4.3.3/src/sql/kernel/qsqldatabase.cpp.orig   2007-12-04 17:42:49.000000000 +0100
++++ qt-x11-opensource-src-4.3.3/src/sql/kernel/qsqldatabase.cpp        2008-01-04 18:21:02.075809521 +0100
+@@ -74,8 +74,12 @@
+ #undef SQL_TYPE_DATE
+ #undef SQL_DATE
+ #define SCHAR IBASE_SCHAR  // avoid clash with ODBC (older versions of ibase.h with Firebird)
++#define SLONG IBASE_SLONG
++#define ULONG IBASE_ULONG
+ #include "../drivers/ibase/qsql_ibase.h"
+ #undef SCHAR
++#undef SLONG
++#undef ULONG
+ #endif
+ #include "qdebug.h"
This page took 0.027769 seconds and 4 git commands to generate.