[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:
Justin Miller 2024-09-03 21:54:05 -07:00 committed by GitHub
parent 13b9c2a6d6
commit 0707475f69
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
52 changed files with 3335 additions and 1429 deletions

View file

@ -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