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
1 changed files with 2 additions and 2 deletions

View File

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