* include/olectl.h (PROPPAGEINFO): Change type of

field cb to ULONG.
This commit is contained in:
Danny Smith 2002-10-11 03:40:06 +00:00
parent b04b30b914
commit afc65aebbd
2 changed files with 6 additions and 1 deletions

View 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,

View 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;