Commit 4ecb75b0 authored by Matthew Cline's avatar Matthew Cline Committed by Alexandre Julliard

Added a PTEXTMETRIC[A|W] definition.

parent a5affc63
......@@ -757,7 +757,7 @@ typedef struct
BYTE tmStruckOut;
BYTE tmPitchAndFamily;
BYTE tmCharSet;
} TEXTMETRICA, *LPTEXTMETRICA;
} TEXTMETRICA, *LPTEXTMETRICA, *PTEXTMETRICA;
typedef struct
{
......@@ -781,9 +781,10 @@ typedef struct
BYTE tmStruckOut;
BYTE tmPitchAndFamily;
BYTE tmCharSet;
} TEXTMETRICW, *LPTEXTMETRICW;
} TEXTMETRICW, *LPTEXTMETRICW, *PTEXTMETRICW;
DECL_WINELIB_TYPE_AW(TEXTMETRIC)
DECL_WINELIB_TYPE_AW(PTEXTMETRIC)
DECL_WINELIB_TYPE_AW(LPTEXTMETRIC)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment