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 > > FileDispositionInf

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

2024-07-25 Thread Paul Jackson
File: minwinbase.h Line: 161 Code: #if _WIN32_WINNT >= 0x0A02 FileDispositionInfoEx, FileRenameInfoEx, #endif _WIN32_WINNT max value is 0x0A00, it surely meant to be NTDDI_VERSION. ___ Mingw-w64-public mailing list Mingw-w64-public@lists.so

Re: [Mingw-w64-public] Missing XAML-related COM definitions: IVisualTreeServiceCallback2, IXamlDiagnostics

2023-06-20 Thread Paul Jackson
Ping, in case you missed my previous message. Have you had the chance to look at it? Thanks. On Sat, May 6, 2023, 14:03 Paul Jackson wrote: > Yes, here's an example project which takes parts of ExplorerTAP and makes > some changes to make it compile with Clang/MinGW: > > h

Re: [Mingw-w64-public] Missing XAML-related COM definitions: IVisualTreeServiceCallback2, IXamlDiagnostics

2023-05-07 Thread Paul Jackson
Yes, here's an example project which takes parts of ExplorerTAP and makes some changes to make it compile with Clang/MinGW: https://github.com/justanotheranonymoususer/ExplorerTap-test Instructions to compile on Windows: - Clone the repo - Download llvm-mingw and extract to the cloned repo: https

[Mingw-w64-public] Missing XAML-related COM definitions: IVisualTreeServiceCallback2, IXamlDiagnostics

2023-05-06 Thread Paul Jackson
Hello, I'm trying to port part of this code: https://github.com/TranslucentTB/TranslucentTB/tree/develop/ExplorerTAP And MinGW is missing some of the definitions. I was able to compile it by copying the following files from the Windows SDK: windows.ui.xaml.hosting.desktopwindowxamlsource.h xamlOM.