Rafaël Kooi
Rafaël Kooi
The current headers don't pull in `_Out_`, so I added a check to define it. I cross checked with MSVC headers, and it doesn't get defined to anything.
In this PR I made MinGW-w64 compilers work again with EAThread. I opted for using pthreads, as those are native to MinGW-w64 and GCC has no support for SEH intrinsics,...
Please upgrade OmniSharp to the latest version for .NET6 support. I have tried simply upgrading to the latest OmniSharp, but that ended up giving me a whole lot of exceptions...
Some small changes to make it work with Qt 6. I don't know if the class moves are specific to the move to Qt 6 or were part of some...
From what it seems like is that the daemon is not handling the device detach event (if there even is any) when the tablet is turned off during wireless usage....
MinGW-w64 already defines NOMINMAX in one of its base headers, so this fires a warning during building of EASTL tests.
Fixes the error `pragma comment requires parenthesized identifier and optional string` when compiling with clang-cl.