Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[MSVC] VA_COPY is defined
authorMartin Quinson <martin.quinson@loria.fr>
Sat, 12 Sep 2015 09:35:12 +0000 (11:35 +0200)
committerMartin Quinson <martin.quinson@loria.fr>
Sat, 12 Sep 2015 09:35:12 +0000 (11:35 +0200)
src/win32/config.h

index 8e64955..d63a083 100644 (file)
   #endif
 #else
   #ifdef _MSC_VER /* MSVC */
-    /* Here come the HAVE_* macro that are manually defined when using MSVC */
-    /*    (none for now)    */
+
+    /* Manually define the HAVE_* corresponding to the MSVC development environment */
+    #define HAVE_VA_COPY
+
   # else
     # error "Unknown compiler - please report the problems to the main simgrid mailing list (http://gforge.inria.fr/mail/?group_id=12)"
   #endif