Author: janderwald
Date: Fri Aug 8 14:51:29 2008
New Revision: 35198
URL:
http://svn.reactos.org/svn/reactos?rev=35198&view=rev
Log:
sorry, fix build
Modified:
trunk/reactos/dll/win32/shell32/pidl.h
Modified: trunk/reactos/dll/win32/shell32/pidl.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/pidl.h?r…
==============================================================================
--- trunk/reactos/dll/win32/shell32/pidl.h [iso-8859-1] (original)
+++ trunk/reactos/dll/win32/shell32/pidl.h [iso-8859-1] Fri Aug 8 14:51:29 2008
@@ -107,6 +107,7 @@
#define PT_IESPECIAL2 0xb1
#define PT_SHARE 0xc3
+
#include "pshpack1.h"
typedef BYTE PIDLTYPE;
@@ -118,6 +119,14 @@
WORD offsComment; /*08*/
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
{
@@ -180,6 +189,7 @@
} htmlhelp;
struct tagPIDLCPanelStruct cpanel;
struct tagValueW valueW;
+ struct tagPIDLFontStruct cfont;
}u;
} PIDLDATA, *LPPIDLDATA;
#include "poppack.h"