]> AND Public Git Repository - simgrid.git/blobdiff - src/xbt/context_win32.h
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
use a nice va_copy if none was provided by the system
[simgrid.git] / src / xbt / context_win32.h
index fa5fa0582f64cfc6b0b043e9b2a1c915b7a47485..6fc82039f7f843a7abe0940f776a323591882e9b 100644 (file)
@@ -19,7 +19,9 @@
 #ifndef UCONTEXT_H
 #define UCONTEXT_H
 
-#include <windows.h>
+#ifndef S_SPLINT_S
+#  include <windows.h>
+#endif
 
 typedef struct __stack {
        void *ss_sp;