aboutsummaryrefslogtreecommitdiff
path: root/odb/mssql/version.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/mssql/version.hxx')
-rw-r--r--odb/mssql/version.hxx7
1 files changed, 6 insertions, 1 deletions
diff --git a/odb/mssql/version.hxx b/odb/mssql/version.hxx
index 6af0ace..391cef2 100644
--- a/odb/mssql/version.hxx
+++ b/odb/mssql/version.hxx
@@ -2,13 +2,17 @@
// copyright : Copyright (c) 2005-2018 Code Synthesis Tools CC
// license : ODB NCUEL; see accompanying LICENSE file
+#ifdef LIBODB_MSSQL_BUILD2
+# include <odb/mssql/version-build2.hxx>
+#else
+
#ifndef ODB_MSSQL_VERSION_HXX
#define ODB_MSSQL_VERSION_HXX
#include <odb/pre.hxx>
-#include <odb/version.hxx>
#include <odb/mssql/details/config.hxx>
+#include <odb/version.hxx>
// Version format is AABBCCDD where
//
@@ -42,3 +46,4 @@
#include <odb/post.hxx>
#endif // ODB_MSSQL_VERSION_HXX
+#endif // LIBODB_MSSQL_BUILD2