[Webkit-unassigned] [Bug 30473] Check COMPILER(MSVC) instead of PLATFORM(WIN_OS) to avoid the use of vasprintf.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Oct 17 00:36:27 PDT 2009


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





--- Comment #3 from Kwang Yul Seo <kwangyul.seo at gmail.com>  2009-10-17 00:36:26 PDT ---
I use MSVC to build WebKit for BREW simulator and I undefined WTF_PLATFORM
WIN_OS in Platform.h in favor of WTF_PLATFORM_BREW. vasprintf is not related to
WIN_OS but to MSVC.

vasprintf works fine in cygwin or mingw gcc anyway.

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



More information about the webkit-unassigned mailing list