From: Amine Khaldi Date: Thu, 13 Oct 2016 21:46:39 +0000 (+0000) Subject: [SHELL32] Add two missing AVIs. By Jared Smudde. CORE-11641 X-Git-Tag: ReactOS-0.4.3~87 X-Git-Url: https://git.reactos.org/?p=reactos.git;a=commitdiff_plain;h=25b64d3c35de4229cd1a9e0b131f0e415d8dc1bb [SHELL32] Add two missing AVIs. By Jared Smudde. CORE-11641 svn path=/trunk/; revision=72968 --- diff --git a/reactos/dll/win32/shell32/avi_res.rc b/reactos/dll/win32/shell32/avi_res.rc index 67ecf9208c8..89d958d8b66 100644 --- a/reactos/dll/win32/shell32/avi_res.rc +++ b/reactos/dll/win32/shell32/avi_res.rc @@ -1,4 +1,6 @@ +IDA_SHELL_AUTOPLAY AVI "res/avis/150.avi" IDA_SHELL_SEARCHING_INDEX AVI "res/avis/151.avi" +IDA_SHELL_COMPUTER_SEARCH AVI "res/avis/152.avi" IDA_SHELL_COPY AVI "res/avis/160+161+167+168.avi" IDA_SHELL_COPY1 AVI "res/avis/160+161+167+168.avi" IDA_SHELL_COPY2 AVI "res/avis/160+161+167+168.avi" diff --git a/reactos/dll/win32/shell32/res/avis/150.avi b/reactos/dll/win32/shell32/res/avis/150.avi new file mode 100644 index 00000000000..f967a079396 Binary files /dev/null and b/reactos/dll/win32/shell32/res/avis/150.avi differ diff --git a/reactos/dll/win32/shell32/res/avis/152.avi b/reactos/dll/win32/shell32/res/avis/152.avi new file mode 100644 index 00000000000..f14a65d28bf Binary files /dev/null and b/reactos/dll/win32/shell32/res/avis/152.avi differ diff --git a/reactos/dll/win32/shell32/shresdef.h b/reactos/dll/win32/shell32/shresdef.h index 51e6947a557..19ef30e45ec 100644 --- a/reactos/dll/win32/shell32/shresdef.h +++ b/reactos/dll/win32/shell32/shresdef.h @@ -572,17 +572,19 @@ * AVI resources * * windows shell32 has 14 of them: 150-152 and 160-170 - * FIXME: Add 150, 152 + * FIXME: Add 165, 166 */ +#define IDA_SHELL_AUTOPLAY 150 #define IDA_SHELL_SEARCHING_INDEX 151 +#define IDA_SHELL_COMPUTER_SEARCH 152 #define IDA_SHELL_COPY 160 #define IDA_SHELL_COPY1 161 -#define IDA_SHELL_COPY2 167 -#define IDA_SHELL_COPY3 168 #define IDA_SHELL_RECYCLE 162 #define IDA_SHELL_EMPTY_RECYCLE 163 #define IDA_SHELL_DELETE 164 +#define IDA_SHELL_COPY2 167 +#define IDA_SHELL_COPY3 168 #define IDA_SHELL_DELETE1 169 #define IDA_SHELL_DOWNLOAD 170