Changeset 236827 in webkit for trunk/Source/JavaScriptCore/jsc.cpp
- Timestamp:
- Oct 3, 2018, 10:12:19 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/jsc.cpp
r236814 r236827 91 91 #if OS(WINDOWS) 92 92 #include <direct.h> 93 #include <fcntl.h> 94 #include <io.h> 93 95 #include <wtf/text/win/WCharStringExtras.h> 94 96 #else … … 2232 2234 ::SetErrorMode(0); 2233 2235 2236 _setmode(_fileno(stdout), _O_BINARY); 2237 _setmode(_fileno(stderr), _O_BINARY); 2238 2234 2239 #if defined(_DEBUG) 2235 2240 _CrtSetReportFile(_CRT_WARN, _CRTDBG_FILE_STDERR);
Note:
See TracChangeset
for help on using the changeset viewer.