Commit Graph

128480 Commits (63cf5771a8b1677f3f769cead471e2c2cec36e1e)
 

Author SHA1 Message Date
Paul Gofman 63cf5771a8 ddraw: Enable lighting only if material is set in d3d_execute_buffer_execute().
Signed-off-by: Paul Gofman <gofmanp@gmail.com>
Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
(cherry picked from commit ae2696c992)
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
2020-01-20 22:04:23 +01:00
Felix Hädicke d20c3d3f1a msvcrt: Use memmove() instead of memcpy() puts_clbk_str().
memcpy() must not be used here, because results are undefined if the
memory areas overlap. This can cause problems, particularly if
particular compiler optimisations are enabled.

Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=47918
Signed-off-by: Felix Hädicke <felixhaedicke@web.de>
Signed-off-by: Piotr Caban <piotr@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
(cherry picked from commit 90e520b418)
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
2020-01-20 00:51:37 +01:00
Alistair Leslie-Hughes 7af7189c28 kernel32: FindFirstFileExW needs to open the directory with FILE_OPEN_FOR_BACKUP_INTENT flag.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=47833
Signed-off-by: Alistair Leslie-Hughes <leslie_alistair@hotmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
(cherry picked from commit ee266aba74)
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
2020-01-20 00:39:37 +01:00
Piotr Caban bf8638c41b msvcrt: Fix _putws implementation.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=47615
Signed-off-by: Piotr Caban <piotr@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
(cherry picked from commit 3577f06f71)
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
2020-01-20 00:28:50 +01:00
Paul Gofman fbe718f24c wined3d: Allow loading buffers mapped through system memory.
Fixes rendering dirt on the wind shield and GL_INVALID_OPERATION
errors in "Need For Speed Shift 2".

The test succeeds on Windows with retail Direct3D 9, but fails
with debug Direct3D 9 if selected in DirectX SDK control panel:
error code is returned from _DrawIndexedPrimitive() and the
triangle is not rendered.

Signed-off-by: Paul Gofman <gofmanp@gmail.com>
Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
(cherry picked from commit df509be8c6)
Conflicts:
	dlls/d3d9/tests/visual.c
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
2020-01-19 23:35:04 +01:00
Gijs Vermeulen e6b07d2159 msvcrt: Add Concurrency::details::_Context::_Yield stub.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=46279
Signed-off-by: Gijs Vermeulen <gijsvrm@codeweavers.com>
Signed-off-by: Piotr Caban <piotr@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
(cherry picked from commit 170ab94bde)
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
2020-01-19 23:14:24 +01:00
Zebediah Figura cd13f18f11 winex11: Track the client colormap separately.
If a window with an OpenGL surface attached is reparented as a child window,
and then reparented as a top-level window, so that its whole window is
destroyed and then recreated, it will be recreated with the colormap of its
child window, which more than likely has a different visual. This violates
the X11 specification, which states that a window's colormap must have the
same visual as the window itself, and causes the X server to return BadMatch
to the CreateWindow request.

Signed-off-by: Zebediah Figura <z.figura12@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
(cherry picked from commit 22993aff94)
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
2020-01-19 23:13:15 +01:00
Matteo Bruni a709cfe061 d3dx9: Handle non-zero source rect position in D3DXLoadSurfaceFromMemory().
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=41936
Signed-off-by: Matteo Bruni <mbruni@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
(cherry picked from commit 88d8ae3839)
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
2020-01-19 23:11:09 +01:00
Alistair Leslie-Hughes 017a0173ac dsound: Primary buffer doesn't support flag DSBCAPS_CTRLFX.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=40740
Signed-off-by: Alistair Leslie-Hughes <leslie_alistair@hotmail.com>
Signed-off-by: Andrew Eikum <aeikum@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
(cherry picked from commit eabb3d444c)
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
2020-01-19 23:03:27 +01:00
Michael Müller 7b03029f7d wine.inf: Create the WindowsMediaVersion key and set its default value.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=47779
Signed-off-by: Zebediah Figura <z.figura12@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
(cherry picked from commit acd5358f5b)
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
2020-01-19 22:55:15 +01:00
Zhiyi Zhang 2f2ee0cde0 kernelbase/tests: Add more PathAllocCanonicalize tests.
Contains tests added by Jeff Smith <whydoubt@gmail.com>

