Commit Graph

128355 Commits (5b45b6232ffdfad3c89bea73a6f74fc15e3d094c)
 

Author SHA1 Message Date
Gabriel Ivăncescu 5b45b6232f winealsa.drv: Adjust the buffer volume before sending it to ALSA.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=38182
Signed-off-by: Gabriel Ivăncescu <gabrielopcode@gmail.com>
Signed-off-by: Andrew Eikum <aeikum@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
(cherry picked from commit 9d48b3294c)
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
2019-11-14 23:43:19 +01:00
Fabian Maurer 29407887be setupapi: Correct function parameter for CM_Set_Class_Registry_PropertyA/W.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=47249
Signed-off-by: Fabian Maurer <dark.shadow4@web.de>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
(cherry picked from commit c77ba713d2)
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
2019-11-14 23:43:19 +01:00
Zebediah Figura 7ddb1120ec msxml3: Load the version 1 typelib before trying to access it.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=47214
Signed-off-by: Zebediah Figura <z.figura12@gmail.com>
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
(cherry picked from commit 7edbbe1ed3)
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
2019-11-14 23:43:19 +01:00
Dmitry Timoshkov 146f2f6087 urlmon: If ProtocolCF_CreateInstance doesn't support aggregation retry without it.
This patch fixes a regression caused by 097811f251.

Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=47190
Signed-off-by: Dmitry Timoshkov <dmitry@baikal.ru>
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
(cherry picked from commit 43c1992821)
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
2019-11-14 23:43:19 +01:00
Dmitry Timoshkov 7978df132a urlmon/tests: Add a test for ProtocolCF_CreateInstance not supporting aggregation.
Signed-off-by: Dmitry Timoshkov <dmitry@baikal.ru>
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
(cherry picked from commit 97529298a1)
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
2019-11-14 23:43:19 +01:00
Tim Schumacher e948441070 services: Allow reading binary registry values as DWORDs.
Some programs/services actually save those values as a registry
value of the type REG_BINARY.

Signed-off-by: Tim Schumacher <timschumi@gmx.de>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
(cherry picked from commit 7b139bbb5c)
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
2019-11-14 23:43:19 +01:00
Fabian Maurer f91928eb69 gdi32: CreatePolyPolygonRgn() returns an empty region when the area is empty.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=46655
Signed-off-by: Fabian Maurer <dark.shadow4@web.de>
Signed-off-by: Huw Davies <huw@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
(cherry picked from commit 9bc6f004ce)
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
2019-11-14 23:43:19 +01:00
Jactry Zeng 2845efb524 msscript: Partially implement IScriptControl::Eval().
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=41657
Signed-off-by: Jactry Zeng <jzeng@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
(cherry picked from commit 21ae9ba1ba)
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
2019-11-14 23:43:19 +01:00
Vincent Povirk 980ce34096 mscoree: Accept old framework build in exe metadata.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=27185
Signed-off-by: Vincent Povirk <vincent@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
(cherry picked from commit 6ee29c048c)
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
2019-11-14 23:43:18 +01:00
Alexandre Julliard b2e3d387af ntdll: Use the correct type for %llu scanf format.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
(cherry picked from commit 70d17d3929)
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
2019-11-14 23:43:18 +01:00
Paul Gofman 03222a8dad ddraw: Fix vertex count in d3d_device3_DrawIndexedPrimitiveVB().
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=47129
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 08d630e250)
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
2019-11-14 23:43:18 +01:00
Alistair Leslie-Hughes 340d95a1af authz: Add AuthzFreeResourceManager stub.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=47082
Signed-off-by: Alistair Leslie-Hughes <leslie_alistair@hotmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
(cherry picked from commit d425d519ff)
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
2019-10-09 22:49:11 +02:00
John Thomson acd57c7d44 shell32: Do not fail in SHCreateDirectoryExW for ERROR_ALREADY_EXISTS.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=47023
Signed-off-by: John Thomson <git@johnthomson.fastmail.com.au>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
(cherry picked from commit 9b6d198a3c)
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
2019-10-09 22:46:18 +02:00
Austin English 80b0fb95e8 advapi32: In ReadEventLogA/W, return ERROR_HANDLE_EOF instead of ERROR_CALL_NOT_IMPLEMENTED.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=46905
Signed-off-by: Austin English <austinenglish@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
(cherry picked from commit 1a5ad9e65d)
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
2019-10-09 22:43:56 +02:00
Vijay Kiran Kamuju f94821e59e virtdisk: Add stub and tests for OpenVirtualDisk.
Based on patch from Louis Lenders.

Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=45947
Signed-off-by: Vijay Kiran Kamuju <infyquest@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
(cherry picked from commit 081fd1e997)
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
2019-10-09 22:41:51 +02:00
Dmitry Timoshkov 70f00e6246 crypt32: CryptMsgUpdate should skip broken certificates.
CertOpenStore() already verifies the certificate before adding it
to the memory store from the file, this patch makes CryptMsgUpdate()
behave in a similar way.

Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=45757
Signed-off-by: Dmitry Timoshkov <dmitry@baikal.ru>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
(cherry picked from commit 1875620466)
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
2019-10-09 22:36:56 +02:00
Nikolay Sivov d10f213840 ntdll: Initialize critical section debug info with correct pointer value.
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
(cherry picked from commit fe0f8a150f)
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
2019-10-09 22:28:00 +02:00
Nikolay Sivov 0a77cef2ee kernel32/tests: Add a test for critical section DebugInfo initial value.
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
(cherry picked from commit bf174815ba)
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
2019-10-09 22:27:47 +02:00
Erich E. Hoover 97cf4f154d advapi32: Fix the initialization of combined DACLs when the new DACL is empty.
Wine-Bug:  https://bugs.winehq.org/show_bug.cgi?id=38423
Signed-off-by: Vijay Kiran Kamuju <infyquest@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
(cherry picked from commit 92ee3543e5)
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
2019-10-09 22:25:49 +02:00
Erich E. Hoover dfcef81b5b advapi32: Move the DACL combining code into a separate routine.
Signed-off-by: Vijay Kiran Kamuju <infyquest@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
(cherry picked from commit 9aac7ca191)
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
2019-10-09 22:25:15 +02:00
Martin Liska a4aedec7f5 include: Avoid compound literals for WCHAR strings.
Starting from GCC 9, compound liferal's scope has changed:
https://www.gnu.org/software/gcc/gcc-9/porting_to.html#complit

