gdi32: Fix the PAN_WEIGHT_INDEX constant name.

Francois Gouget fgouget at free.fr
Sun Mar 27 20:55:49 CDT 2016


Signed-off-by: Francois Gouget <fgouget at free.fr>
---
 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
-- 
2.7.0




More information about the wine-patches mailing list