// file : xsde/cxx/post.hxx // author : Boris Kolpackov // copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file // VC++ // #ifdef _MSC_VER # if (_MSC_VER >= 1400) # include # elif (_MSC_VER >= 1300) # include # elif (_MSC_VER >= 1200) # include # endif #endif // Green Hills C++ // #if defined(__ghs__) || defined(__ghs) || defined(ghs) # include #endif