Searched refs:RTR3INIT_FLAGS_UTF8_ARGV (Results 1 - 3 of 3) sorted by relevance

/vbox/include/iprt/
H A Dinitterm.h52 #define RTR3INIT_FLAGS_UTF8_ARGV RT_BIT(3) macro
/vbox/src/VBox/Runtime/r3/
H A Dinit.cpp280 if (!(fFlags & RTR3INIT_FLAGS_UTF8_ARGV))
558 | RTR3INIT_FLAGS_UTF8_ARGV)));
/vbox/src/VBox/Main/src-helper-apps/
H A DVBoxExtPackHelperApp.cpp1782 int rc = RTR3InitExe(argc, &argv, RTR3INIT_FLAGS_UTF8_ARGV); /* WinMain gives us UTF-8, see below. */

Completed in 71 milliseconds