aboutsummaryrefslogtreecommitdiff
path: root/odb/mssql/mssql.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/mssql/mssql.hxx')
-rw-r--r--odb/mssql/mssql.hxx31
1 files changed, 31 insertions, 0 deletions
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 <constantin@codesynthesis.com>
+// 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 <odb/pre.hxx>
+
+// 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 <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_MSSQL_HXX