Sync to Wine-20050725:
[reactos.git] / reactos / lib / ole32 / oleobj.c
index eb630bc..0c77121 100644 (file)
@@ -43,7 +43,7 @@ typedef struct OleAdviseHolderImpl
 {
   const IOleAdviseHolderVtbl *lpVtbl;
 
-  DWORD ref;
+  LONG ref;
 
   DWORD         maxSinks;
   IAdviseSink** arrayOfSinks;
@@ -357,7 +357,7 @@ typedef struct DataAdviseHolder
 {
   const IDataAdviseHolderVtbl *lpVtbl;
 
-  DWORD                 ref;
+  LONG                  ref;
   DWORD                 maxCons;
   DataAdviseConnection* Connections;
 } DataAdviseHolder;