Cygwin fix.

This commit is contained in:
ehofman
2005-08-10 08:04:39 +00:00
parent 4ca25ca533
commit 19623cac21

View File

@@ -69,7 +69,7 @@
void SGTimeStamp::stamp() {
#if defined( WIN32 )
#if defined( WIN32 ) && !defined(__CYGWIN__)
unsigned int t;
t = timeGetTime();
seconds = 0;