VirtualBox

Ignore:
Timestamp:
Apr 30, 2014 12:34:10 PM (11 years ago)
Author:
vboxsync
Message:

Installer/win/VBoxStub: No need to call FreeConsole() for non-verbose runs.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Installer/win/Stub/VBoxStub.cpp

    r51172 r51173  
    11151115#if defined(_WIN32_WINNT) && _WIN32_WINNT >= 0x0501
    11161116# ifdef VBOX_STUB_WITH_OWN_CONSOLE
    1117     FreeConsole();
     1117    if (g_iVerbosity)
     1118        FreeConsole();
    11181119# endif /* VBOX_STUB_WITH_OWN_CONSOLE */
    11191120#endif
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette