X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/0299ac02f914449fa3629aa864b302eebd3bfb6a..6c521ec8a61f9cc04fd88ede4af09b78fe196018:/src/win32/compiler/select_compiler_features.h diff --git a/src/win32/compiler/select_compiler_features.h b/src/win32/compiler/select_compiler_features.h index e1d770cffb..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__) @@ -67,4 +73,4 @@ -#endif /* #ifndef __XBT_SELECT_FEATURES_COMPILER_H__ */ \ No newline at end of file +#endif /* #ifndef __XBT_SELECT_FEATURES_COMPILER_H__ */