aboutsummaryrefslogtreecommitdiff
path: root/winsup/w32api/include/olectl.h
diff options
context:
space:
mode:
authorDanny Smith <dannysmith@users.sourceforge.net>2002-10-11 03:40:06 +0000
committerDanny Smith <dannysmith@users.sourceforge.net>2002-10-11 03:40:06 +0000
commitafc65aebbdde338f969adc7302fe9581bca8f1c0 (patch)
treeb8bd3c515407863e5add115483b5110736fe80f9 /winsup/w32api/include/olectl.h
parentb04b30b914b3939a6f754717e3c6f52339f1cb8f (diff)
downloadnewlib-afc65aebbdde338f969adc7302fe9581bca8f1c0.zip
newlib-afc65aebbdde338f969adc7302fe9581bca8f1c0.tar.gz
newlib-afc65aebbdde338f969adc7302fe9581bca8f1c0.tar.bz2
* include/olectl.h (PROPPAGEINFO): Change type of
field cb to ULONG.
Diffstat (limited to 'winsup/w32api/include/olectl.h')
-rw-r--r--winsup/w32api/include/olectl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/w32api/include/olectl.h b/winsup/w32api/include/olectl.h
index 74ce93e..77c6d2a 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;