/* file : xsde/c/pre.h * author : Boris Kolpackov * copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC * license : GNU GPL v2 + exceptions; see accompanying LICENSE file */ #ifdef _MSC_VER # if (_MSC_VER >= 1400) # include # endif #endif #if defined(__ghs__) || defined(__ghs) || defined(ghs) # include #endif