From d8edf07ed9e7a3e2f2ab43ffd2935b93326f2caa Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Thu, 15 Nov 2012 17:55:05 +0200 Subject: Bin use of UTF-16 expat variant in the Windows shell extension Thus we can drop that variant completely. Change-Id: I11a8e40436921219bd6dd4afad4c7907ccb6b84c --- shell/Library_propertyhdl.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shell/Library_propertyhdl.mk') diff --git a/shell/Library_propertyhdl.mk b/shell/Library_propertyhdl.mk index 18af60fb676a..93d39823d531 100644 --- a/shell/Library_propertyhdl.mk +++ b/shell/Library_propertyhdl.mk @@ -48,7 +48,7 @@ $(eval $(call gb_Library_add_defs,propertyhdl,\ )) $(eval $(call gb_Library_use_externals,propertyhdl,\ - expat_utf16 \ + expat_utf8 \ zlib \ )) -- cgit