Commit 7c6ebddd authored by Jon Griffiths's avatar Jon Griffiths Committed by Alexandre Julliard

Protect the TEXTMETRIC struct from redefinition.

parent 89b469fe
......@@ -762,6 +762,9 @@ typedef struct
#define FF_SCRIPT 0x40
#define FF_DECORATIVE 0x50
#ifndef _TEXTMETRIC_DEFINED
#define _TEXTMETRIC_DEFINED
typedef struct
{
LONG tmHeight;
......@@ -813,6 +816,7 @@ typedef struct
DECL_WINELIB_TYPE_AW(TEXTMETRIC)
DECL_WINELIB_TYPE_AW(PTEXTMETRIC)
DECL_WINELIB_TYPE_AW(LPTEXTMETRIC)
#endif /* _TEXTMETRIC_DEFINED */
typedef struct tagPANOSE
......
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