]> git.pld-linux.org Git - packages/qt4.git/blob - qt4-ibase.patch
- exceptions are used in some parts, rel 44
[packages/qt4.git] / qt4-ibase.patch
1 --- qt-x11-opensource-src-4.3.3/src/sql/kernel/qsqldatabase.cpp.orig    2007-12-04 17:42:49.000000000 +0100
2 +++ qt-x11-opensource-src-4.3.3/src/sql/kernel/qsqldatabase.cpp 2008-01-04 18:21:02.075809521 +0100
3 @@ -74,8 +74,12 @@
4  #undef SQL_TYPE_DATE
5  #undef SQL_DATE
6  #define SCHAR IBASE_SCHAR  // avoid clash with ODBC (older versions of ibase.h with Firebird)
7 +#define SLONG IBASE_SLONG
8 +#define ULONG IBASE_ULONG
9  #include "../drivers/ibase/qsql_ibase.h"
10  #undef SCHAR
11 +#undef SLONG
12 +#undef ULONG
13  #endif
14  
15  #include "qdebug.h"
This page took 0.049727 seconds and 3 git commands to generate.