mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 10:01:43 +00:00
[COMCTL32][MEDIA] Sync comctl32 to wine 5.0 (#6789)
For SOME reason comctl32 has been synched manually multiple times to different versions and different pots This PR aims to fix that With the exception of button.c which all in all is a massive fork over wines code entirely. and datetime.c which is at wine 6.0 Comctl32 is now at wine-5.0
This commit is contained in:
parent
13b9c2a6d6
commit
0707475f69
52 changed files with 3335 additions and 1429 deletions
|
@ -714,6 +714,9 @@ extern "C" {
|
|||
#define IDI_EXCLAMATION 32515
|
||||
#define IDI_ASTERISK 32516
|
||||
#define IDI_WINLOGO 32517
|
||||
#if(WINVER >= 0x0600)
|
||||
#define IDI_SHIELD 32518
|
||||
#endif /* WINVER >= 0x0600 */
|
||||
#endif
|
||||
#define IDI_WARNING IDI_EXCLAMATION
|
||||
#define IDI_ERROR IDI_HAND
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue