Commit Graph

128288 Commits (bbb4f68684764ed8cd82d9b21edf4f198e94b36c)
 

Author SHA1 Message Date
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
Sebastian Lackner 9e5e27a7d2 winex11: Forward all clipping requests to the right thread.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=38087
Signed-off-by: Józef Kucia <jkucia@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
(cherry picked from commit e2389c015c)
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
2019-06-20 21:13:56 +02:00
Alistair Leslie-Hughes 6a5ecfedbc urlmon: Pass unescaped URLs to InternetOpenUrl in ftp protocol handler.
Based on a patch by André Hentschel.

Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=26445
Signed-off-by: Alistair Leslie-Hughes <leslie_alistair@hotmail.com>
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
(cherry picked from commit d99605d714)
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
2019-06-20 21:13:56 +02:00
Michael Müller 0dd77b7c07 imagehlp: Implement ImageLoad and cleanup ImageUnload.
Signed-off-by: Vijay Kiran Kamuju <infyquest@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
(cherry picked from commit 55a62c739c)
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
2019-06-20 21:13:56 +02:00
Mark Jansen 52bcfdefdd imagehlp/tests: Add tests for ImageLoad, ImageUnload, GetImageUnusedHeaderBytes.
Signed-off-by: Vijay Kiran Kamuju <infyquest@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
(cherry picked from commit 3eca7c1f8e)
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
2019-06-20 21:13:56 +02:00
Alistair Leslie-Hughes a5079be68f regedit: Grow the buffer when modifying a DWORD value.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=19098
Signed-off-by: Alistair Leslie-Hughes <leslie_alistair@hotmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
(cherry picked from commit 75d8081dc6)
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
2019-06-20 21:13:56 +02:00
Zebediah Figura c26d4c91cd hid: Fix length argument to GetOverlappedResult().
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 a0a3b6b90e)
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
2019-06-20 21:13:56 +02:00
Zebediah Figura 2e94bb648f vbscript: Handle carriage return in more places.
This fixes a regression introduced by 5800c9ed23.

Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=46772
Signed-off-by: Zebediah Figura <z.figura12@gmail.com>
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
(cherry picked from commit 1bd7dbfbc4)
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
2019-06-20 21:13:56 +02:00
Gijs Vermeulen ddec4bd912 ntoskrnl.exe: Add MmBuildMdlForNonPagedPool stub.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=46761
Signed-off-by: Gijs Vermeulen <gijsvrm@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
(cherry picked from commit 199b5d2ca2)
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
2019-06-20 21:13:56 +02:00
Nikolay Sivov 901742c35a wshom.ocx: Fix string length returned from Check returned BSTR length.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=46754
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
(cherry picked from commit 1866fd659a)
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
2019-06-20 21:13:56 +02:00
Brendan McGrath bf1098a30a kernel32: Allow double quote style escape in argv.
Two quotes together (within outer quotes) represents a single
quote (with the first quote acting as an escape character)

Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=46721
Signed-off-by: Brendan McGrath <brendan@redmandi.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
(cherry picked from commit 87917df887)
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
2019-06-20 21:13:56 +02:00
Nikolay Sivov 0c76e18c36 user32: Make GetWindowLong() fail for some values on 64-bit.
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
(cherry picked from commit c2f4e2b338)
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
2019-06-20 21:13:56 +02:00
Nikolay Sivov 853731b3a8 user32: Do not touch some of the values on 64-bit with SetWindowLong().
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
(cherry picked from commit d00ed8e7b9)
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
2019-06-20 21:13:56 +02:00
Louis Lenders 7609f0a253 bthprops.cpl: Add BluetoothFindDeviceClose stub.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=46706
Signed-off-by: Louis Lenders <xerox.xerox2000x@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
(cherry picked from commit f59e7f8391)
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
2019-06-20 21:13:56 +02:00
Matteo Bruni d08c25cfc2 wined3d: Set display mode to a suitable adapter format.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=46792
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 9fc282d682)
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
2019-06-20 21:13:56 +02:00
Matteo Bruni 97239e6de5 d3d8: Return failure in CheckDeviceFormat() for unsupported adapter formats.
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 ff92a993ad)
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
2019-06-20 21:13:56 +02:00