// file : odb/details/win32/exceptions.cxx // author : Boris Kolpackov // copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #include namespace odb { namespace details { const char* win32_exception:: what () const throw () { return "Win32 API error"; } } }