Signed-off-by: Martin Liska <mliska@suse.cz>
Signed-off-by: Marcus Meissner <meissner@suse.de>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
(cherry picked from commit 9afc341c4f)
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
2019-10-09 21:49:08 +02:00
Hans Leidekker 329ef8cebd bcrypt: Implement BCryptGenerate/FinalizeKeyPair for ECDH P256.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=46564
Signed-off-by: Hans Leidekker <hans@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
(cherry picked from commit 73b695f059)
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
2019-10-09 21:45:05 +02:00
Louis Lenders 00902009d0 dwmapi: Return DWM_E_COMPOSITIONDISABLED instead of E_NOTIMPL in DwmGetTransportAttributes.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=31350
Signed-off-by: Louis Lenders <xerox.xerox2000x@gmail.com>
Signed-off-by: Vijay Kiran Kamuju <infyquest@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
(cherry picked from commit abee97e469)
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
2019-10-09 01:53:49 +02:00
Zhiyi Zhang 3bdadd4ab4 wined3d: Truncate stencil reference values to the stencil component size.
As opposed to OpenGL, which clamps them. This fixes a regression introduced by
commit a9e199e5ad.

Signed-off-by: Zhiyi Zhang <zzhang@codeweavers.com>
Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
(cherry picked from commit 124f48d311)
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
2019-10-09 01:10:04 +02:00
Zhiyi Zhang ee5d3beda5 d3d9/tests: Add a test for stencil reference value truncation.
With suggestions by Paul Gofman.

