VirtualBox

Changeset 37989 in vbox for trunk


Ignore:
Timestamp:
Jul 18, 2011 8:51:46 AM (13 years ago)
Author:
vboxsync
Message:

Initialize extended common control classes.

File:
1 edited

Legend:

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

    r37987 r37989  
    575575                        INITCOMMONCONTROLSEX ccEx;
    576576                        ccEx.dwSize = sizeof(INITCOMMONCONTROLSEX);
     577                        ccEx.dwICC = ICC_LINK_CLASS | ICC_LISTVIEW_CLASSES | ICC_PAGESCROLLER_CLASS |
     578                                     ICC_PROGRESS_CLASS | ICC_STANDARD_CLASSES | ICC_TAB_CLASSES | ICC_TREEVIEW_CLASSES |
     579                                     ICC_UPDOWN_CLASS | ICC_USEREX_CLASSES | ICC_WIN95_CLASSES;
    577580                        InitCommonControlsEx(&ccEx); /* Ignore failure. */
    578581
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