[Webkit-unassigned] [Bug 14206] MSVC7 support and PLATFORM define fixes for Windows

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jun 22 07:34:14 PDT 2007


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





------- Comment #3 from kevino at theolliviers.com  2007-06-22 07:34 PDT -------
I could go ahead and refactor the MSVC7 define block to read:

#if _MSC_VER < 1400
/* assumes everything < MSVC8 is like MSVC7 */
#define WTF_COMPILER_MSVC7 1
#endif

Would that work?

I wasn't really sure what you meant about library rather than compiler
differences though. Are you suggesting we test for MSVC7-only functions and
support in another way, or are you suggesting we always use the MSVC7 variant
of the function?


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