Commit graph

165426 commits

Author SHA1 Message Date
Alexandre Julliard 5eab460c8b ddraw: Use nameless unions/structs. 2023-07-13 11:56:15 +02:00
Alexandre Julliard 2aab642849 d3drm: Use nameless unions/structs. 2023-07-13 11:55:55 +02:00
Connor McAdams a42f5f1970 combase: Use correct destination context in CoUnmarshalInterface when using the standard marshaler.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=54609
Signed-off-by: Connor McAdams <cmcadams@codeweavers.com>
2023-07-13 11:51:47 +02:00
Connor McAdams b87c502a4f ole32/tests: Extend test_marshal_channel_buffer() test to include IRpcProxyBufferWrapper checks.
Signed-off-by: Connor McAdams <cmcadams@codeweavers.com>
2023-07-13 11:51:47 +02:00
Eric Pouech 10aaff9245 conhost: Fix ctrl-c handling.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=55197
Signed-off-by: Eric Pouech <epouech@codeweavers.com>
2023-07-13 11:51:41 +02:00
Maxim Karasev cb33d402bb include: Add missing Kerberos related defines. 2023-07-12 21:54:56 +02:00
Maxim Karasev cecd031308 include: Update _SECURITY_INTEGER.
In Windows it works that way.
2023-07-12 21:54:54 +02:00
Maxim Karasev 062cf6e2f1 include: Add UNICODE_NULL. 2023-07-12 21:54:49 +02:00
Victor Chiletto 8f663f3d5e msvcrt: Use GetLocaleInfoEx to compare locale info.
GetLocaleInfoA doesn't return the proper sname for neutral LCIDs.
2023-07-12 21:51:20 +02:00
Victor Chiletto ec7816a42a msvcrt: Remap synonyms to snames.
Gives us more control over what we map to which is required due to changes in Chinese locales.
2023-07-12 21:51:18 +02:00
Victor Chiletto d71e939498 msvcrt: Simplify set_lc_locale_name. 2023-07-12 21:51:18 +02:00
Victor Chiletto 72c3b8f3a0 msvcrt: Skip exhaustive locale search with valid snames. 2023-07-12 21:51:18 +02:00
Victor Chiletto 45dd09d0cf msvcrt: Convert locale_to_LCID to snames. 2023-07-12 21:51:18 +02:00
Victor Chiletto 24a2b62554 msvcrt: Use snames instead of LCIDs in create_locinfo. 2023-07-12 21:51:18 +02:00
Victor Chiletto 969e3626bb msvcr120/tests: Check ___lc_locale_name_func with neutral Chinese locales. 2023-07-12 21:51:18 +02:00
Victor Chiletto fbbe8e26be msvcr110/tests: Add tests for new setlocale behaviors.
A bunch of locales had changes >= msvcr 110.
2023-07-12 21:51:15 +02:00
Alexandre Julliard ac6a2f2c19 gitlab: Install the gstreamer packages from deb-multimedia.org.
The standard bookworm packages don't support multilib.
2023-07-12 19:01:13 +02:00
Alexandre Julliard 990000928f dxdiagn: Use nameless unions/structs. 2023-07-12 19:01:13 +02:00
Alexandre Julliard 43ed6c6d67 dmusic: Use nameless unions/structs. 2023-07-12 19:01:13 +02:00
Alexandre Julliard 2bf29480c5 dmsynth: Use nameless unions/structs. 2023-07-12 19:01:13 +02:00
Alexandre Julliard e0dd29fffe dmloader: Use nameless unions/structs. 2023-07-12 19:01:13 +02:00
Alexandre Julliard 68239c3bdf cryptui: Use nameless unions/structs. 2023-07-12 19:01:13 +02:00
Alexandre Julliard 2e0aa94192 cryptnet: Use nameless unions/structs. 2023-07-12 19:01:13 +02:00
Alexandre Julliard a5ab9465fd cryptdlg: Use nameless unions/structs. 2023-07-12 19:01:13 +02:00
Alexandre Julliard 25c70738fb appwiz.cpl: Use nameless unions/structs. 2023-07-12 19:01:13 +02:00
Alexandre Julliard 26d954678a amstream: Use nameless unions/structs. 2023-07-12 19:01:13 +02:00
Alexandre Julliard d37cf9b04a adsldp: Use nameless unions/structs. 2023-07-12 19:01:13 +02:00
Billy Laws 88e336214d ntdll: Fix NtContinue from within exception context on ARM64.
When handling an exception, NtContinue can be called from within the signal
handler, in which case the raise(SIGUSR2) call ends up getting eaten and
integer register context never ends up getting restored. Switch to the
method used on X86 to avoid these issues.
2023-07-12 19:01:13 +02:00
Nikolay Sivov ab296a305e windows.globalization: Use separate AddRef/Release methods for the language factory.
This currently works only because refcount field is at the same offset between structures.
2023-07-12 19:01:13 +02:00
Sven Baars 9559959f95 kernel32/tests: Update a todo that succeeds with the new wow64 architecture. 2023-07-12 10:55:10 +02:00
Alistair Leslie-Hughes 172c4daf33 msado15: Remove DECLSPEC_HIDDEN usage. 2023-07-12 10:55:10 +02:00
Alistair Leslie-Hughes 04bb050016 taskschd: Remove DECLSPEC_HIDDEN usage. 2023-07-12 10:55:10 +02:00
Alistair Leslie-Hughes 8c5cf9ce16 msctf: Remove DECLSPEC_HIDDEN usage. 2023-07-12 10:55:10 +02:00
Alistair Leslie-Hughes 73b914731c wnaspi32: Remove DECLSPEC_HIDDEN usage. 2023-07-12 10:55:10 +02:00
Alistair Leslie-Hughes 74942e2c75 fusion: Remove DECLSPEC_HIDDEN usage. 2023-07-12 10:55:10 +02:00
Alistair Leslie-Hughes b55cc1bf8a kernelbase: Remove DECLSPEC_HIDDEN usage. 2023-07-12 10:55:10 +02:00
Alistair Leslie-Hughes c2ac0500fa mfplat: Remove DECLSPEC_HIDDEN usage. 2023-07-12 10:54:56 +02:00
Alistair Leslie-Hughes 073f0af574 mfreadwrite: Remove DECLSPEC_HIDDEN usage. 2023-07-12 10:54:56 +02:00
Alistair Leslie-Hughes 31f9a85112 mf: Remove DECLSPEC_HIDDEN usage. 2023-07-12 10:54:56 +02:00
Alistair Leslie-Hughes da70183e4d wbemdisp: Remove DECLSPEC_HIDDEN usage. 2023-07-12 10:54:22 +02:00
Alistair Leslie-Hughes fb4d36c661 d3d9: Remove DECLSPEC_HIDDEN usage. 2023-07-11 22:39:35 +02:00
Alistair Leslie-Hughes 9891cfa9bd d3drm: Remove DECLSPEC_HIDDEN usage. 2023-07-11 22:39:35 +02:00
Alistair Leslie-Hughes 6f8be72bd8 d3d8: Remove DECLSPEC_HIDDEN usage. 2023-07-11 22:39:35 +02:00
Alistair Leslie-Hughes 178507f2f9 d3dcompiler_43: Remove DECLSPEC_HIDDEN usage. 2023-07-11 22:39:35 +02:00
Alistair Leslie-Hughes 0a2fca61ff d3d10: Remove DECLSPEC_HIDDEN usage. 2023-07-11 22:39:35 +02:00
Alistair Leslie-Hughes 982d528793 windowscodecs: Remove DECLSPEC_HIDDEN usage. 2023-07-11 22:39:35 +02:00
Alistair Leslie-Hughes 806330d157 windowscodecs: Remove misleading comment.
The libraries used are now staticly linked from the libs directory.
2023-07-11 22:39:35 +02:00
David Kahurani 6c1319e7ad gdiplus: Dump both variable address and internal values for matrices.
Dumping variable address by itself is barely useful.

Signed-off-by: David Kahurani <k.kahurani@gmail.com>
2023-07-11 22:39:35 +02:00
Billy Laws b233cfb33e wineboot: Always attempt setup for all machine types.
Without this, wineboot would bail out on ARM64 in the case where x86_64 WOW is
not available but i386 is. Leaving an incomplete prefix without any clear error.
2023-07-11 20:28:35 +02:00
Paul Gofman 4021dde40d kernelbase: Add stub for QueryIoRingCapabilities(). 2023-07-11 20:23:08 +02:00