Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
remove the pragma directives in borland configuration file
[simgrid.git] / src / win32 / compiler / select_compiler_features.h
index e1d770c..12b61f1 100644 (file)
         #define _XBT_COMPILER_RESOLVED 1
 #endif
 
+/* Microsoft Visual C++ compiler */
+#if defined(_MSC_VER)
+#define _XBT_VISUALC_COMPILER
+#endif
+
+
 /* GGG compilers */
 
 #if defined(__GNUC__)
@@ -67,4 +73,4 @@
 
 
 
-#endif /* #ifndef __XBT_SELECT_FEATURES_COMPILER_H__ */
\ No newline at end of file
+#endif /* #ifndef __XBT_SELECT_FEATURES_COMPILER_H__ */