diff options
Diffstat (limited to 'odb/oracle/details/config.hxx')
-rw-r--r-- | odb/oracle/details/config.hxx | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/odb/oracle/details/config.hxx b/odb/oracle/details/config.hxx new file mode 100644 index 0000000..bf62c5c --- /dev/null +++ b/odb/oracle/details/config.hxx @@ -0,0 +1,20 @@ +// file : odb/oracle/details/config.hxx +// author : Constantin Michael <constantin@codesynthesis.com> +// copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC +// license : ODB NCUEL; see accompanying LICENSE file + +#ifndef ODB_ORACLE_DETAILS_CONFIG_HXX +#define ODB_ORACLE_DETAILS_CONFIG_HXX + +// no pre + +#ifdef _MSC_VER +#elif defined(ODB_COMPILER) +# error libodb-oracle header included in odb-compiled header +#else +# include <odb/oracle/details/config.h> +#endif + +// no post + +#endif // ODB_ORACLE_DETAILS_CONFIG_HXX |