[Webkit-unassigned] [Bug 17484] Add Windows (Cairo) support in WebKit.dll

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 3 00:20:04 PDT 2009


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


lunaris at tmax.co.kr changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |lunaris at tmax.co.kr




------- Comment #23 from lunaris at tmax.co.kr  2009-06-03 00:20 PDT -------
New patch (2009-05-29) prevents for all ports from including winsock. 
In WebCore/config.h, the code to define _WINSOCKAPI_ should be moved 
into #if PLATFORM(WIN) ~ #endif that defines WTF_USE_CURL. And every file
that includes curl.h should include winsock2.h before. 

WebCore/HistoryPropertyList.h should be copied into WEBKITOUTPUTDIR. 

I think it's better to use some environmental variable (as $PRODUCTION) 
than use config.h only. WebCorePrefix.h includes CoreServices.h but CF-Lite 
doesn't have it.


-- 
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