void InitLauncher(boolean javaw) { INITCOMMONCONTROLSEX icx; /* * Required for javaw mode MessageBox output as well as for * HotSpot -XX:+ShowMessageBoxOnError in java mode, an empty * flag field is sufficient to perform the basic UI initialization. */ memset(&icx, 0, sizeof(INITCOMMONCONTROLSEX)); icx.dwSize = sizeof(INITCOMMONCONTROLSEX); InitCommonControlsEx(&icx); _isjavaw = javaw; JLI_SetTraceLauncher(); }
void InitLauncher(jboolean javaw) { JLI_SetTraceLauncher(); }