// file : odb/mysql/mysql.hxx // copyright : Copyright (c) 2005-2017 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef ODB_MYSQL_MYSQL_HXX #define ODB_MYSQL_MYSQL_HXX #include #include #ifdef _WIN32 # ifndef NOMINMAX // No min and max macros. # define NOMINMAX # include # undef NOMINMAX # else # include # endif #endif #ifdef LIBODB_MYSQL_INCLUDE_SHORT # include # include # include #else # include # include # include #endif #endif // ODB_MYSQL_MYSQL_HXX