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 7a0d2bb..b337e61 100644 (file)
        #define NEED_ASPRINTF   1
 #endif
 
+/*#ifdef NEED_ASPRINTF
+#undef NEED_ASPRINTF
+#endif*/
+
+
 /* enable the vasprintf replacement */
 #if  !defined(NEED_VASPRINTF)
        #define NEED_VASPRINTF  1
 
 /* "disable the snprintf replacement ( this function is broken on system v only" */
 
-/* FIXEME TO ANALYZE
+/* FIXME TO ANALYZE */
 #if defined(PREFER_PORTABLE_SNPRINTF)
        #undef PREFER_PORTABLE_SNPRINTF 
 #endif
-*/
 
 #if !defined(PREFER_PORTABLE_SNPRINTF)
        #define PREFER_PORTABLE_SNPRINTF        
@@ -351,12 +355,14 @@ the double. For now, GRAS requires the structures to be compacted. */
 /* Define to id of used va_copy() implementation */
 #define __VA_COPY_USE __VA_COPY_USE_C99
 
-#if defined(_XBT_DESIGNATED_DLL)
-       #define _XBT_CALL __cdecl __export
-#elif defined(_RTLDLL)
-       #define  _XBT_CALL __cdecl __import
-#else
-       #define  _XBT_CALL __cdecl
+#ifndef _XBT_CALL
+       #if defined(_XBT_DESIGNATED_DLL)
+               #define _XBT_CALL __cdecl __export
+       #elif defined(_RTLDLL)
+               #define  _XBT_CALL __cdecl __import
+       #else
+               #define  _XBT_CALL __cdecl
+       #endif
 #endif
 
 /* auto enable thread safety and exceptions: */
@@ -368,37 +374,10 @@ the double. For now, GRAS requires the structures to be compacted. */
        #define _REENTRANT 1
 #endif
 
-#if defined ( __DEBUG ) && ( __DEBUG > 1 )
-       #define _XBT_DEBUG
+#if(__BORLANDC__>= 0x500)
+       #define _XBT_HAS_NAMESPACES
 #endif
 
-#define _XBT_LIB_BASENAME "xbt"
-
-#define _XBT_EXPORT_DECLSPEC __declspec(dllexport)
-#define _XBT_IMPORT_DECLSPEC __declspec(dllimport)
-       
-#define _XBT_CLASS_EXPORT_DECLSPEC __declspec(dllexport)
-#define _XBT_CLASS_IMPORT_DECLSPEC __declspec(dllimport)
-
-    #if(__BORLANDC__>= 0x500)
-            #define _XBT_HAS_NAMESPACES
-    #endif
-
-
-#if(__BORLANDC__ < 0x540)
-
-       #if (defined (__DLL) || defined (_DLL) || defined (_WINDLL) || defined (_RTLDLL) || defined (_XBT_USE_DYNAMIC_LIB) ) && ! defined (_XBT_USE_STATIC_LIB)
-               #undef  _XBT_USE_DECLSPEC
-               #define _XBT_USE_DECLSPEC
-       #endif
-       
-#else
-               
-       #if ( defined (__DLL) || defined (_DLL) || defined (_WINDLL) || defined (_RTLDLL) || defined(_AFXDLL) || defined (_XBT_USE_DYNAMIC_LIB) )
-               #undef  _XBT_USE_DECLSPEC
-               #define _XBT_USE_DECLSPEC 1
-       #endif
-#endif
 
 /* For open, read etc. file operations. */
 #include <io.h>
@@ -422,4 +401,9 @@ typedef int socklen_t;
 #define __EX_MCTX_SJLJ__
 #endif 
 
-#endif /* #ifndef __XBT_BORLAND_COMPILER_CONFIG_H__ */
\ No newline at end of file
+/* this is used in context managment. */
+#ifndef USE_WIN_THREADS
+#define USE_WIN_THREADS
+#endif
+
+#endif /* #ifndef __XBT_BORLAND_COMPILER_CONFIG_H__ */