src/sql/drivers/odbc/qsql_odbc.h
changeset 7 f7bc934e204c
parent 0 1918ee327afb
equal deleted inserted replaced
3:41300fa6a67c 7:f7bc934e204c
     1 /****************************************************************************
     1 /****************************************************************************
     2 **
     2 **
     3 ** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
     3 ** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
     4 ** All rights reserved.
     4 ** All rights reserved.
     5 ** Contact: Nokia Corporation (qt-info@nokia.com)
     5 ** Contact: Nokia Corporation (qt-info@nokia.com)
     6 **
     6 **
     7 ** This file is part of the QtSql module of the Qt Toolkit.
     7 ** This file is part of the QtSql module of the Qt Toolkit.
     8 **
     8 **
    71 #  define _MSC_VER 900
    71 #  define _MSC_VER 900
    72 #endif
    72 #endif
    73 #include <sql.h>
    73 #include <sql.h>
    74 #if defined(Q_CC_BOR)
    74 #if defined(Q_CC_BOR)
    75 #  undef _MSC_VER
    75 #  undef _MSC_VER
    76 #endif
       
    77 
       
    78 #ifndef Q_ODBC_VERSION_2
       
    79 #include <sqlucode.h>
       
    80 #endif
    76 #endif
    81 
    77 
    82 #include <sqlext.h>
    78 #include <sqlext.h>
    83 
    79 
    84 QT_BEGIN_HEADER
    80 QT_BEGIN_HEADER