Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Define correctly variables for windows.
[simgrid.git] / src / win32 / compiler / select_compiler_features.h
index e1d770c..2c044a7 100644 (file)
@@ -4,7 +4,8 @@
 
 /* select_compiler_features.h - compiler features selection    */
 
-/* Copyright (c) 2003, 2004 Cherier Malek. All rights reserved.            */
+/* Copyright (c) 2006, 2007, 2010. The SimGrid Team.
+ * All rights reserved.                                                     */
 
 /* This program is free software; you can redistribute it and/or modify it
  * under the terms of the license (GNU LGPL) which comes with this package. */
         #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 +74,4 @@
 
 
 
-#endif /* #ifndef __XBT_SELECT_FEATURES_COMPILER_H__ */
\ No newline at end of file
+#endif /* #ifndef __XBT_SELECT_FEATURES_COMPILER_H__ */