Signed-off-by: Zhiyi Zhang <zzhang@codeweavers.com>
Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
(cherry picked from commit c67a27c87f)
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
2019-10-09 01:09:37 +02:00
Paul Gofman 93caaebd39 wined3d: Apply stencil mask to stencil reference value.
This is consistent with the docs and confirmed by the test.

Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=28196
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 a9e199e5ad)
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
2019-10-09 01:07:07 +02:00
Michael Müller 0135e88483 avifil32: Correctly handle compressed frames when desired format is specified.
From: Michael Müller <michael@fds-team.de>
Signed-off-by: Vijay Kiran Kamuju <infyquest@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
(cherry picked from commit da0f196c93)
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
2019-10-08 23:20:48 +02:00
Zebediah Figura 91fdecbd95 setupapi: Add magic bytes to struct file_queue and validate them in SetupCloseFileQueue().
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=12332
Signed-off-by: Zebediah Figura <z.figura12@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
(cherry picked from commit c65d98065c)
Conflicts:
	dlls/setupapi/tests/install.c
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
2019-10-08 23:18:45 +02:00
Paul Gofman 7feef68ff1 d3dx9: Pass rectangle to {lock|unlock}_surface().
This fixes regressions introduced by commits
65956ae50a, 092c14b9d8.
Surface source or destination rectangles were left behind.

Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=47546
Signed-off-by: Paul Gofman <gofmanp@gmail.com>
Signed-off-by: Matteo Bruni <mbruni@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
(cherry picked from commit 378204527e)
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
2019-08-23 16:36:59 +02:00
Paul Gofman 31487700d4 d3dx9: Use {lock|unlock}_surface() in D3DXLoadSurfaceFromMemory().
Signed-off-by: Paul Gofman <gofmanp@gmail.com>
Signed-off-by: Matteo Bruni <mbruni@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
(cherry picked from commit 65956ae50a)
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
2019-08-23 16:36:59 +02:00
Paul Gofman cbff05e6c9 d3dx9: Use temporary surface in D3DXSaveSurfaceToFileInMemory() for unmappable textures.
Fixes a regression triggered by commit
949dbbd31f.

Signed-off-by: Paul Gofman <gofmanp@gmail.com>
Signed-off-by: Matteo Bruni <mbruni@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
(cherry picked from commit 092c14b9d8)
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
2019-08-23 16:36:59 +02:00
Paul Gofman 056e171352 d3dx9: Do not ignore surface map failure in D3DXSaveSurfaceToFileInMemory().
Signed-off-by: Paul Gofman <gofmanp@gmail.com>
Signed-off-by: Matteo Bruni <mbruni@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
(cherry picked from commit ce09011434)
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
2019-08-23 16:36:59 +02:00
Paul Gofman f0d4f1b5c7 d3dx9: Use temporary surface in D3DXFillTexture() for unmappable textures.
Fixes a regression triggered by commit 949dbbd31f.

Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=46453
Signed-off-by: Paul Gofman <gofmanp@gmail.com>
Signed-off-by: Matteo Bruni <mbruni@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
(cherry picked from commit 4e44d74afb)
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
2019-08-23 16:36:59 +02:00
Paul Gofman f61d1b1d7b d3dx9: Factor out {lock|unlock}_surface() functions.
Signed-off-by: Paul Gofman <gofmanp@gmail.com>
Signed-off-by: Matteo Bruni <mbruni@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
(cherry picked from commit 33be8439fc)
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
2019-08-23 16:36:59 +02:00
Michael Stefaniuc acfa1c8c9f Release 4.0.2.
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2019-08-23 16:29:32 +02:00
Alistair Leslie-Hughes 6d7c890e83 vbscript: Move variable declaration outside of for.
This stops a compile error under gcc 4.8.4.

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 b75627ec10)
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
2019-08-23 14:43:11 +02:00
Alistair Leslie-Hughes 88316ea811 dinput: Handle setting DIPROP_CALIBRATIONMODE mode in generic implementation.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=47183
Signed-off-by: Alistair Leslie-Hughes <leslie_alistair@hotmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
(cherry picked from commit 132cf25ed6)
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
2019-08-14 22:34:26 +02:00
Alistair Leslie-Hughes 20f2d0726b dinput: Allow enumeration of joysticks with DirectX 3.
Star Wars: Rogue 3D requests a DirectX 3.0 version
0108:trace:dinput:DirectInputCreateEx (0x400000,0300,{9a4cb684-236d-11d3-8e9d-00c04f6844ae},0x7acfa0,(nil))
and then tries to interate over all Joysticks.

When using modern windows, the current tests show that this is the correct behaviour.

However, it's possible to use a shim to allow older games, like the
one above, to interate over joysticks.

