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