Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Move to misc.h the definitions needed to define XBT_PUBLIC on borland compiler
authormquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Tue, 10 Oct 2006 08:16:58 +0000 (08:16 +0000)
committermquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Tue, 10 Oct 2006 08:16:58 +0000 (08:16 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2879 48e7efb5-ca39-0410-a469-dd3cf9ba447f

src/win32/compiler/borland.h

index 7a0d2bb..2af309b 100644 (file)
@@ -385,21 +385,6 @@ the double. For now, GRAS requires the structures to be compacted. */
     #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>
 #include <fcntl.h>
@@ -422,4 +407,4 @@ typedef int socklen_t;
 #define __EX_MCTX_SJLJ__
 #endif 
 
-#endif /* #ifndef __XBT_BORLAND_COMPILER_CONFIG_H__ */
\ No newline at end of file
+#endif /* #ifndef __XBT_BORLAND_COMPILER_CONFIG_H__ */