From: ehofman Date: Wed, 10 Aug 2005 08:04:39 +0000 (+0000) Subject: Cygwin fix. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=19623cac21deccfc8724e37a92787fa7f85d88c1;p=simgear.git Cygwin fix. --- diff --git a/simgear/timing/timestamp.cxx b/simgear/timing/timestamp.cxx index af4c7ea2..41c541be 100644 --- a/simgear/timing/timestamp.cxx +++ b/simgear/timing/timestamp.cxx @@ -69,7 +69,7 @@ void SGTimeStamp::stamp() { -#if defined( WIN32 ) +#if defined( WIN32 ) && !defined(__CYGWIN__) unsigned int t; t = timeGetTime(); seconds = 0;