Signed-off-by: Zhiyi Zhang <zzhang@codeweavers.com>
Signed-off-by: Jeff Smith <whydoubt@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
(cherry picked from commit 80fd28c7f2)
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
2020-01-19 22:51:36 +01:00
Jeff Smith 5278fb29ac kernelbase: Fix PathAllocCanonicalize handling segments that contain dots.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=47766
Signed-off-by: Zhiyi Zhang <zzhang@codeweavers.com>
Signed-off-by: Jeff Smith <whydoubt@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
(cherry picked from commit c13a8f60bd)
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
2020-01-19 22:51:23 +01:00
Andrew Eikum 01ea6a5b63 winex11.drv: Throttle calls to XResetScreenSaver.
Frequent calls to XResetScreenSaver cause performance problems on some
GPU drivers, see https://bugs.freedesktop.org/show_bug.cgi?id=110659

Signed-off-by: Andrew Eikum <aeikum@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
(cherry picked from commit cb703739e5)
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
2020-01-19 22:46:29 +01:00
Fabian Maurer 22d4fbae9d shell32: Prevent text truncation inside the old "browse folder" dialog.
We use the same height for the title as in the new "browse folder" dialog.

Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=46404
Signed-off-by: Fabian Maurer <dark.shadow4@web.de>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
(cherry picked from commit b7bca1be24)
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
2020-01-19 22:43:28 +01:00
Piotr Caban 8aab6644c0 wbemdisp: Handle NULL signatures in init_members.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=47709
Signed-off-by: Piotr Caban <piotr@codeweavers.com>
Signed-off-by: Hans Leidekker <hans@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
(cherry picked from commit 5e4472d425)
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
2020-01-19 22:22:01 +01:00
Akihiro Sagawa 8ce3f98888 msvcrt: Reimplement _mbsspnp using _mbsspn.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=47693
Signed-off-by: Akihiro Sagawa <sagawa.aki@gmail.com>
Signed-off-by: Piotr Caban <piotr@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
(cherry picked from commit ab525d3f6f)
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
2020-01-19 22:17:26 +01:00
Akihiro Sagawa ce8d7855f2 msvcrt: Fix _mbsspn implementation.
Signed-off-by: Akihiro Sagawa <sagawa.aki@gmail.com>
Signed-off-by: Piotr Caban <piotr@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
(cherry picked from commit f0f93c791f)
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
2020-01-19 22:17:10 +01:00
Akihiro Sagawa ed576ab2f9 msvcrt/tests: Add more tests for _mbsspn and _mbsspnp.
Signed-off-by: Akihiro Sagawa <sagawa.aki@gmail.com>
Signed-off-by: Piotr Caban <piotr@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
(cherry picked from commit c62c51c04a)
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
2020-01-19 22:16:22 +01:00
Bernhard belacker f94d88e8a9 cmd.exe: Command type with multiple files should print filenames to stderr.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=46983
Signed-off-by: Bernhard Übelacker <bernhardu@mailbox.org>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
(cherry picked from commit 4684e1a9c6)
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
2020-01-19 22:08:29 +01:00
Fabian Maurer 583feb4b7c comctl32/syslink: Properly handle '\r'.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=46421
Signed-off-by: Fabian Maurer <dark.shadow4@web.de>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
(cherry picked from commit 04f75040ec)
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
2020-01-19 22:00:25 +01:00
Akihiro Sagawa 17c72ce2ca comctl32/updown: Suppress the NM_RELEASEDCAPTURE notification.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=47427
Signed-off-by: Akihiro Sagawa <sagawa.aki@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
(cherry picked from commit 9dbe886e3f)
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
2020-01-19 19:31:39 +01:00
Akihiro Sagawa 46a10a18a3 comctl32/tests: Add tests to show no NM_RELEASEDCAPTURE notifications in the updown control.
Signed-off-by: Akihiro Sagawa <sagawa.aki@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
(cherry picked from commit 5555044aa6)
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
2020-01-19 19:31:27 +01:00
Richard Pospesel c1f2e4ae76 widl: Use FC_CHAR rather than FC_BYTE for boolean typedef to match midl.exe output.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=47041
Signed-off-by: Richard Pospesel <richard@torproject.org>
Signed-off-by: Zebediah Figura <z.figura12@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
(cherry picked from commit 28715ce34e)
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
2020-01-19 19:25:41 +01:00
Chip Davis e42d4b5634 ntdll: Implement RtlCaptureStackBackTrace() for x86_64.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=40868
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=47101
Signed-off-by: Chip Davis <cdavis@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
(cherry picked from commit 4e4aa46775)
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
2020-01-19 19:18:24 +01:00
Michael Stefaniuc ab71182fbe Release 4.0.3.
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2019-11-25 16:10:40 +01:00
Andrey Gusev f990ce8652 d3dx11: Fix D3DX11CreateShaderResourceViewFromMemory spec entry.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=42078
Signed-off-by: Andrey Gusev <andrey.goosev@gmail.com>
Signed-off-by: Matteo Bruni <mbruni@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
(cherry picked from commit 8bf63a4c37)
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
2019-11-15 00:01:59 +01:00
Owen Rudge 00fd2319ff wininet/tests: Fix http tests to reflect current state of winehq test server.
Signed-off-by: Owen Rudge <orudge@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
(cherry picked from commit 5b406e1446)
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
2019-11-15 00:00:12 +01:00
Zebediah Figura 6df7d78f51 d3d9/tests: Add another flush to work around an intermittent test failure on fvwm2.
Signed-off-by: Zebediah Figura <z.figura12@gmail.com>
Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
(cherry picked from commit eb13c3286f)
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
2019-11-14 23:58:54 +01:00
Zebediah Figura 21734aa3c0 d3d8/tests: Flush events after sending SC_MAXIMIZE.
For some reason, on fvwm2 sometimes focus_window will be restored and activated
between the subsequent call to SetForegroundWindow() and the next call to
ShowWindow(SW_RESTORE), causing the next test to fail. Flushing first seems to
reliably work around this.

Signed-off-by: Zebediah Figura <z.figura12@gmail.com>
Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
(cherry picked from commit 2b29d02aa5)
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
2019-11-14 23:58:37 +01:00
Hans Leidekker e9ee9a9149 wininet/tests: Fix FTP test failures.
Signed-off-by: Hans Leidekker <hans@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
(cherry picked from commit bbf74ea22a)
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
2019-11-14 23:57:04 +01:00
Hans Leidekker 249ee6f278 winhttp: Propagate request errors in request_wait.
Signed-off-by: Hans Leidekker <hans@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
(cherry picked from commit 8de2369dcf)
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
2019-11-14 23:53:40 +01:00
Hans Leidekker f6a0f02970 winhttp/tests: Fix some test failures.
Signed-off-by: Hans Leidekker <hans@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
(cherry picked from commit 310620c072)
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
2019-11-14 23:52:02 +01:00
Nikolay Sivov b8ce8e48ab kernel32/nls: Add locale data for positive and negative infinity.
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
(cherry picked from commit e14249a364)
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
2019-11-14 23:44:58 +01:00
Nikolay Sivov 0abdeffeb0 kernel32/nls: Add percent formatting values.
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
(cherry picked from commit 5d2914b2c2)
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
2019-11-14 23:44:58 +01:00
Nikolay Sivov 2ffe8fd64d kernel32/nls: Add LOCALE_SPERMILLE data.
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
(cherry picked from commit ce82e5e883)
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
2019-11-14 23:44:58 +01:00
Nikolay Sivov d9314b5d21 kernel32/nls: Add LOCALE_SPERCENT locale data.
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
(cherry picked from commit c9b135cc88)
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
2019-11-14 23:44:58 +01:00
Enol Puente 01d16cc01a kernel32: Add Asturian locale.
Signed-off-by: Alex Henrie <alexhenrie24@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
(cherry picked from commit ff8dcba466)
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
2019-11-14 23:44:58 +01:00
Enol Puente 62edbf6624 wmc: Support Asturian.
Signed-off-by: Enol Puente <enolp@softastur.org>
Signed-off-by: Alex Henrie <alexhenrie24@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
(cherry picked from commit af5f7a8785)
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
2019-11-14 23:44:58 +01:00
Enol Puente 113f49c38e wrc: Add Asturian locale.
Signed-off-by: Enol Puente <enolp@softastur.org>
Signed-off-by: Alex Henrie <alexhenrie24@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
(cherry picked from commit ec3181633b)
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
2019-11-14 23:44:58 +01:00
Vijay Kiran Kamuju ec1d0af95c kernel/nls: Fix LOCALE_SABBREVCTRYNAME for Serbian.
Signed-off-by: Vijay Kiran Kamuju <infyquest@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
(cherry picked from commit 57d6c541b9)
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
2019-11-14 23:44:58 +01:00
Vijay Kiran Kamuju 5ff99b30a6 kernel32: Add implementation for CAL_SMONTHDAY.
Signed-off-by: Vijay Kiran Kamuju <infyquest@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
(cherry picked from commit 9ed363a1fe)
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
2019-11-14 23:44:58 +01:00
Vijay Kiran Kamuju b9903ce0ce kernel32: Add implementation of CAL_SSHORTESTDAYNAME*.
Signed-off-by: Vijay Kiran Kamuju <infyquest@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
(cherry picked from commit ded7efd27c)
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
2019-11-14 23:44:58 +01:00
Vijay Kiran Kamuju 3acd748808 kernel/nls: Fix LOCALE_SLONGDATE and LOCALE_SYEARMONTH for some chinese locales.
Signed-off-by: Vijay Kiran Kamuju <infyquest@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
(cherry picked from commit 568609f051)
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
2019-11-14 23:44:58 +01:00
Vijay Kiran Kamuju d35194d7df kernel/nls: Add LOCALE_SMONTHDAY to all supported languages.
Signed-off-by: Vijay Kiran Kamuju <infyquest@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
(cherry picked from commit 7a62bdc0d8)
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
2019-11-14 23:44:58 +01:00
Vijay Kiran Kamuju 9c37afae2a kernel/nls: Fix country name in Manx Gaelic locale.
Signed-off-by: Vijay Kiran Kamuju <infyquest@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
(cherry picked from commit b243331550)
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
2019-11-14 23:44:58 +01:00
Vijay Kiran Kamuju fd9303dd40 kernel/nls: Fix country name and sname in English-Caribbean locale.
Signed-off-by: Vijay Kiran Kamuju <infyquest@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
(cherry picked from commit d3cdff985f)
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
2019-11-14 23:44:58 +01:00
Vijay Kiran Kamuju 0e72518a04 kernel/nls: Fix LOCALE_SNAME for Serbian (Cyrillic).
Signed-off-by: Vijay Kiran Kamuju <infyquest@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
(cherry picked from commit 982ec5fcd6)
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
2019-11-14 23:44:58 +01:00
Vijay Kiran Kamuju c130bbfd06 kernel/nls: Fix LOCALE_SNAME for Uzbek (Cyrillic).
Signed-off-by: Vijay Kiran Kamuju <infyquest@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
(cherry picked from commit 1a759b792a)
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
2019-11-14 23:44:58 +01:00
Vijay Kiran Kamuju 84868a0adb kernel/nls: Fix LOCALE_SNAME for Azeri (Cyrillic).
Signed-off-by: Vijay Kiran Kamuju <infyquest@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
(cherry picked from commit ba7144bfae)
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
2019-11-14 23:44:58 +01:00
Vijay Kiran Kamuju 83b75de9c5 kernel/nls: Fix country name in Tatar locale.
Signed-off-by: Vijay Kiran Kamuju <infyquest@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
(cherry picked from commit 3c45bfc7da)
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
2019-11-14 23:44:58 +01:00