For programs that rely on language specific data for resources such as menus and text, attempt to search for and associated "mui" file. For example, if program "myapp.exe" is executed and resources are not found, and the user's language ID is "ENU", search for file "myapp.ENU", and if found, utilize that file for the source of resource data. -- v6: Edit loader.c - attempt to align this file with the version on my system Edit loader.c - found additional tab to space replacement mf: Implement IMFTimer using a periodic callback. mf: Don't async notify a sink that is also the time source. mf/tests: Test presentation clock with custom time source. d2d1: Clamp opacity value for brushes. d2d1/tests: Test brushes with out of range opacity values. msvcrt: Fix no buffering detection in _fwrite_nolock(). crypt32: Verify MAC before parsing the store in PFXImportCertStore. crypt32/tests: Add tests for importing cert-only PKCS#12 blobs. crypt32: Support importing cert-only PKCS blobs in PFXImportCertStore. winmm/tests: Test a curated list of wave formats. Revert "winmm/tests: Test a few PCM and float wave formats." winmm/tests: Test playing 24-bit wave formats. include: Add __popcnt intrinsics. win32u: Also try to use DC own drawable in get_updated_drawable() when context is flushed. opengl32: Don't access drawable after wgl_context_flush() in flush_context(). dsound: Factor out resampling. dsound: Remove asserts from the resampling loop. dsound: Resample into a temporary buffer. dsound: Resample one channel at a time. dsound: Get rid of fir_copy. parent c9a2d3aa0a119eade8c70dc3d7f197447b2b95cd This merge request has too many patches to be relayed via email. Please visit the URL below to see the contents of the merge request. https://gitlab.winehq.org/wine/wine/-/merge_requests/10227