Changeset 79712 in webkit for trunk/Source/JavaScriptCore/jsc.cpp


Ignore:
Timestamp:
Feb 25, 2011, 11:47:38 AM (14 years ago)
Author:
Patrick Gansterer
Message:

2011-02-25 Patrick Gansterer <Patrick Gansterer>

Reviewed by Adam Roben.

Move timeBeginPeriod into OS(WINDOWS) section
https://bugs.webkit.org/show_bug.cgi?id=55247

  • jsc.cpp: (main): timeBeginPeriod is available on all Windows versions and not compiler specific.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/jsc.cpp

    r79707 r79712  
    341341    _CrtSetReportMode(_CRT_ASSERT, _CRTDBG_MODE_FILE);
    342342#endif
    343 #endif
    344 
    345 #if COMPILER(MSVC) && !OS(WINCE)
     343
    346344    timeBeginPeriod(1);
    347345#endif
Note: See TracChangeset for help on using the changeset viewer.