sorry, fix build

svn path=/trunk/; revision=35198
This commit is contained in:
Johannes Anderwald 2008-08-08 19:51:29 +00:00
parent e107b6f77d
commit 316da61ad2

View file

@ -107,6 +107,7 @@
#define PT_IESPECIAL2 0xb1
#define PT_SHARE 0xc3
#include "pshpack1.h"
typedef BYTE PIDLTYPE;
@ -119,6 +120,14 @@ typedef struct tagPIDLCPanelStruct
CHAR szName[1]; /*10*/ /* terminated by 0x00, followed by display name and comment string */
} PIDLCPanelStruct;
typedef struct tagPIDLFontStruct
{
BYTE dummy;
WORD offsFile;
WCHAR szName[1]; /*10*/ /* terminated by 0x00, followed by display name and comment string */
} PIDLFontStruct;
typedef struct tagGUIDStruct
{
BYTE dummy; /* offset 01 is unknown */
@ -180,6 +189,7 @@ typedef struct tagPIDLDATA
} htmlhelp;
struct tagPIDLCPanelStruct cpanel;
struct tagValueW valueW;
struct tagPIDLFontStruct cfont;
}u;
} PIDLDATA, *LPPIDLDATA;
#include "poppack.h"