Changeset 4047 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- Aug 6, 2007 8:31:37 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/main.cpp
r3701 r4047 114 114 } 115 115 116 int main ( int argc, char ** argv)116 int main (int argc, char **argv) 117 117 { 118 118 /* initialize VBox Runtime */ … … 135 135 136 136 QIApplication a (argc, argv); 137 138 #ifdef Q_WS_WIN 139 /* Drag in the sound drivers and DLLs early to get rid of the delay taking 140 * place when the main menu bar (or any action from that menu bar) is 141 * activated for the first time. This delay is especially annoying if it 142 * happens when the VM is executing in real mode (which gives 100% CPU 143 * load and slows down the load process that happens on the main GUI 144 * thread to several seconds). */ 145 PlaySound (NULL, NULL, 0); 146 #endif 137 147 138 148 #ifndef RT_OS_DARWIN
Note:
See TracChangeset
for help on using the changeset viewer.