[Webkit-unassigned] [Bug 27848] [WINCE] allow using old GetTickCount implementation of currentTime
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Jul 30 12:31:05 PDT 2009
https://bugs.webkit.org/show_bug.cgi?id=27848
--- Comment #4 from Yong Li <yong.li at torchmobile.com> 2009-07-30 12:31:05 PDT ---
#if PLATFORM(WIN_OS)
343 #define WTF_USE_QUERY_PERFORMANCE_COUNTER 1
344 #endif
how about adding
#ifndef WTF_USE_QUERY_PERFORMANCE_COUNTER
here? so that it won't overwrite the one in project settings if any
--
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