• Jactry Zeng's avatar
    shell32: Reimplement IFolderView2_SetCurrentViewMode() with modern behaviours. · e80d8fe0
    Jactry Zeng authored
    Only pre-win7 systems return E_INVALIDARG for invalid values, and only pre-vista
    systems accept FVM_AUTO as a view mode, others fall it back to FVM_ICON. Let's
    switch to modern behaviours, so that we don't need additional code for handling
    that when using it to implement IExplorerBrowser_SetFolderSettings().
    e80d8fe0
shlview.c 49.1 KB