Changeset 35527 in vbox for trunk/src/VBox/Main/src-helper-apps
- Timestamp:
- Jan 13, 2011 2:27:33 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-helper-apps/VBoxExtPackHelperApp.cpp
r35378 r35527 1205 1205 Info.hProcess = INVALID_HANDLE_VALUE; 1206 1206 1207 #if 0 /* This deadlocks with the GUI because the GUI thread is stuck in the API call :/ */1208 1207 /* Apply display hacks. */ 1209 1208 if (pszDisplayInfoHack) … … 1229 1228 if (Info.hMonitor != NULL) 1230 1229 Info.fMask |= SEE_MASK_HMONITOR; 1231 #endif1232 1230 1233 1231 if (ShellExecuteExW(&Info))
Note:
See TracChangeset
for help on using the changeset viewer.