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