summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--winsup/w32api/ChangeLog5
-rw-r--r--winsup/w32api/include/olectl.h2
2 files changed, 6 insertions, 1 deletions
diff --git a/winsup/w32api/ChangeLog b/winsup/w32api/ChangeLog
index b0660d070..28a668a03 100644
--- a/winsup/w32api/ChangeLog
+++ b/winsup/w32api/ChangeLog
@@ -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,
diff --git a/winsup/w32api/include/olectl.h b/winsup/w32api/include/olectl.h
index 74ce93ee3..77c6d2a5c 100644
--- a/winsup/w32api/include/olectl.h
+++ b/winsup/w32api/include/olectl.h
@@ -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;