Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Factorize the definition of socklen_t between all compilers
[simgrid.git] / src / win32 / compiler / select_compiler_features.h
index 54867f4..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__)