Module: wine Branch: master Commit: b06d343086e18592856ae797b78f13ee3df4d6e7 URL: http://source.winehq.org/git/wine.git/?a=commit;h=b06d343086e18592856ae797b7...
Author: Francois Gouget fgouget@free.fr Date: Mon Mar 28 03:55:49 2016 +0200
gdi32: Fix the PAN_WEIGHT_INDEX constant name.
Signed-off-by: Francois Gouget fgouget@free.fr Signed-off-by: Alexandre Julliard julliard@winehq.org
---
include/wingdi.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/wingdi.h b/include/wingdi.h index c1acd25..548269e 100644 --- a/include/wingdi.h +++ b/include/wingdi.h @@ -895,7 +895,7 @@ typedef struct tagPANOSE
#define PAN_FAMILYTYPE_INDEX 0 #define PAN_SERIFSTYLE_INDEX 1 -#define PAN_WEIGTH_INDEX 2 +#define PAN_WEIGHT_INDEX 2 #define PAN_PROPORTION_INDEX 3 #define PAN_CONTRAST_INDEX 4 #define PAN_STROKEVARIATION_INDEX 5