https://git.reactos.org/?p=reactos.git;a=commitdiff;h=d71712e909844a735db5ce80ef2813c5ea2e6a51
commit d71712e909844a735db5ce80ef2813c5ea2e6a51 Author: Mark Jansen <[email protected]> AuthorDate: Tue Apr 2 21:25:19 2019 +0200 Commit: Mark Jansen <[email protected]> CommitDate: Wed Apr 3 19:44:27 2019 +0200 [SYSSETUP] Ask for common controls v6 when using v6 features --- dll/win32/syssetup/syssetup.rc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dll/win32/syssetup/syssetup.rc b/dll/win32/syssetup/syssetup.rc index 17f485aa34..800d4d2ce6 100644 --- a/dll/win32/syssetup/syssetup.rc +++ b/dll/win32/syssetup/syssetup.rc @@ -10,6 +10,9 @@ #define REACTOS_STR_ORIGINAL_FILENAME "syssetup.dll" #include <reactos/version.rc> +/* Ask for common controls v6 (BCM_SETIMAGELIST) */ +#include <reactos/manifest_dll.rc> + LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL /* Bitmaps */