Signed-off-by: Alistair Leslie-Hughes <leslie_alistair@hotmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
(cherry picked from commit fe4db5309e)
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
2019-08-14 22:34:26 +02:00
Alistair Leslie-Hughes b09a3bd621 dinput: Ensure Cursor is visible on config dialog.
Signed-off-by: Alistair Leslie-Hughes <leslie_alistair@hotmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
(cherry picked from commit 9bcaf9769c)
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
2019-08-14 22:34:26 +02:00
Tim Schumacher 313dc20036 dinput: Map wheel, gas, and brake axes as well.
The axes wheel, gas, and brake are just differently named replacements
for X, Y, and Z when using wheel-like joysticks.

Make those accessible by remapping them to X, Y, and Z internally.

Signed-off-by: Tim Schumacher <timschumi@gmx.de>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
(cherry picked from commit 1a6458bad8)
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
2019-08-14 22:34:26 +02:00
Tim Schumacher 4fcf59e0f2 winejoystick: Add support for wheel axes.
Wheel, gas, and brake are replacements for X, Y and Z in wheel-like
joysticks. Remap them internally to send inputs as X, Y, and Z.

Signed-off-by: Tim Schumacher <timschumi@gmx.de>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
(cherry picked from commit 905e7b0e2e)
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
2019-08-14 22:34:26 +02:00
Zhiyi Zhang cf4883de13 dinput: Fix a possible deadlock at exit.
This fix another deadlock issue with dinput.

The old implementation of dinput waits for a hook thread to exit
during its uninitialization, which will never return during DLL_THREAD_DETACH.

Signed-off-by: Zhiyi Zhang <zzhang@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
(cherry picked from commit 886d28de97)
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
2019-08-14 22:34:26 +02:00
Paul Gofman f7e395df32 xaudio2_7: Also preserve %ebx in call_on_voice_processing_pass_start().
It is tested that EBX register is not preserved by
IXAudio2VoiceCallback_OnVoiceProcessingPassStart callback
in League of Legends. It doesn't lead to crash in the
present xaudio, while it might still be a potential issue.

Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=46870
Signed-off-by: Paul Gofman <gofmanp@gmail.com>
Signed-off-by: Andrew Eikum <aeikum@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
(cherry picked from commit a5b22c86b4)
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
2019-08-14 22:34:26 +02:00
Matteo Bruni c203334c05 wined3d: Avoid a GCC 8 warning.
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 3724e9c4ab)
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
2019-08-14 22:34:26 +02:00
Alexandre Julliard 963ec4699f ntdll: Check for time conversion error to silence a compiler warning.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
(cherry picked from commit 7c0385bdb4)
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
2019-08-14 22:34:25 +02:00
Vijay Kiran Kamuju 551cba7c31 wpcap: Fix compile warnings for redefinition of PCAP_OPENFLAG_PROMISCUOUS.
Signed-off-by: Vijay Kiran Kamuju <infyquest@gmail.com>
Signed-off-by: André Hentschel <nerv@dawncrow.de>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
(cherry picked from commit 660399b8fd)
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
2019-08-14 22:34:25 +02:00
Hans Leidekker b1f4c5ea0c wbemprox: Implement Win32_OperatingSystem.SystemDrive.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=47065
Signed-off-by: Hans Leidekker <hans@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
(cherry picked from commit fb26388b0a)
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
2019-08-14 22:34:25 +02:00
Louis Lenders 6c8534b5e9 kernel32: Add DECLSPEC_HOTPATCH to CreateActCtx.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=47051
Signed-off-by: Louis Lenders <xerox.xerox2000x@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
(cherry picked from commit d4421f9c0b)
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
2019-08-14 22:34:25 +02:00
Zebediah Figura 20a434478a widl: Correctly set the import library offset for all imported types.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=47031
Signed-off-by: Zebediah Figura <z.figura12@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
(cherry picked from commit 6c64d02117)
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
2019-08-14 22:34:25 +02:00
Vijay Kiran Kamuju 95f9456815 ntdll: Report system information SystemPerformanceInformation info class.
Based on patch from Michael Müller.

Signed-off-by: Vijay Kiran Kamuju <infyquest@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
(cherry picked from commit 99ba65a1ea)
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
2019-08-14 22:34:25 +02:00