X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/a9e3c0dba635930f332707a949d3cb085382949a..ef0988cf8eb71517681c60a18a417f185bd602c4:/src/win32/compiler/borland.h diff --git a/src/win32/compiler/borland.h b/src/win32/compiler/borland.h index 6317ef75db..840d627af5 100644 --- a/src/win32/compiler/borland.h +++ b/src/win32/compiler/borland.h @@ -390,7 +390,6 @@ the double. For now, GRAS requires the structures to be compacted. */ /* types */ typedef unsigned int uint32_t; -typedef int socklen_t; /* Choose setjmp as exception implementation */ #ifndef __EX_MCTX_SJLJ__ @@ -403,7 +402,10 @@ typedef int socklen_t; #endif #ifndef CONTEXT_THREADS -#define CONTEXT_THREADS +#define CONTEXT_THREADS 1 #endif + + + #endif /* #ifndef __XBT_BORLAND_COMPILER_CONFIG_H__ */