From 21f485e335f38368e81753a44100b9559f8bbf47 Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Sat, 2 Aug 2008 13:21:23 +0000 Subject: [PATCH] *** empty log message *** --- contrib/Chaco/util/seconds.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/contrib/Chaco/util/seconds.c b/contrib/Chaco/util/seconds.c index 763dbc26ac..67faae6460 100644 --- a/contrib/Chaco/util/seconds.c +++ b/contrib/Chaco/util/seconds.c @@ -2,7 +2,7 @@ * at Sandia National Laboratories under US Department of Energy * * contract DE-AC04-76DP00789 and is copyrighted by Sandia Corporation. */ -/* Added for Gmsh */ +/* Gmsh - fix compilation on windows */ #if defined(WIN32) && !defined(__CYGWIN__) double seconds() @@ -11,6 +11,7 @@ double seconds() } #else +/* Gmsh - end */ #include <sys/time.h> #include <sys/resource.h> @@ -40,4 +41,6 @@ double seconds() return (curtime); } +/* Gmsh */ #endif +/* Gmsh - end */ -- GitLab