Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
don't even try to have ucontextes on windows.
[simgrid.git] / tools / cmake / test_prog / prog_stacksetup.c
index f2a4461..0ae3568 100644 (file)
@@ -8,11 +8,6 @@
 #define _XOPEN_SOURCE 700
 #endif
 
-#ifdef _XBT_WIN32
-#include "xbt/win32_ucontext.h"
-#include "win32_ucontext.c"
-#endif
-
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
 #endif
 
 #if defined(TEST_makecontext)
-#ifdef _XBT_WIN32
-#include "xbt/win32_ucontext.h"
-#else
 #include <ucontext.h>
 #endif
 
-#endif
 union alltypes {
   long l;
   double d;