[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    branches/KDE/3.5/kdelibs/kjs
From:       Ralf Habacker <Ralf.Habacker () freenet ! de>
Date:       2006-05-16 9:34:31
Message-ID: 1147772071.725139.27059.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 541443 by habacker:

cygwin compile fix

 M  +1 -1      date_object.cpp  


--- branches/KDE/3.5/kdelibs/kjs/date_object.cpp #541442:541443
@@ -105,7 +105,7 @@
 #if defined BSD || defined(__linux__) || defined(__APPLE__)
     tz = tm.tm_gmtoff;
 #else
-#  if defined(__BORLANDC__)
+#  if defined(__BORLANDC__) || defined (__CYGWIN__)
     tz = - _timezone;
 #  else
     tz = - timezone;
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic