include: Pack NE_NAMEINFO and NE_TYPEINFO pack(1).

This commit is contained in:
Marcus Meissner 2010-05-27 15:40:48 +02:00 committed by Alexandre Julliard
parent caf0e0befe
commit 122bfcc185
1 changed files with 1 additions and 2 deletions

View File

@ -217,8 +217,6 @@ enum arg_types
ARG_VARARG /* start of varargs */
};
#include <poppack.h>
#define INVALID_HANDLE_VALUE16 ((HANDLE16) -1)
#define INFINITE16 0xFFFF
@ -315,6 +313,7 @@ typedef struct
#define NE_RSCTYPE_GROUP_ICON 0x800e
#define NE_RSCTYPE_SCALABLE_FONTPATH 0x80cc /* Resource found in .fot files */
#include <poppack.h>
#define __AHSHIFT 3 /* don't change! */
#define __AHINCR (1 << __AHSHIFT)