Changed CHOOSECOLOR[AW].Flags from UINT to DWORD.
This commit is contained in:
parent
4f1ac05dea
commit
137cd8c341
|
@ -288,7 +288,7 @@ typedef struct
|
||||||
HDC hDC;
|
HDC hDC;
|
||||||
LPLOGFONTA lpLogFont;
|
LPLOGFONTA lpLogFont;
|
||||||
INT iPointSize;
|
INT iPointSize;
|
||||||
UINT Flags;
|
DWORD Flags;
|
||||||
COLORREF rgbColors;
|
COLORREF rgbColors;
|
||||||
LPARAM lCustData;
|
LPARAM lCustData;
|
||||||
WNDPROC lpfnHook;
|
WNDPROC lpfnHook;
|
||||||
|
@ -308,7 +308,7 @@ typedef struct
|
||||||
HDC hDC;
|
HDC hDC;
|
||||||
LPLOGFONTW lpLogFont;
|
LPLOGFONTW lpLogFont;
|
||||||
INT iPointSize;
|
INT iPointSize;
|
||||||
UINT Flags;
|
DWORD Flags;
|
||||||
COLORREF rgbColors;
|
COLORREF rgbColors;
|
||||||
LPARAM lCustData;
|
LPARAM lCustData;
|
||||||
WNDPROC lpfnHook;
|
WNDPROC lpfnHook;
|
||||||
|
|
Loading…
Reference in New Issue