X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/5a72cff4087f5af88b3cd45fa09bdf12d79cb028..af0b76c237b3c0dfbdef8bfc7d0262622c8b19cc:/src/win32/compiler/select_compiler_features.h?ds=sidebyside diff --git a/src/win32/compiler/select_compiler_features.h b/src/win32/compiler/select_compiler_features.h index 54867f4ea7..12b61f11ff 100644 --- a/src/win32/compiler/select_compiler_features.h +++ b/src/win32/compiler/select_compiler_features.h @@ -26,6 +26,12 @@ #define _XBT_COMPILER_RESOLVED 1 #endif +/* Microsoft Visual C++ compiler */ +#if defined(_MSC_VER) +#define _XBT_VISUALC_COMPILER +#endif + + /* GGG compilers */ #if defined(__GNUC__)