* include/objidl.h (struct tagPROPVARIANT): Kill obsolete

union member _VARIANT_BOOL bool.
This commit is contained in:
Danny Smith 2002-06-24 04:51:34 +00:00
parent e106f92bfc
commit f8f2ad211f
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2002-06-24 Danny Smith <dannysmith@users.sourceforge.net>
* include/objidl.h (struct tagPROPVARIANT): Kill obsolete
union member _VARIANT_BOOL bool.
2002-06-24 Danny Smith <dannysmith@users.sourceforge.net>
* include/winioctl.h (FILE_SPECIAL_ACCESS): Add define.

View File

@ -305,7 +305,9 @@ typedef struct tagPROPVARIANT {
short iVal;
USHORT uiVal;
VARIANT_BOOL boolVal;
#ifndef __cplusplus
#if 0
/* bool is a standard type in C++, and a standard macro expanding
to the _Bool type in C99 (see stdbool.h) */
_VARIANT_BOOL bool;
#endif
long lVal;