Point size in DLG_TEMPLATE may be negative.
This commit is contained in:
parent
979d543368
commit
2fa87d2908
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue