Henri Verbeet : usp10: Avoid LPVOID.

Alexandre Julliard julliard at winehq.org
Fri Mar 24 16:24:24 CDT 2017


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

Author: Henri Verbeet <hverbeet at codeweavers.com>
Date:   Thu Mar 23 22:49:42 2017 +0100

usp10: Avoid LPVOID.

Signed-off-by: Henri Verbeet <hverbeet at codeweavers.com>
Signed-off-by: Aric Stewart <aric at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/usp10/usp10_internal.h | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/dlls/usp10/usp10_internal.h b/dlls/usp10/usp10_internal.h
index d4d3434..f906885 100644
--- a/dlls/usp10/usp10_internal.h
+++ b/dlls/usp10/usp10_internal.h
@@ -180,11 +180,11 @@ typedef struct {
     BOOL sfnt;
     CacheGlyphPage *page[NUM_PAGES];
     ABC *widths[GLYPH_MAX / GLYPH_BLOCK_SIZE];
-    LPVOID GSUB_Table;
-    LPVOID GDEF_Table;
-    LPVOID CMAP_Table;
-    LPVOID CMAP_format12_Table;
-    LPVOID GPOS_Table;
+    void *GSUB_Table;
+    void *GDEF_Table;
+    void *CMAP_Table;
+    void *CMAP_format12_Table;
+    void *GPOS_Table;
     BOOL scripts_initialized;
     INT script_count;
     LoadedScript *scripts;




More information about the wine-cvs mailing list