Commit Graph

2172 Commits (f39e021006fe4131618f26138c7e7ddc6223ad92)

Author SHA1 Message Date
Andrey Gusev abaddc8718 api-ms-win-security-credentials-l1-1-0: Add dll.
Signed-off-by: Andrey Gusev <andrey.goosev@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2017-06-19 20:46:39 +02:00
Alexandre Julliard 7f23bbe7f9 iphlpapi: Check if getifaddrs really exists.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2017-06-19 18:46:29 +02:00
Austin English b2d4b506b3 tdh: Add stub dll.
Signed-off-by: Austin English <austinenglish@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2017-06-09 10:56:42 +02:00
Alex Henrie 67db7fe94e adsldpc: Add stub DLL.
Signed-off-by: Alex Henrie <alexhenrie24@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2017-06-09 10:56:26 +02:00
Francois Gouget 20d41d9e28 configure: Set PKG_CONFIG_PATH to get the right settings for the target host.
Ideally we would use the right <triplet>-pkg-config tool for the target
host. However Red Hat and SUSE respectively add '-redhat' and '-suse' to
the triplet which makes it hard to find the right tool. Furthermore on
Debian and derivatives a lot of development packages do not support
multiarch so that the required .pc files would not be found.

Setting PKG_CONFIG_PATH side-steps the non-standard Red Hat and SUSE
triplets. It also lets pkg-config fall back to the 'wrong' .pc files
on Debian which is fine in most cases, while using the right one in
cases where it matters (GStreamer 1.0), assuming they are actually
present.

Signed-off-by: Francois Gouget <fgouget@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2017-06-08 17:20:18 +02:00
Nikolay Sivov 8323871f55 mf: Added MFCreateTopology and stub IMFTopology implementation.
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2017-06-01 09:38:17 +02:00
Alexandre Julliard 93d4ac2a0f wineandroid: Add initial stub for the Java activity.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2017-05-30 21:49:31 +02:00
Alexandre Julliard e11f2397ac configure: Add Android driver stub.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2017-05-30 12:58:03 +02:00
Andrey Gusev 52afd72975 api-ms-win-security-activedirectoryclient-l1-1-0: Add dll.
Signed-off-by: Andrey Gusev <andrey.goosev@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2017-05-30 11:54:15 +02:00
Piotr Caban 4208bc8cdd configure: Add configure checks for Xfixes library.
Signed-off-by: Piotr Caban <piotr@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2017-05-24 15:30:24 +02:00
Alexandre Julliard 2e980956c8 configure: Don't require X11 if we can build the Mac driver.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2017-05-15 20:49:21 +02:00
Alexandre Julliard 7cc41589a9 configure: Make warning messages consistent.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2017-05-15 20:49:21 +02:00
Michael Müller 47fca41f42 mfplat/tests: Add tests.
Signed-off-by: Alistair Leslie-Hughes <leslie_alistair@hotmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2017-05-09 09:56:09 -05:00
Andrey Gusev 2f5968875e ext-ms-win-authz-context-l1-1-0: Add dll.
Signed-off-by: Andrey Gusev <andrey.goosev@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2017-05-05 10:13:36 +02:00
Alexandre Julliard a6fc8f6c82 configure: Check for the necessary data structure for if_nameindex().
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2017-05-03 22:58:02 +02:00
Alexandre Julliard 655e5e8c70 configure: Add a separate variable for wineloader-specific flags.
And apply the common link flags also to the wineserver.

Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2017-04-28 15:01:38 +02:00
Alexandre Julliard fec21ed619 configure: Re-enable the preloader on Android.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2017-04-27 15:41:44 +02:00
Alexandre Julliard d3bbd03c8f ntdll: Also store dynamic loader information in the PEB on Linux.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2017-04-25 20:53:04 +02:00
Sebastian Lackner f625707ffc configure: Support for recent versions of OSMesa.
Signed-off-by: Sebastian Lackner <sebastian@fds-team.de>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2017-04-24 19:21:49 +02:00
Alistair Leslie-Hughes 3abb995842 mtxdm: Implement GetDispenserManager.
Signed-off-by: Alistair Leslie-Hughes <leslie_alistair@hotmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2017-04-13 19:10:38 +02:00
Owen Rudge 85f993ed93 wsdapi/tests: Add initial tests for WSDCreateDiscoveryPublisher.
Signed-off-by: Owen Rudge <orudge@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2017-04-12 09:47:43 +02:00
Alistair Leslie-Hughes 4ff2e36b59 wmvcore/tests: Add initial tests.
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>
2017-04-11 16:07:16 +02:00
Alexandre Julliard ade10ebc9e glu32: Load libGLU only when functions are actually called.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2017-04-06 15:20:11 +02:00
Alexandre Julliard 3558acac72 glu32: Load libGLU dynamically.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2017-04-06 13:57:24 +02:00
Owen Rudge 4a3bb0acc5 wsdapi: Add stub DLL.
Signed-off-by: Owen Rudge <orudge@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2017-04-03 12:09:42 +02:00
Andrey Gusev 4bfa0d829f api-ms-win-mm-mme-l1-1-0: Add dll.
Signed-off-by: Andrey Gusev <andrey.goosev@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2017-03-29 20:54:46 +02:00
Andrey Gusev ad297e7295 api-ms-win-mm-misc-l1-1-1: Add dll.
Signed-off-by: Andrey Gusev <andrey.goosev@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2017-03-29 20:54:38 +02:00
Andrey Gusev a3ab54707f api-ms-win-core-registry-l2-1-0: Add dll.
Signed-off-by: Andrey Gusev <andrey.goosev@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2017-03-27 16:54:53 +02:00
Andrey Gusev 1ed69efe83 api-ms-win-security-grouppolicy-l1-1-0: Add dll.
Signed-off-by: Andrey Gusev <andrey.goosev@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2017-03-27 16:54:24 +02:00
Andrey Gusev 603da6e14e api-ms-win-core-threadpool-private-l1-1-0: Add dll.
Signed-off-by: Andrey Gusev <andrey.goosev@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2017-03-27 16:54:24 +02:00
Andrey Gusev ec8485ec10 api-ms-win-core-quirks-l1-1-0: Add dll.
Signed-off-by: Andrey Gusev <andrey.goosev@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2017-03-23 19:52:51 +01:00
Andrey Gusev ba01cb2f49 api-ms-win-core-winrt-roparameterizediid-l1-1-0: Add dll.
Signed-off-by: Andrey Gusev <andrey.goosev@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2017-03-23 19:52:26 +01:00
Andrey Gusev a077d098b6 api-ms-win-security-systemfunctions-l1-1-0: Add dll.
Signed-off-by: Andrey Gusev <andrey.goosev@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2017-03-23 19:51:59 +01:00
Jacek Caban aca0a27ced uiautomationcore: Added stub dll.
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2017-02-22 20:22:03 +01:00
Nikolay Sivov 8d3af56904 pstorec: Fix QueryInterface() of IPStore.
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2017-02-13 21:45:28 +01:00
Charles Davis 99d247ad5a iphlpapi: Add missing header to configure test.
This lets GetIcmpStatistics() work again on FreeBSD.

