Point size in DLG_TEMPLATE may be negative.

oldstable
Andreas Rosenberg 2003-12-10 02:12:09 +00:00 committed by Alexandre Julliard
parent 979d543368
commit 2fa87d2908
2 changed files with 2 additions and 2 deletions

View File

@ -60,7 +60,7 @@ typedef struct
LPCSTR menuName;
LPCSTR className;
LPCSTR caption;
WORD pointSize;
INT16 pointSize;
LPCSTR faceName;
} DLG_TEMPLATE;

View File

@ -75,7 +75,7 @@ typedef struct
LPCWSTR menuName;
LPCWSTR className;
LPCWSTR caption;
WORD pointSize;
INT16 pointSize;
WORD weight;
BOOL italic;
LPCWSTR faceName;