* include/olectl.h (PROPPAGEINFO): Change type of
field cb to ULONG.
This commit is contained in:
parent
b04b30b914
commit
afc65aebbd
|
@ -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,
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue