Index: dlls/ole32/storage32.h
===================================================================
RCS file: /home/wine/wine/dlls/ole32/storage32.h,v
retrieving revision 1.16
diff -u -r1.16 storage32.h
--- dlls/ole32/storage32.h	21 Feb 2005 20:58:09 -0000	1.16
+++ dlls/ole32/storage32.h	24 Feb 2005 04:43:17 -0000
@@ -505,6 +505,8 @@
   IStorageVtbl *lpVtbl;         /* Needs to be the first item in the struct
 				 * since we want to cast this in a Storage32 pointer */
 
+  IPropertySetStorageVtbl *pssVtbl; /* interface for adding a properties stream */
+
   /*
    * Declare the member of the Storage32BaseImpl class to allow
    * casting as a Storage32BaseImpl
