git-svn-id: https://svn.webkit.org/repository/webkit/trunk@29564
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2008-01-17 Frans Englich <fenglich@trolltech.com>
+
+ Reviewed by Simon Hausmann <hausmann@webkit.org>.
+
+ Fix linking on MinGW and at least one MSVC platform by having gmtimeQt in the correct namespace.
+
+ * loader/FTPDirectoryDocument.cpp:
+
2008-01-17 Simon Hausmann <hausmann@webkit.org>
Reviewed by Holger.
#if PLATFORM(QT)
-namespace WebCore
-{
/*!
Replacement for localtime_r() which is not available on MinGW.
return result;
}
-}
static struct tm *localTimeQt(const time_t *const timep, struct tm *result)
{