Re: [Mingw-w64-public] [PATCH] headers: Disable conflicting OLE methods on Cygwin

2024-08-15 Thread Rafael Kitover
Just updated this example to be more correct and added a command for MSVC. ___ Mingw-w64-public mailing list Mingw-w64-public@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Re: [Mingw-w64-public] Small mistake I spotted, incorrect usage of _WIN32_WINNT

2024-08-15 Thread Paul Jackson
Yes, noticed shortly after sending the message, thanks On Tue, Jul 30, 2024, 18:34 LIU Hao wrote: > 在 2024-07-23 04:11, Paul Jackson 写道: > > File: minwinbase.h > > Line: 161 > > Code: > > > > #if _WIN32_WINNT >= 0x0A02 > > FileDispositionInfoEx, > > FileRenameInfoEx, > > #endif > >