aboutsummaryrefslogtreecommitdiff
path: root/odb/mssql/odbc.hxx
blob: 91023b311db19e7141761ae9c4b99adeeb1cfe73 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
// file      : odb/mssql/odbc.hxx
// author    : Constantin Michael <constantin@codesynthesis.com>
// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
// license   : ODB NCUEL; see accompanying LICENSE file

#ifndef ODB_MSSQL_ODBC_HXX
#define ODB_MSSQL_ODBC_HXX

#include <odb/pre.hxx>

#ifdef _WIN32
#  ifndef WIN32_LEAN_AND_MEAN
#    define WIN32_LEAN_AND_MEAN
#  endif
#  include <windows.h>
#endif

#include <sqlext.h>  // Standard ODBC.

//#define _SQLNCLI_ODBC_
//#include <sqlncli.h> // SQL Server native client driver specifics.

#include <odb/post.hxx>

#endif // ODB_MSSQL_ODBC_HXX