X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/25d577cd1732a672eb06cb4f24c5b9eacd2df5d0..b477caea7ac98994ae8805cf79c5c6fe45585161:/src/portable.h?ds=sidebyside diff --git a/src/portable.h b/src/portable.h index 0c56508aec..420ebd3f66 100644 --- a/src/portable.h +++ b/src/portable.h @@ -125,7 +125,9 @@ const char *gras_wsa_err2string(int errcode); # ifndef S_SPLINT_S /* This header drives splint into the wall */ # include # endif -#else +#endif + +#ifdef _WIN32 # include "xbt/context_win32.h" /* Manual reimplementation for prehistoric platforms */ #endif