Re: [Mingw-w64-public] [PATCH] headers: Remove some dup OLE methods in comutil.h

2024-08-11 Thread LIU Hao
在 2024-08-12 09:38, Rafael Kitover 写道: On inclusion of the header `comutil.h` errors such as: include/comutil.h:413:3: error: '_variant_t::_variant_t(unsigned int)' cannot be overloaded with '_variant_t::_variant_t(unsigned int)' , are produced because some methods are duplicates via a type al

[Mingw-w64-public] [PATCH] headers: Remove some dup OLE methods in comutil.h

2024-08-11 Thread Rafael Kitover
On inclusion of the header `comutil.h` errors such as: include/comutil.h:413:3: error: '_variant_t::_variant_t(unsigned int)' cannot be overloaded with '_variant_t::_variant_t(unsigned int)' , are produced because some methods are duplicates via a type alias. Remove these methods. Signed-off-b