aboutsummaryrefslogtreecommitdiff
path: root/odb/mssql/odbc.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2011-11-17 11:31:00 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2011-11-17 11:31:00 +0200
commit61e6f0fded93f1e2105d7f4734b280712afe0c59 (patch)
treeb462d0b4e27456300c6c21afad21a6d0afa4341e /odb/mssql/odbc.hxx
parent00d972abb9dcbe7c99cd9b94cefc725024cfb4bc (diff)
Add connection, connection-factory implementations
Diffstat (limited to 'odb/mssql/odbc.hxx')
-rw-r--r--odb/mssql/odbc.hxx6
1 files changed, 6 insertions, 0 deletions
diff --git a/odb/mssql/odbc.hxx b/odb/mssql/odbc.hxx
index 91023b3..7276a40 100644
--- a/odb/mssql/odbc.hxx
+++ b/odb/mssql/odbc.hxx
@@ -8,6 +8,12 @@
#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/odbc.hxx
+#endif
+
#ifdef _WIN32
# ifndef WIN32_LEAN_AND_MEAN
# define WIN32_LEAN_AND_MEAN