mirror of
https://github.com/reactos/reactos.git
synced 2025-01-03 21:09:19 +00:00
c00d41d91c
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.
6 lines
109 B
C
6 lines
109 B
C
|
|
#define IDI_TEST 1000
|
|
|
|
#define IDR_ICONS_PNG 2000
|
|
#define IDR_ICONS_NORMAL 2001
|
|
#define IDR_EXE_NORMAL 2002
|