From c8eda24a4ce5192ea502194387e5053098616561 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 17 Nov 2011 11:35:55 +0200 Subject: Rename odbc.hxx to mssql.hxx for consistency --- odb/mssql/mssql.hxx | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 odb/mssql/mssql.hxx (limited to 'odb/mssql/mssql.hxx') diff --git a/odb/mssql/mssql.hxx b/odb/mssql/mssql.hxx new file mode 100644 index 0000000..80cff65 --- /dev/null +++ b/odb/mssql/mssql.hxx @@ -0,0 +1,31 @@ +// 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 -- cgit v1.1