Changeset 48681 in vbox for trunk/src/VBox/Main/src-helper-apps/VBoxExtPackHelperApp.cpp
- Timestamp:
- Sep 25, 2013 1:00:44 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-helper-apps/VBoxExtPackHelperApp.cpp
r46326 r48681 1768 1768 * Initialize IPRT and check that we're correctly installed. 1769 1769 */ 1770 #ifdef RT_OS_WINDOWS 1771 int rc = RTR3InitExe(argc, &argv, RTR3INIT_FLAGS_UTF8_ARGV); /* WinMain gives us UTF-8, see below. */ 1772 #else 1770 1773 int rc = RTR3InitExe(argc, &argv, 0); 1774 #endif 1771 1775 if (RT_FAILURE(rc)) 1772 1776 return RTMsgInitFailure(rc);
Note:
See TracChangeset
for help on using the changeset viewer.