Changed CHOOSECOLOR[AW].Flags from UINT to DWORD.

This commit is contained in:
Pavel Roskin 1999-03-28 12:33:18 +00:00 committed by Alexandre Julliard
parent 4f1ac05dea
commit 137cd8c341

View file

@ -288,7 +288,7 @@ typedef struct
HDC hDC;
LPLOGFONTA lpLogFont;
INT iPointSize;
UINT Flags;
DWORD Flags;
COLORREF rgbColors;
LPARAM lCustData;
WNDPROC lpfnHook;
@ -308,7 +308,7 @@ typedef struct
HDC hDC;
LPLOGFONTW lpLogFont;
INT iPointSize;
UINT Flags;
DWORD Flags;
COLORREF rgbColors;
LPARAM lCustData;
WNDPROC lpfnHook;