Commit 137cd8c3 authored by Pavel Roskin's avatar Pavel Roskin Committed by Alexandre Julliard

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

parent 4f1ac05d
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment