NdrClientCall() should only be used in 32-bit mode when
Oi or Oic stub optimizations are used. Currently our interpreted
mode targets Oicf mode and other levels are not supported.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
--
v2: include: Add errlup.idl.
widl: Do not write "const" modifiers for _PARAM_STRUCT fields.
https://gitlab.winehq.org/wine/wine/-/merge_requests/8195
--
v4: win32u: Read window dpi_context from the shared memory.
win32u: Pass id and offset separately to find_shared_session_object.
server: Move window dpi_context to the shared memory.
server: Allocate shared memory objects for windows.
server: Fix shared object offset when additional blocks are allocated.
https://gitlab.winehq.org/wine/wine/-/merge_requests/8061
--
v3: win32u: Read window dpi_context from the shared memory.
win32u: Pass id and offset separately to find_shared_session_object.
server: Move window dpi_context to the shared memory.
server: Allocate shared memory objects for windows.
server: Fix shared object offset when additional blocks are allocated.
https://gitlab.winehq.org/wine/wine/-/merge_requests/8061
--
v7: mshtml: Remove outdated FIXME comment.
mshtml: Try to guess the script encoding when there's no BOM.
mshtml/tests: Test mixed charset encodings for document and text resources.
https://gitlab.winehq.org/wine/wine/-/merge_requests/7360
On Tue Jun 3 05:45:11 2025 +0000, Rémi Bernon wrote:
> I think it's still worth implementing if it used by some applications,
> as it's not possible to use Windows Store apps/extensions in Wine?
Yeah you're right. And I guess we can simply skip any tests on Windows if the codec isn't installed.
--
https://gitlab.winehq.org/wine/wine/-/merge_requests/8144#note_105295