wingdi.h: Multi-character character constants are implementation specific according to the C standard. Use a hex number instead.
This commit is contained in:
parent
163815180a
commit
30f67b1534
@ -1851,8 +1851,8 @@ typedef struct {
|
|||||||
DWORD bV5Reserved;
|
DWORD bV5Reserved;
|
||||||
} BITMAPV5HEADER, *LPBITMAPV5HEADER, *PBITMAPV5HEADER;
|
} BITMAPV5HEADER, *LPBITMAPV5HEADER, *PBITMAPV5HEADER;
|
||||||
|
|
||||||
#define PROFILE_LINKED 'LINK'
|
#define PROFILE_LINKED 0x4c494e4b /* 'LINK' */
|
||||||
#define PROFILE_EMBEDDED 'MBED'
|
#define PROFILE_EMBEDDED 0x4d424544 /* 'MBED' */
|
||||||
|
|
||||||
|
|
||||||
/* biCompression */
|
/* biCompression */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user