reactos/modules/rostests/apitests/user32/resource.h
Doug Lyons c00d41d91c
[USER32_APITEST] Add test for bad 'Icon Groups' but good 'Icons' such as F1'97 (#6020)
Add test for bad 'Icon Groups' but good 'Icons' such as created
by old versions of Watcom C/C++
That icon shows fine in Windows Explorer WinXP/Win2K3,
but does not show in WinVista/Win7 anymore.
A very special corner case.

We will commit the proposed fix shortly after committing the new test.
2023-11-26 15:26:05 +00:00

7 lines
109 B
C

#define IDI_TEST 1000
#define IDR_ICONS_PNG 2000
#define IDR_ICONS_NORMAL 2001
#define IDR_EXE_NORMAL 2002