From d30d5db84e4e0faecceb6de5417e3c747a760101 Mon Sep 17 00:00:00 2001 From: dannysmith Date: Tue, 22 Jul 2003 22:47:59 +0000 Subject: [PATCH] * include/objidl.h (PropVariant): Add CHAR cVal field to union. (FMTID_SummaryInformation, FMTID_DocSummaryInformation, FMTID_UserDefinedProperties): Declare. --- winsup/w32api/ChangeLog | 7 +++++++ winsup/w32api/include/objidl.h | 6 ++++++ 2 files changed, 13 insertions(+) diff --git a/winsup/w32api/ChangeLog b/winsup/w32api/ChangeLog index feeed702a8..19171c4129 100644 --- a/winsup/w32api/ChangeLog +++ b/winsup/w32api/ChangeLog @@ -1,5 +1,12 @@ 2003-07-22 Danny Smith + * include/objidl.h (PropVariant): Add CHAR cVal field + to union. + (FMTID_SummaryInformation, FMTID_DocSummaryInformation, + FMTID_UserDefinedProperties): Declare. + +2003-07-22 Danny Smith + * include/winbase.h (GetModuleHandleEx[AW]): Add prototypes. 2003-07-22 Danny Smith diff --git a/winsup/w32api/include/objidl.h b/winsup/w32api/include/objidl.h index bf14ce1507..f9ec9d52c2 100644 --- a/winsup/w32api/include/objidl.h +++ b/winsup/w32api/include/objidl.h @@ -301,6 +301,7 @@ typedef struct tagPROPVARIANT { WORD wReserved2; WORD wReserved3; _ANONYMOUS_UNION union { + CHAR cVal; UCHAR bVal; short iVal; USHORT uiVal; @@ -408,6 +409,11 @@ typedef struct tagSOLE_AUTHENTICATION_LIST { DWORD cAuthInfo; SOLE_AUTHENTICATION_INFO* aAuthInfo; } SOLE_AUTHENTICATION_LIST; + +EXTERN_C const FMTID FMTID_SummaryInformation; +EXTERN_C const FMTID FMTID_DocSummaryInformation; +EXTERN_C const FMTID FMTID_UserDefinedProperties; + DECLARE_ENUMERATOR(FORMATETC); DECLARE_ENUMERATOR(HLITEM); DECLARE_ENUMERATOR(STATDATA); -- 2.11.0