Biswapriyo Nath : include/dwrite.idl: Fix typo in DWRITE_INFORMATIONAL_STRING_WWS_FAMILY_NAME member name.

Alexandre Julliard julliard at winehq.org
Thu May 14 16:17:44 CDT 2020


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

Author: Biswapriyo Nath <nathbappai at gmail.com>
Date:   Thu May 14 01:51:50 2020 +0300

include/dwrite.idl: Fix typo in DWRITE_INFORMATIONAL_STRING_WWS_FAMILY_NAME member name.

Signed-off-by: Biswapriyo Nath <nathbappai at gmail.com>
Signed-off-by: Nikolay Sivov <nsivov at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 include/dwrite.idl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/dwrite.idl b/include/dwrite.idl
index a8c523edda..d5ce849386 100644
--- a/include/dwrite.idl
+++ b/include/dwrite.idl
@@ -138,7 +138,7 @@ typedef enum DWRITE_INFORMATIONAL_STRING_ID
     DWRITE_INFORMATIONAL_STRING_SUPPORTED_SCRIPT_LANGUAGE_TAG,
     DWRITE_INFORMATIONAL_STRING_PREFERRED_FAMILY_NAMES = DWRITE_INFORMATIONAL_STRING_TYPOGRAPHIC_FAMILY_NAMES,
     DWRITE_INFORMATIONAL_STRING_PREFERRED_SUBFAMILY_NAMES = DWRITE_INFORMATIONAL_STRING_TYPOGRAPHIC_SUBFAMILY_NAMES,
-    DWRITE_INFORMATIONAL_STRING_WWS_FAMILY_NAMES = DWRITE_INFORMATIONAL_STRING_WEIGHT_STRETCH_STYLE_FAMILY_NAME,
+    DWRITE_INFORMATIONAL_STRING_WWS_FAMILY_NAME = DWRITE_INFORMATIONAL_STRING_WEIGHT_STRETCH_STYLE_FAMILY_NAME,
 } DWRITE_INFORMATIONAL_STRING_ID;
 
 typedef enum DWRITE_FONT_SIMULATIONS




More information about the wine-cvs mailing list