include: Add a resource type for scalable font resource (.fot) files.

This commit is contained in:
Jeremy White 2008-04-09 22:37:12 -05:00 committed by Alexandre Julliard
parent 7ab35476a7
commit 40c3718d52
1 changed files with 13 additions and 12 deletions

View File

@ -312,6 +312,7 @@ typedef struct
#define NE_RSCTYPE_RCDATA 0x800a
#define NE_RSCTYPE_GROUP_CURSOR 0x800c
#define NE_RSCTYPE_GROUP_ICON 0x800e
#define NE_RSCTYPE_SCALABLE_FONTPATH 0x80cc /* Resource found in .fot files */
#define __AHSHIFT 3 /* don't change! */