Changeset 41219 in webkit for trunk/JavaScriptCore/jsc.cpp
- Timestamp:
- Feb 25, 2009, 11:11:39 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/jsc.cpp
r40663 r41219 55 55 #include <crtdbg.h> 56 56 #include <windows.h> 57 #include <mmsystem.h> 57 58 #endif 58 59 … … 295 296 _CrtSetReportFile(_CRT_ASSERT, _CRTDBG_FILE_STDERR); 296 297 _CrtSetReportMode(_CRT_ASSERT, _CRTDBG_MODE_FILE); 298 #endif 299 300 #if COMPILER(MSVC) && !PLATFORM(WIN_CE) 301 timeBeginPeriod(1); 297 302 #endif 298 303
Note:
See TracChangeset
for help on using the changeset viewer.