projects
/
wine
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4f1ac05
)
Changed CHOOSECOLOR[AW].Flags from UINT to DWORD.
author
Pavel Roskin
<pavel_roskin@geocities.com>
Sun, 28 Mar 1999 12:33:18 +0000
(12:33 +0000)
committer
Alexandre Julliard
<julliard@winehq.org>
Sun, 28 Mar 1999 12:33:18 +0000
(12:33 +0000)
include/commdlg.h
patch
|
blob
|
blame
|
history
diff --git
a/include/commdlg.h
b/include/commdlg.h
index
eeac606
..
cdd7beb
100644
(file)
--- a/
include/commdlg.h
+++ b/
include/commdlg.h
@@
-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;