Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
borland compiler use now windows thread (instead of task state), for that the new...
authorcherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Fri, 16 Feb 2007 15:28:59 +0000 (15:28 +0000)
committercherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Fri, 16 Feb 2007 15:28:59 +0000 (15:28 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3157 48e7efb5-ca39-0410-a469-dd3cf9ba447f

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__ */