Module: wine Branch: master Commit: 3bf6923728fa4197dceeee317af1c4547034008c URL: http://source.winehq.org/git/wine.git/?a=commit;h=3bf6923728fa4197dceeee317a...
Author: Alistair Leslie-Hughes leslie_alistair@hotmail.com Date: Wed Jan 4 06:55:54 2017 +0000
include: Correct misspelt GCPCLASS_PREBOUNDRTL define.
Signed-off-by: Alistair Leslie-Hughes leslie_alistair@hotmail.com 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 548269e..1851654 100644 --- a/include/wingdi.h +++ b/include/wingdi.h @@ -1415,7 +1415,7 @@ typedef struct #define GCPCLASS_LATINNUMERICSEPARATOR 8 #define GCPCLASS_NUMERICSEPARATOR 9 #define GCPCLASS_PREBOUNDLTR 0x80 -#define GCPCLASS_PREBOUNDRLT 0x40 +#define GCPCLASS_PREBOUNDRTL 0x40 #define GCPCLASS_POSTBOUNDLTR 0x20 #define GCPCLASS_POSTBOUNDRTL 0x10