Signed-off-by: Charles Davis <cdavis5x@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2017-02-13 10:24:24 +01:00
Bruno Jesus 2f447bb49c configure: Make FreeBSD recognize struct __res_state for iphlpapi.
Signed-off-by: Bruno Jesus <00cpxxx@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2017-02-09 19:38:27 +01:00
Louis Lenders e0d4b6896a virtdisk: Add stub dll.
Signed-off-by: Louis Lenders <xerox.xerox2000x@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2017-02-08 17:01:44 +01:00
Alistair Leslie-Hughes 0bff5fb971 comsvcs: Register typelib.
Signed-off-by: Alistair Leslie-Hughes <leslie_alistair@hotmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2017-02-08 11:09:02 +01:00
Austin English c6adf8af6e winusb: Add stub dll.
Signed-off-by: Austin English <austinenglish@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2017-02-02 19:50:35 +01:00
Bruno Jesus 3052c70068 wlanapi/tests: Add test structure.
Signed-off-by: Bruno Jesus <00cpxxx@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2017-01-31 11:07:29 +01:00
Nikolay Sivov 899a249039 Added scrobj.dll stub.
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2017-01-27 09:18:11 +01:00
Austin English 45de919662 mf3216: Add stub dll.
Signed-off-by: Austin English <austinenglish@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2017-01-26 11:17:34 +01:00
Aric Stewart 178400b2bf hid/tests: Add HID device enumeration test.
Signed-off-by: Aric Stewart <aric@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2017-01-26 10:35:35 +01:00
Stefan Silviu 4d37b87219 msvcrt: Implement nearbyint and nearbyintf.
Signed-off-by: Stefan Silviu <sylviu44@gmail.com>
Signed-off-by: Piotr Caban <piotr@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2016-11-22 16:30:40 +01:00
Andrey Gusev 3b76e24454 api-ms-win-appmodel-identity-l1-1-0: Add dll.
Signed-off-by: Andrey Gusev <andrey.goosev@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2016-11-21 20:57:07 +01:00
Andrey Gusev 6e42a76a9a api-ms-win-power-setting-l1-1-0: Add dll.
Signed-off-by: Andrey Gusev <andrey.goosev@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2016-11-21 20:57:07 +01:00
Andrey Gusev a8df19f40c api-ms-win-power-base-l1-1-0: Add dll.
Signed-off-by: Andrey Gusev <andrey.goosev@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2016-11-21 20:57:07 +01:00
Andrey Gusev c0c806854f ext-ms-win-domainjoin-netjoin-l1-1-0: Add dll.
Signed-off-by: Andrey Gusev <andrey.goosev@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2016-11-21 20:57:06 +01:00
Alexandre Julliard 32fa34bf09 configure: Add fallback link command line for libudev.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2016-11-18 17:57:22 -06:00