* 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>
|
2002-10-11 Steven Edwards <Steven_Ed4153@yahoo.com>
|
||||||
|
|
||||||
* lib/ntdll.def (RtlAcquireResourceExclusive,
|
* lib/ntdll.def (RtlAcquireResourceExclusive,
|
||||||
|
|
|
@ -309,7 +309,7 @@ typedef struct tagOCPFIPARAMS {
|
||||||
DISPID dispidInitialProperty;
|
DISPID dispidInitialProperty;
|
||||||
} OCPFIPARAMS,*LPOCPFIPARAMS;
|
} OCPFIPARAMS,*LPOCPFIPARAMS;
|
||||||
typedef struct tagPROPPAGEINFO {
|
typedef struct tagPROPPAGEINFO {
|
||||||
size_t cb;
|
ULONG cb;
|
||||||
LPOLESTR pszTitle;
|
LPOLESTR pszTitle;
|
||||||
SIZE size;
|
SIZE size;
|
||||||
LPOLESTR pszDocString;
|
LPOLESTR pszDocString;
|
||||||
|
|
Loading…
Reference in New Issue