From: Martin Quinson Date: Sat, 12 Sep 2015 13:34:15 +0000 (+0200) Subject: [MSVC] manually define HAVE_VA_COPY X-Git-Tag: v3_12~239 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/06ed73ac9c50c53a4209284ee9a272e489dad12e [MSVC] manually define HAVE_VA_COPY --- diff --git a/tools/cmake/src/internal_config.h.in b/tools/cmake/src/internal_config.h.in index 44b9e7bdf2..8f34b4bc18 100644 --- a/tools/cmake/src/internal_config.h.in +++ b/tools/cmake/src/internal_config.h.in @@ -52,6 +52,7 @@ #ifndef __GNUC__ #cmakedefine __GNUC__ @__GNUC__@ #endif + #define HAVE_VA_COPY #endif /* Set to true if enable_model-checking is true */ #cmakedefine MMALLOC_WANT_OVERRIDE_LEGACY @MMALLOC_WANT_OVERRIDE_LEGACY@