- 22 Jan, 2024 35 commits
-
-
Alex Henrie authored
-
Eric Pouech authored
Note the _InterlockedCompareExchange128 for a x86_64 machine is only defined as intrinsic when -mcx16 option is enabled. But we use always use the intrinsic definition on x86_64 so that compilation done without the -mcx16 could be detected (on C++ only). And the intrinsic has been added recently to aarch64 machine for clang. Signed-off-by: Eric Pouech <epouech@codeweavers.com>
-
Eric Pouech authored
Now clang provides intrinsic variant of Interlocked*64 family on i386 machine. Signed-off-by: Eric Pouech <epouech@codeweavers.com>
-
Daniel Lehman authored
-
Daniel Lehman authored
-
Fabian Maurer authored
-
Fabian Maurer authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
This avoids unaligned access warnings with clang.
-
Nikolay Sivov authored
-
Nikolay Sivov authored
-
Nikolay Sivov authored
-
Nikolay Sivov authored
-
Rémi Bernon authored
-
Rémi Bernon authored
-
Rémi Bernon authored
-
Rémi Bernon authored
-
Rémi Bernon authored
-
Rémi Bernon authored
-
Vijay Kiran Kamuju authored
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=54963
-
Fabian Maurer authored
-
Yuxuan Shui authored
-
Yuxuan Shui authored
-
Yuxuan Shui authored
-
Yuxuan Shui authored
AudioPaths are created from IDirectMusicPerformance::CreateAudioPath and CreateStandardAudioPath, and don't have an IDirectMusicObject or an IPersistStream interface. On the other hand AudioPathConfigs are loaded from files, and do have IDirectMusicObject and IPersistStream. They were somehow confused with each other and implemented in the same struct, this commit fixes that.
-
Piotr Caban authored
-
Piotr Caban authored
-
Piotr Caban authored
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=46904
-
Vijay Kiran Kamuju authored
-
Vijay Kiran Kamuju authored
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=52399
-
Bernhard Übelacker authored
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=56223
-
- 19 Jan, 2024 5 commits
-
-
Zhiyi Zhang authored
-
Zhiyi Zhang authored
-
Zhiyi Zhang authored
-
Zhiyi Zhang authored
-
Zhiyi Zhang authored
-