[Webkit-unassigned] [Bug 25806] New: gmtime_s and localtime_s are Microsoft extensions that don't exist in MSVC < 2005

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 14 14:22:01 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=25806

           Summary: gmtime_s and localtime_s are Microsoft extensions that
                    don't exist in MSVC < 2005
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Windows XP
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebKit Gtk
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: fridrich.strba at bluewin.ch


gmtime_s and localtime_s are Microsoft extensions that appeared in Visual
Studio 2005 (aka Version 8.0). gmtime and localtime are already thread safe in
MicroSoft C library, so following patch makes it possible to build with Mingw
and eventually with Visual Studio 7.1 or lower.


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list