Aric Stewart : usp10: Resync script_props table.
Module: wine Branch: master Commit: 0d15c70a60e5ace9c5e2dca53eb9933e2d35f92b URL: http://source.winehq.org/git/wine.git/?a=commit;h=0d15c70a60e5ace9c5e2dca53e... Author: Aric Stewart <aric(a)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 {
participants (1)
-
Alexandre Julliard