Changeset 259565 in webkit for trunk/Source/JavaScriptCore/shell
- Timestamp:
- Apr 5, 2020, 11:02:06 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/shell/DLLLauncherMain.cpp
r259102 r259565 95 95 { 96 96 std::wstring caption = programName + L" can't open."; 97 #if USE_CONSOLE_ENTRY_POINT 98 fwprintf(stderr, L"%s\n%s\n", caption.c_str(), message.c_str()); 99 #else 97 100 ::MessageBoxW(0, message.c_str(), caption.c_str(), MB_ICONERROR); 101 #endif 98 102 return 1; 99 103 }
Note:
See TracChangeset
for help on using the changeset viewer.