[Webkit-unassigned] [Bug 18428] Patch to support building wxWebKit on mingw

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Apr 20 04:20:49 PDT 2008


http://bugs.webkit.org/show_bug.cgi?id=18428


avasilev at voipgate.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #20480|0                           |1
        is obsolete|                            |




------- Comment #8 from avasilev at voipgate.com  2008-04-20 04:20 PDT -------
Created an attachment (id=20695)
 --> (http://bugs.webkit.org/attachment.cgi?id=20695&action=view)
updated patch

As far as the mingw ifdef's around usage of localtime() calls and the like -
they are specific just for the mingw compiler, since it does not have the _r
functions. Otherwise I have replaced some ifdef's that check both for MSVC or
MINGW, with a simple check for WIN_OS platform. Also replaced tabs with spaces
in the patch and removed some leftover debugging messages.


-- 
Configure bugmail: http://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