[Kde-cygwin-cvs] CVS: qt-3/src/sql/drivers/odbc qsql_odbc.h,1.1.1.12,1.1.1.13
Status: Inactive
Brought to you by:
habacker
From: Christian E. <che...@us...> - 2005-09-30 17:25:10
|
Update of /cvsroot/kde-cygwin/qt-3/src/sql/drivers/odbc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6831/src/sql/drivers/odbc Modified Files: Tag: QT_WIN32_3_3_BRANCH qsql_odbc.h Log Message: reapply patches which were lost during my not so good update to 3.3.5 Index: qsql_odbc.h =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/src/sql/drivers/odbc/qsql_odbc.h,v retrieving revision 1.1.1.12 retrieving revision 1.1.1.13 diff -u -r1.1.1.12 -r1.1.1.13 --- qsql_odbc.h 22 Sep 2005 12:53:48 -0000 1.1.1.12 +++ qsql_odbc.h 30 Sep 2005 16:58:31 -0000 1.1.1.13 @@ -44,7 +44,7 @@ #include <qsqlresult.h> #include <qsqlindex.h> -#if defined (Q_OS_WIN32) +#if defined (Q_OS_WIN32) || defined(Q_OS_CYGWIN) #include <qt_windows.h> #endif |