Jacek Caban : make_unicode: Update vertical.c path.

Alexandre Julliard julliard at winehq.org
Wed Oct 13 15:59:27 CDT 2021


Module: wine
Branch: master
Commit: 5740b091b941bc156acf61fe2e8e9505c708da36
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=5740b091b941bc156acf61fe2e8e9505c708da36

Author: Jacek Caban <jacek at codeweavers.com>
Date:   Wed Oct 13 17:08:37 2021 +0200

make_unicode: Update vertical.c path.

Signed-off-by: Jacek Caban <jacek at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 tools/make_unicode | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/make_unicode b/tools/make_unicode
index c5c804b678b..4c9d3d6d988 100755
--- a/tools/make_unicode
+++ b/tools/make_unicode
@@ -2828,7 +2828,7 @@ dump_linebreak( "dlls/gdi32/uniscribe/linebreak.c" );
 dump_linebreak( "dlls/dwrite/linebreak.c" );
 dump_scripts( "dlls/dwrite/scripts" );
 dump_indic( "dlls/gdi32/uniscribe/indicsyllable.c" );
-dump_vertical( "dlls/gdi32/vertical.c", 1 );
+dump_vertical( "dlls/win32u/vertical.c", 1 );
 dump_vertical( "dlls/wineps.drv/vertical.c", 0 );
 dump_intl_nls("nls/l_intl.nls");
 dump_norm_table( "nls/normnfc.nls" );




More information about the wine-cvs mailing list