Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Revert "Make gras compil with Visual C++." This commit is too large/unreadable. It...
[simgrid.git] / buildtools / Cmake / gras_config.h.in
index 1ef70ee..fccb701 100644 (file)
@@ -2,14 +2,8 @@
 // With Cmake it creates <root>/src/gras_config.h
 
 /* Set somes variables for Windows compilation */
-#ifndef __STRICT_ANSI__
-       #cmakedefine __STRICT_ANSI__ @__STRICT_ANSI__@
-#endif
-#ifndef _MSC_VER
-       #cmakedefine _MSC_VER @_MSC_VER@
-#endif
-#cmakedefine _WIN32 @_WIN32@
-#cmakedefine WIN32 @WIN32@
+#cmakedefine __STRICT_ANSI__ @__STRICT_ANSI__@
+#cmakedefine _MSC_VER @_MSC_VER@
 
 /* Set to true if enable_model-checking is true */
 #cmakedefine MMALLOC_WANT_OVERIDE_LEGACY @MMALLOC_WANT_OVERIDE_LEGACY@