OSDN Git Service

* include/olectl.h (PROPPAGEINFO): Change type of
authordannysmith <dannysmith>
Fri, 11 Oct 2002 03:40:06 +0000 (03:40 +0000)
committerdannysmith <dannysmith>
Fri, 11 Oct 2002 03:40:06 +0000 (03:40 +0000)
field cb to ULONG.

winsup/w32api/ChangeLog
winsup/w32api/include/olectl.h

index b0660d0..28a668a 100644 (file)
@@ -1,3 +1,8 @@
+2002-10-11  Danny Smith  <dannysmith@users.sourceforge.net>
+
+       * include/olectl.h (PROPPAGEINFO): Change type of
+       field cb to ULONG.
+
 2002-10-11  Steven Edwards  <Steven_Ed4153@yahoo.com>
 
        * lib/ntdll.def (RtlAcquireResourceExclusive,
index 74ce93e..77c6d2a 100644 (file)
@@ -309,7 +309,7 @@ typedef struct tagOCPFIPARAMS {
        DISPID dispidInitialProperty;
 } OCPFIPARAMS,*LPOCPFIPARAMS;
 typedef struct tagPROPPAGEINFO {
-       size_t cb;
+       ULONG cb;
        LPOLESTR pszTitle;
        SIZE size;
        LPOLESTR pszDocString;