equal
deleted
inserted
replaced
58 #endif |
58 #endif |
59 #ifdef QT_SQL_OCI |
59 #ifdef QT_SQL_OCI |
60 #include "../drivers/oci/qsql_oci.h" |
60 #include "../drivers/oci/qsql_oci.h" |
61 #endif |
61 #endif |
62 #ifdef QT_SQL_TDS |
62 #ifdef QT_SQL_TDS |
|
63 // conflicting RETCODE typedef between odbc and freetds |
|
64 #define RETCODE DBRETCODE |
63 #include "../drivers/tds/qsql_tds.h" |
65 #include "../drivers/tds/qsql_tds.h" |
|
66 #undef RETCODE |
64 #endif |
67 #endif |
65 #ifdef QT_SQL_DB2 |
68 #ifdef QT_SQL_DB2 |
66 #include "../drivers/db2/qsql_db2.h" |
69 #include "../drivers/db2/qsql_db2.h" |
67 #endif |
70 #endif |
68 #ifdef QT_SQL_SQLITE |
71 #ifdef QT_SQL_SQLITE |