Commit 2fa87d29 authored by Andreas Rosenberg's avatar Andreas Rosenberg Committed by Alexandre Julliard

Point size in DLG_TEMPLATE may be negative.

parent 979d5433
......@@ -60,7 +60,7 @@ typedef struct
LPCSTR menuName;
LPCSTR className;
LPCSTR caption;
WORD pointSize;
INT16 pointSize;
LPCSTR faceName;
} DLG_TEMPLATE;
......
......@@ -75,7 +75,7 @@ typedef struct
LPCWSTR menuName;
LPCWSTR className;
LPCWSTR caption;
WORD pointSize;
INT16 pointSize;
WORD weight;
BOOL italic;
LPCWSTR faceName;
......
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