From b5ded4c27fcbc0e3487b182cdacdb321ba4ab85d Mon Sep 17 00:00:00 2001 From: cherierm Date: Tue, 13 Mar 2007 10:16:16 +0000 Subject: [PATCH] special configuration for Visual C++ compiler git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3244 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- src/win32/compiler/select_compiler_features.h | 6 ++++++ 1 file changed, 6 insertions(+) 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__) -- 2.20.1