Skip to content
Snippets Groups Projects
Commit 7c6ebddd authored by Jon Griffiths's avatar Jon Griffiths Committed by Alexandre Julliard
Browse files

Protect the TEXTMETRIC struct from redefinition.

parent 89b469fe
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment