[PATCH 4/5] usp10: Avoid LPVOID.

Aric Stewart aric at codeweavers.com
Fri Mar 24 06:30:31 CDT 2017


Signed-off-by: Aric Stewart <aric at codeweavers.com>

On 3/23/17 4:49 PM, Henri Verbeet wrote:
> Signed-off-by: Henri Verbeet <hverbeet at codeweavers.com>
> ---
>  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-patches mailing list