Aric Stewart : usp10: Resync script_props table.

Alexandre Julliard julliard at winehq.org
Mon Dec 12 12:25:55 CST 2011


Module: wine
Branch: master
Commit: 0d15c70a60e5ace9c5e2dca53eb9933e2d35f92b
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=0d15c70a60e5ace9c5e2dca53eb9933e2d35f92b

Author: Aric Stewart <aric at codeweavers.com>
Date:   Mon Dec 12 07:31:35 2011 -0600

usp10: Resync script_props table.

---

 dlls/usp10/usp10.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/dlls/usp10/usp10.c b/dlls/usp10/usp10.c
index a358f33..1f225b0 100644
--- a/dlls/usp10/usp10.c
+++ b/dlls/usp10/usp10.c
@@ -416,7 +416,8 @@ static const SCRIPT_PROPERTIES *script_props[] =
     &scriptInformation[40].props, &scriptInformation[41].props,
     &scriptInformation[42].props, &scriptInformation[43].props,
     &scriptInformation[44].props, &scriptInformation[45].props,
-    &scriptInformation[46].props, &scriptInformation[47].props
+    &scriptInformation[46].props, &scriptInformation[47].props,
+    &scriptInformation[48].props
 };
 
 typedef struct {




More information about the wine-cvs mailing list