aboutsummaryrefslogtreecommitdiff
path: root/odb/mssql/odbc.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/mssql/odbc.hxx')
-rw-r--r--odb/mssql/odbc.hxx25
1 files changed, 25 insertions, 0 deletions
diff --git a/odb/mssql/odbc.hxx b/odb/mssql/odbc.hxx
new file mode 100644
index 0000000..91023b3
--- /dev/null
+++ b/odb/mssql/odbc.hxx
@@ -0,0 +1,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