Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
win32 cross-compil needs love
[simgrid.git] / src / portable.h
index 0c56508aec3d055938a06b4c21560e0b950f9014..420ebd3f66992515e19dbfa1baa1dfb02e23fb25 100644 (file)
@@ -125,7 +125,9 @@ const char *gras_wsa_err2string(int errcode);
 # ifndef S_SPLINT_S /* This header drives splint into the wall */
 #   include <ucontext.h>
 # endif 
-#else
+#endif
+
+#ifdef _WIN32
 #  include "xbt/context_win32.h" /* Manual reimplementation for prehistoric platforms */
 #endif