// file : odb/mssql/mssql.hxx // author : Constantin Michael // copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : ODB NCUEL; see accompanying LICENSE file #ifndef ODB_MSSQL_MSSQL_HXX #define ODB_MSSQL_MSSQL_HXX #include // This file should always be included before mssql-fwd.hxx. // #ifdef ODB_MSSQL_MSSQL_FWD_HXX # error odb/mssql/mssql-fwd.hxx included before odb/mssql/mssql.hxx #endif #ifdef _WIN32 # ifndef WIN32_LEAN_AND_MEAN # define WIN32_LEAN_AND_MEAN # endif # include #endif #include // Standard ODBC. //#define _SQLNCLI_ODBC_ //#include // SQL Server native client driver specifics. #include #endif // ODB_MSSQL_MSSQL_HXX