mirror of
https://github.com/reactos/reactos.git
synced 2025-08-01 19:43:33 +00:00
[USER32_APITEST] Improve user32:PrivateExtractIcons test (#5209)
- Improve the test by examining total number of icon groups in files and by adding more testcases including two new icon files. - Add new ROS.ico file which has both a normal icon and a PNG one. - Add tests for explorer.exe and new ROS.ico and sysicon.ico files. CORE-18897
This commit is contained in:
parent
d8e82ee45f
commit
454a27cdff
5 changed files with 120 additions and 11 deletions
|
@ -1,2 +1,5 @@
|
|||
|
||||
#define IDI_TEST 1000
|
||||
|
||||
#define IDR_ICONS_PNG 2000
|
||||
#define IDR_ICONS_NORMAL 2001
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue