Commit Graph

128303 Commits (8e62ef4ca0cff2e7c541760c65d14d6bd2e3a68c)
 

Author SHA1 Message Date
Andrey Gusev 8e62ef4ca0 setupapi: Add DECLSPEC_HOTPATCH to SetupDiEnumDeviceInfo().
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=46971
Signed-off-by: Andrey Gusev <andrey.goosev@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
(cherry picked from commit 5466df6957)
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
2019-08-14 22:34:25 +02:00
Andrey Gusev e3539df7a9 dxgi: Add DECLSPEC_HOTPATCH to d3d11_swapchain_Present().
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=46953
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=46971
Signed-off-by: Andrey Gusev <andrey.goosev@gmail.com>
Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
(cherry picked from commit 29cd7dd072)
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
2019-08-14 22:34:25 +02:00
Józef Kucia f8795125cd dxgi: Do not forward d3d11_swapchain_Present() to d3d11_swapchain_Present1().
Signed-off-by: Józef Kucia <jkucia@codeweavers.com>
Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
(cherry picked from commit e88084f650)
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
2019-08-14 22:34:25 +02:00
Gijs Vermeulen 0cfe81859c riched20: Handle tomEnd in ITextRange::ScrollIntoView.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=46899
Signed-off-by: Gijs Vermeulen <gijsvrm@gmail.com>
Signed-off-by: Huw Davies <huw@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
(cherry picked from commit 840af642db)
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
2019-08-14 22:34:25 +02:00
Vlad Bespalov 788ef367cc user32: Make LoadString[AW] patchable.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=46626
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=45199
Signed-off-by: Vlad Bespalov <vlad.botanic@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
(cherry picked from commit fd5f03035c)
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
2019-08-14 22:34:25 +02:00
Louis Lenders ef4bf0885d ntdll: Add DECLSPEC_HOTPATCH to NtQueryValueKey.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=45703
Signed-off-by: Louis Lenders <xerox.xerox2000x@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
(cherry picked from commit 89bfcfc645)
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
2019-08-14 22:34:25 +02:00
Louis Lenders b27c6672ac ntdll: Add DECLSPEC_HOTPATCH to NtQueryDirectoryFile.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=45703
Signed-off-by: Louis Lenders <xerox.xerox2000x@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
(cherry picked from commit 3a0ffe5a37)
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
2019-08-14 22:34:25 +02:00
Nikolay Sivov f757ea635c dwrite/layout: Fix invalid index access to cluster array.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=45543
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
(cherry picked from commit 571ffaf380)
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
2019-08-14 22:34:25 +02:00
Bruno Jesus b9333b02f6 mciavi32: Add Support for MCI_MCIAVI_PLAY_FULLSCREEN.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=15934
Signed-off-by: Vijay Kiran Kamuju <infyquest@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
(cherry picked from commit 08af837a8c)
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
2019-08-14 22:34:25 +02:00
Austin English caade2f611 propvarutil.h: Add extern "C" if __cplusplus is defined.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=46939
Signed-off-by: Austin English <austinenglish@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
(cherry picked from commit da998cb206)
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
2019-08-14 22:34:25 +02:00
Piotr Caban 4972b18632 msvcr110: Fix __crtGetShowWindowMode implementation.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=46928
Signed-off-by: Piotr Caban <piotr@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
(cherry picked from commit b353ad7db8)
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
2019-08-14 22:34:25 +02:00
Gijs Vermeulen e5cc66718d mssign32: Implement SignerFreeSignerContext.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=46903
Signed-off-by: Gijs Vermeulen <gijsvrm@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
(cherry picked from commit e71bb692f3)
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
2019-08-14 22:34:25 +02:00
Gijs Vermeulen 0834006ce9 mssign32: Add SignerSignEx stub.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=46903
Signed-off-by: Gijs Vermeulen <gijsvrm@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
(cherry picked from commit ec814c1074)
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
2019-08-14 22:34:25 +02:00
Gijs Vermeulen 148d3545f3 msvcrt: Implement _wcsnset_s.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=46902
Signed-off-by: Gijs Vermeulen <gijsvrm@gmail.com>
Signed-off-by: Piotr Caban <piotr@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
(cherry picked from commit 92ba9e7b6d)
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
2019-08-14 22:34:25 +02:00
Thomas J. Moore 2fae324cc4 ntdll: Also try to stat() the drive root.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=46863
Signed-off-by: Zebediah Figura <z.figura12@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
(cherry picked from commit 071e729969)
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
2019-08-14 22:34:25 +02:00
Piotr Caban bbb4f68684 msvcp140: Don't forward __ExceptionPtrDestroy to msvcr120.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=46800
Signed-off-by: Piotr Caban <piotr@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
(cherry picked from commit e7bd1b03da)
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
2019-08-14 22:34:25 +02:00
Matteo Bruni 2305f7966f d3d8: Validate vertex stride in Draw[Indexed]PrimitiveUP().
Signed-off-by: Matteo Bruni <mbruni@codeweavers.com>
Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
(cherry picked from commit 59e32ecbbe)
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
2019-08-14 22:34:25 +02:00
Zebediah Figura 0f4e5ca849 d3d8/tests: Port test_draw_primitive() from d3d9.
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 38fb14a688)
Conflicts:
	dlls/d3d8/tests/device.c
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
2019-08-14 22:34:25 +02:00
Matteo Bruni 865563e065 d3d9: Validate vertex stride in Draw[Indexed]PrimitiveUP().
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=46713
Signed-off-by: Matteo Bruni <mbruni@codeweavers.com>
Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
(cherry picked from commit 758cdfa02d)
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
2019-08-14 22:34:25 +02:00
Zebediah Figura 2497c5e781 d3d9/tests: Add more tests for reset state after DrawIndexedPrimitiveUP().
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 ca86c2ed84)
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
2019-08-14 22:34:25 +02:00
Zebediah Figura d63079f2c7 devenum: Return S_FALSE from CreateClassEnumerator() if no devices exist.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=46316
Signed-off-by: Zebediah Figura <z.figura12@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
(cherry picked from commit e0da0b777a)
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
2019-08-14 22:34:25 +02:00
Alexandre Julliard 9c41c5aa46 kernel32: Validate handle before freeing a LOAD_LIBRARY_AS_DATAFILE module.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=46019
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
(cherry picked from commit 35d202fc09)
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
2019-08-14 22:34:25 +02:00
Alistair Leslie-Hughes 599e8995c6 hid: Implement HidD_FlushQueue().
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=45878
Signed-off-by: Zebediah Figura <z.figura12@gmail.com>
Signed-off-by: Aric Stewart <aric@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
(cherry picked from commit 718b1bc542)
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
2019-08-14 22:34:25 +02:00
Zebediah Figura 307ce18efe hid: Implement HidD_GetIndexedString().
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=46711
Signed-off-by: Zebediah Figura <z.figura12@gmail.com>
Signed-off-by: Aric Stewart <aric@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
(cherry picked from commit 5ae3910e93)
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
2019-08-14 22:34:25 +02:00
Zebediah Figura 239c6e4449 winebus.sys: Retrieve hidraw device strings from the parent USB device.
This partially reverts 164517fe57. The
manufacturer, product, and serial string attributes are not exposed by the
HID device on Linux, but by its parent USB device.

Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=46711
Signed-off-by: Zebediah Figura <z.figura12@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
(cherry picked from commit cc3820ca99)
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
2019-08-14 22:34:25 +02:00
Paul Gofman d1423d4f7c ddraw: Improve d3d_device7_GetClipStatus() stub.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=43411
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 38bdd6fc5c)
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
2019-08-14 22:34:25 +02:00
Sebastian Lackner d756bb7f6b dinput: Avoid deadlock when CS are acquired in different order.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=43356
Signed-off-by: Alistair Leslie-Hughes <leslie_alistair@hotmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
(cherry picked from commit 02f0342833)
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
2019-08-14 22:34:25 +02:00
Paul Gofman 7bbec8bf22 ddraw: Fix ddraw[1-4] light activation / deactivation.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=42572
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 addc611b2a)
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
2019-08-14 22:34:25 +02:00
Zebediah Figura 5c50407f7f msi: Fix handling of architecture in MSIREG_{Open, Delete}UninstallKey().
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=47009
Signed-off-by: Zebediah Figura <z.figura12@gmail.com>
Signed-off-by: Hans Leidekker <hans@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
(cherry picked from commit 3d9363446f)
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
2019-08-14 22:34:25 +02:00
Vincent Povirk 18151cbd1a uninstaller: Re-exec as 64-bit in wow64.
Signed-off-by: Vincent Povirk <vincent@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
(cherry picked from commit 88580a3ad6)
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
2019-08-14 22:34:24 +02:00
Vijay Kiran Kamuju e06b8d3e8d d3dx9: Generate ID3DXSkinInfo in D3DXLoadSkinMeshFromXof() when needed.
Based on a patch by Michael Müller.

Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=33904
Signed-off-by: Vijay Kiran Kamuju <infyquest@gmail.com>
Signed-off-by: Matteo Bruni <mbruni@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
(cherry picked from commit 70d722340a)
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
2019-08-14 22:34:24 +02:00
Michael Müller ec32204921 d3dx9/tests: Add initial tests for dummy skin info interface.
Signed-off-by: Vijay Kiran Kamuju <infyquest@gmail.com>
Signed-off-by: Matteo Bruni <mbruni@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
(cherry picked from commit aec8e12a3d)
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
2019-08-14 22:34:24 +02:00
Zhiyi Zhang b87334d6a9 kernel32: Open replaced file without GENERIC_WRITE in ReplaceFileW().
As MSDN says, the replaced file is opened with the GENERIC_READ, DELETE,
and SYNCHRONIZE access rights. If GENERIC_WRITE is added, then it will
fail with previous file opens without FILE_SHARE_WRITE.

Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=33845
Signed-off-by: Zhiyi Zhang <zzhang@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
(cherry picked from commit 04ccd995b1)
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
2019-08-14 22:34:24 +02:00
Sebastian Lackner 6eb596c5e8 dinput: Do not wait for hook thread startup in IDirectInput8::Initialize.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=21403
Signed-off-by: Zhiyi Zhang <zzhang@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
(cherry picked from commit 890d1b812a)
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
2019-08-14 22:34:24 +02:00
Claudio Fontana 346b743bc1 kernel32: Allow empty profile section and key name strings.
Consider "" a normal section, and fix calculation for zero
length section name string and key name string.

Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=8036
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=18099
Signed-off-by: Claudio Fontana <claudio.fontana@gmail.com>
Signed-off-by: Vijay Kiran Kamuju <infyquest@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
(cherry picked from commit be678a52e1)
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
2019-08-14 22:34:24 +02:00
Henri Verbeet 4a6314363e wined3d: Also update the "src_texture_gl" pointer when using a staging texture in the blitter.
Astutely spotted by Józef Kucia.
This fixes a regression introduced by commit
961a94ac04.

Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
(cherry picked from commit a5279a5fba)
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
2019-06-20 21:13:56 +02:00
Piotr Caban 9e5541cbfb msvcp90: Add support for more creation flags in _Mtx class.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=46908
Signed-off-by: Piotr Caban <piotr@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
(cherry picked from commit 8a82912b28)
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
2019-06-20 21:13:56 +02:00
Gijs Vermeulen d614927a10 hnetcfg: Initialize INetFwRules::get__NewEnum out parameter.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=46906
Signed-off-by: Gijs Vermeulen <gijsvrm@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
(cherry picked from commit 16803516ef)
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
2019-06-20 21:13:56 +02:00
Hans Leidekker fee0e11d36 wbemprox: Implement Win32_OperatingSystem.OperatingSystemSKU.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=46895
Signed-off-by: Hans Leidekker <hans@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
(cherry picked from commit 5b2113de2d)
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
2019-06-20 21:13:56 +02:00
Hans Leidekker 7748bc4e34 wbemprox: Implement Win32_PhysicalMemory.DeviceLocator.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=46894
Signed-off-by: Hans Leidekker <hans@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
(cherry picked from commit 66b2b3ea68)
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
2019-06-20 21:13:56 +02:00
Louis Lenders 8dbcf21fcf msi: Add MsiSourceListForceResolution{A,W} stub.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=46881
Signed-off-by: Louis Lenders <xerox.xerox2000x@gmail.com>
Signed-off-by: Hans Leidekker <hans@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
(cherry picked from commit 2e95d2247d)
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
2019-06-20 21:13:56 +02:00
Gijs Vermeulen d8116f5a6e msvcr120: Add [to]wctrans.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=46848
Signed-off-by: Gijs Vermeulen <gijsvrm@gmail.com>
Signed-off-by: Piotr Caban <piotr@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
(cherry picked from commit 3229074824)
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
2019-06-20 21:13:56 +02:00
Piotr Caban ff1ce89f62 msvcrt: Use correct locale when comparing strings in getenv.
Signed-off-by: Piotr Caban <piotr@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
(cherry picked from commit b633777ed4)
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
2019-06-20 21:13:56 +02:00
Piotr Caban d3eecb9bf2 msvcrt: Don't detect overflow in atol implementation.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=46845
Signed-off-by: Piotr Caban <piotr@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
(cherry picked from commit 8c1684a50a)
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
2019-06-20 21:13:56 +02:00
Zebediah Figura b77e677474 msi: Return MSIDBSTATE_ERROR when MsiGetDatabaseState() is called from a custom action.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=46812
Signed-off-by: Zebediah Figura <z.figura12@gmail.com>
Signed-off-by: Hans Leidekker <hans@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
(cherry picked from commit 60b1fd7e87)
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
2019-06-20 21:13:56 +02:00
Zebediah Figura f462faf675 msi/tests: Test calling more functions from custom actions.
Signed-off-by: Zebediah Figura <z.figura12@gmail.com>
Signed-off-by: Hans Leidekker <hans@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
(cherry picked from commit ae0298d46e)
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
2019-06-20 21:13:56 +02:00
Paul Gofman c64f450e6e ddraw: Deny adding the same light to viewports multiple times.
According to the logs attached to the bug, the application seems to
spin in endless LIST_FOR_EACH_ENTRY() in viewport_activate(), which
is the result of adding the same light structure to the list twice.

Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=46807
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 9bd6b2c2bf)
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
2019-06-20 21:13:56 +02:00
Louis Lenders 788137f838 explorerframe: Return S_OK in ITaskbarList3 ThumbBarUpdateButtons method.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=45429
Signed-off-by: Louis Lenders <xerox.xerox2000x@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
(cherry picked from commit be6a113190)
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
2019-06-20 21:13:56 +02:00
Louis Lenders b49784271f explorerframe: Return S_OK in ITaskbarList3 ThumbBarAddButtons.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=45429
Signed-off-by: Louis Lenders <xerox.xerox2000x@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
(cherry picked from commit 570ea01477)
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
2019-06-20 21:13:56 +02:00
Louis Lenders 7bb2f00bc5 explorerframe: Return S_OK in ITaskbarList3 SetThumbnailTooltip method.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=45429
Signed-off-by: Louis Lenders <xerox.xerox2000x@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
(cherry picked from commit 978b7c3474)
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
2019-06-20 21:13:56 +02:00