summaryrefslogtreecommitdiffstats
path: root/lib/kwmf/wmfstruct.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/kwmf/wmfstruct.h')
-rw-r--r--lib/kwmf/wmfstruct.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/lib/kwmf/wmfstruct.h b/lib/kwmf/wmfstruct.h
index 7400e896..7c0b56da 100644
--- a/lib/kwmf/wmfstruct.h
+++ b/lib/kwmf/wmfstruct.h
@@ -9,33 +9,33 @@ typedef int DWORD;
typedef TQ_INT32 LONG;
typedef void* _HANDLE;
-typedef struct _RECT
+struct RECT
{
WORD left;
WORD top;
WORD right;
WORD bottom;
-} RECT;
+};
-typedef struct _RECTL
+struct RECTL
{
LONG left;
LONG top;
LONG right;
LONG bottom;
-} RECTL;
+};
-typedef struct _SIZE
+struct SIZE
{
WORD width;
WORD height;
-} SIZE;
+};
-typedef struct _SIZEL
+struct SIZEL
{
LONG width;
LONG height;
-} SIZEL;
+};
struct WmfEnhMetaHeader