Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
borland compiler use now windows thread (instead of task state), for that the new...
[simgrid.git] / src / win32 / compiler / borland.h
index 939e265..b337e61 100644 (file)
@@ -401,4 +401,9 @@ typedef int socklen_t;
 #define __EX_MCTX_SJLJ__
 #endif 
 
+/* this is used in context managment. */
+#ifndef USE_WIN_THREADS
+#define USE_WIN_THREADS
+#endif
+
 #endif /* #ifndef __XBT_BORLAND_COMPILER_CONFIG_H__ */