reactos.git
6 years ago[WMIUTILS] Sync with Wine Staging 2.9. CORE-13362
Amine Khaldi [Sun, 4 Jun 2017 01:49:25 +0000 (01:49 +0000)]
[WMIUTILS] Sync with Wine Staging 2.9. CORE-13362

b16f08b wmiutils: Simplify and standardize the heap_xxx() declarations.

svn path=/trunk/; revision=74870

6 years ago[WINTRUST] Sync with Wine Staging 2.9. CORE-13362
Amine Khaldi [Sun, 4 Jun 2017 01:49:20 +0000 (01:49 +0000)]
[WINTRUST] Sync with Wine Staging 2.9. CORE-13362

e420549 wintrust: Verify image hash in WinVerifyTrust. (v2)
f1dfc53 wintrust: Fix CryptCATAdminAcquireContext spec file entry.

svn path=/trunk/; revision=74869

6 years ago[WININET_WINETEST] Sync with Wine Staging 2.9. CORE-13362
Amine Khaldi [Sun, 4 Jun 2017 01:49:09 +0000 (01:49 +0000)]
[WININET_WINETEST] Sync with Wine Staging 2.9. CORE-13362

svn path=/trunk/; revision=74868

6 years ago[PSDK] Update winhttp.h and wininet.h. CORE-13362
Amine Khaldi [Sun, 4 Jun 2017 01:49:03 +0000 (01:49 +0000)]
[PSDK] Update winhttp.h and wininet.h. CORE-13362

svn path=/trunk/; revision=74867

6 years ago[WININET] Sync with Wine Staging 2.9. CORE-13362
Amine Khaldi [Sun, 4 Jun 2017 01:48:55 +0000 (01:48 +0000)]
[WININET] Sync with Wine Staging 2.9. CORE-13362

05c23c9 wininet: Use isspaceW() instead of isspace() for WCHARs.
f9d1b16 wininet: Return failure when handling http redirect without hostname.
4ca5f42 wininet: Allow to set INTERNET_OPTION_HTTP_DECODING on sessions and connections.
7d8cf31 wininet: Don't use returned read size if read failed in gzip_read.
2952c63 wininet: Get rid of no longer needed get_avail_data from data stream implementations.
295291b wininet: Always use non-blocking reads in HTTP_ReceiveRequestData.
fd0ac40 wininet: Get rid of no longer needed blocking_mode_t.
18f9d03 wininet: Get rid of no longer needed BLOCKING_WAITALL.
7eaadab wininet: Merge InternetReadFile and InternetReadFileEx implementations.
a546e8a wininet: Reimplemented InternetQueryDataAvailable on top of async_read.
0880874 wininet: Rewrite InternetReadFileEx for http protocol to make use of non-blocking reads.
98bcd00 wininet: Rewrite asynchronous read to try to fill whole buffer and not buffer additional data unless requested.
c140a70 wininet: Propagate WSAEWOULDBLOCK from read_http_stream.
f42a2cc wininet: Pass blocking mode to HTTPREQ_Read.
67b5677 wininet: Propagate WSAEWOULDBLOCK result from content decoding reads.
36f6387 wininet: Forward InternetGetConnectedState to Ex function.
7b42dc4 wininet: Improved netconn_drain_content.
6caecb6 wininet: Handle query parameters for HTTPS urls in InternetOpenUrlW.
e9be490 wininet: Fix some more spec file entries.

svn path=/trunk/; revision=74866

6 years ago[WINHTTP_WINETEST] Sync with Wine Staging 2.9. CORE-13362
Amine Khaldi [Sun, 4 Jun 2017 01:48:43 +0000 (01:48 +0000)]
[WINHTTP_WINETEST] Sync with Wine Staging 2.9. CORE-13362

svn path=/trunk/; revision=74865

6 years ago[WINHTTP] Sync with Wine Staging 2.9. CORE-13362
Amine Khaldi [Sun, 4 Jun 2017 01:48:31 +0000 (01:48 +0000)]
[WINHTTP] Sync with Wine Staging 2.9. CORE-13362

2fa86fd winhttp: Always drain content before sending the next request.
6b6ffb3 winhttp: Ignore unknown schemes in WinHttpQueryAuthSchemes.
08603e5 winhttp: Fix a memory leak in insert_header (Valgrind).
be78574 winhttp: Cookie attributes are case-insensitive.
8595cc5 winhttp: Parse cookie attributes.

svn path=/trunk/; revision=74864

6 years ago[WINDOWSCODECS_WINETEST] Sync with Wine Staging 2.9. CORE-13362
Amine Khaldi [Sun, 4 Jun 2017 01:48:23 +0000 (01:48 +0000)]
[WINDOWSCODECS_WINETEST] Sync with Wine Staging 2.9. CORE-13362

svn path=/trunk/; revision=74863

6 years ago[PSDK] Update wincodecsdk.idl. CORE-13362
Amine Khaldi [Sun, 4 Jun 2017 01:48:14 +0000 (01:48 +0000)]
[PSDK] Update wincodecsdk.idl. CORE-13362
[WINDOWSCODECS] Sync with Wine Staging 2.9. CORE-13362

00d3b89 windowscodecs: Simplify a bit comparison of two PROPVARIANTs.
5ea8f41 windowscodecs: Implement IWICMetadataQueryReader::GetContainerFormat.
8890f2e windowscodecs: Implement WICMapSchemaToName.
dd7fa09 windowscodecs: Implement WICMapShortNameToGuid.
4cf250c windowscodecs: Implement WICMapGuidToShortName.
bb57e0c windowscodecs: Fix 32bppRGB to 32bppRGBA conversion.
b1037a9 windowscodecs: Add support for 32bppRGB, 32bppRGBA and 32bppPRGBA to format converter.
4e2cdd5 windowscodecs: Tolerate partial reads in the IFD metadata loader.
213b395 windowscodecs: Add support for 16bpp RGBA format to TIFF decoder.
2133dd1 windowscodecs: Add support for 4bpp RGBA format to TIFF decoder.
41827e1 windowscodecs: Add support for 32bppCMYK and 64bppCMYK formats to TIFF decoder.
306b4d3 windowscodecs: Add support for 128bppRGBAFloat format to TIFF decoder.
74f105d windowscodecs: Add support for 12bpp RGB format to TIFF decoder.
76bbf38 windowscodecs: Add support for 3bps RGB format to TIFF decoder.
2103e19 windowscodecs: Add support for 16bppGray and 32bppGrayFloat formats to TIFF decoder.
150fc32 windowscodecs: Avoid redundant checks when reading a TIFF tile.
266e4ec windowscodecs: Fail earlier in TIFF decoder's Initialize method for unsupported pixel formats.
b7306a4 windowscodecs: Fix the SupportsTransparency flag value for various pixel formats.
35483da include: Fix typos in WICPersistOptions enumeration names.
2d5c861 windowscodecs: Fixed loading png from streams.
fdccccb windowscodecs: Fix IWICImagingFactory_CreateDecoderFromFileHandle_Proxy spec file entry.
376b075 windowscodecs: Remove dead assignment (clang).
b0d04e6 wincodecs: Simplify property name allocation.
5107ef7 wincodecs: Implement FilterOption property for PNG encoder.
6283014 wincodecs: Trigger conversion to target format in WriteSource().

svn path=/trunk/; revision=74862

6 years ago[PSDK] Add missing SHCreateMemStream() declaration.
Amine Khaldi [Sun, 4 Jun 2017 01:47:59 +0000 (01:47 +0000)]
[PSDK] Add missing SHCreateMemStream() declaration.

svn path=/trunk/; revision=74861

6 years ago[PSDK] Update wincodec.idl. CORE-13362
Amine Khaldi [Sun, 4 Jun 2017 01:47:54 +0000 (01:47 +0000)]
[PSDK] Update wincodec.idl. CORE-13362

svn path=/trunk/; revision=74860

6 years ago[WBEMPROX] Sync with Wine Staging 2.9. CORE-13362
Amine Khaldi [Sun, 4 Jun 2017 01:47:48 +0000 (01:47 +0000)]
[WBEMPROX] Sync with Wine Staging 2.9. CORE-13362

3ca407e wbemprox: Add Vendor field in Win32_ComputerSystemProduct.
b3f98ab wbemprox: Add DriverDate for Win32_VideoController.
65473a8 wbemprox: Add InstalledDisplayDrivers for Win32_VideoController.
b062c6c wbemprox: Add Status for Win32_VideoController.
32707e5 wbemprox: Add ConfigManagerErrorCode for Win32_VideoController.
9f81263 wbemprox: Provide DeviceID, Location and PortName for printers.
66e3c97 wbemprox: Also free data for tables that don't have a fill function (Valgrind).
34f77a6 wbemprox: Simplify and standardize the heap_xxx() declarations.

svn path=/trunk/; revision=74859

6 years ago[WBEMDISP_WINETEST] Sync with Wine Staging 2.9. CORE-13362
Amine Khaldi [Sun, 4 Jun 2017 01:47:40 +0000 (01:47 +0000)]
[WBEMDISP_WINETEST] Sync with Wine Staging 2.9. CORE-13362

svn path=/trunk/; revision=74858

6 years ago[WBEMDISP] Sync with Wine Staging 2.9. CORE-13362
Amine Khaldi [Sun, 4 Jun 2017 01:47:30 +0000 (01:47 +0000)]
[WBEMDISP] Sync with Wine Staging 2.9. CORE-13362

a392e14 wbemdisp: Implement ISWbemProperty::get_Value.
6721725 wbemdisp: Implement ISWbemPropertySet::Item.
cb2660b wbemdisp: Implement ISWbemObject::get_Properties_.
a11aed3 wbemdisp: Invoke the generic methods and properties as well as the dynamic ones.
66edb81 wbemdisp: Search for the generic methods and properties as well as the dynamic ones.
c1242a2 wbemdisp: Add missing methods to the ISWbemObjectVtbl.
64be3a2 wbemdisp: Simplify and standardize the heap_xxx() declarations.

svn path=/trunk/; revision=74857

6 years ago[VERSION_WINETEST] Sync with Wine Staging 2.9. CORE-13362
Amine Khaldi [Sun, 4 Jun 2017 01:47:23 +0000 (01:47 +0000)]
[VERSION_WINETEST] Sync with Wine Staging 2.9. CORE-13362

svn path=/trunk/; revision=74856

6 years ago[VERSION] Sync with Wine Staging 2.9. CORE-13362
Amine Khaldi [Sun, 4 Jun 2017 01:47:19 +0000 (01:47 +0000)]
[VERSION] Sync with Wine Staging 2.9. CORE-13362

7811de1 version: Add support for FILE_VER_GET_LOCALISED flag.

svn path=/trunk/; revision=74855

6 years ago[VBSCRIPT_WINETEST] Sync with Wine Staging 2.9. CORE-13362
Amine Khaldi [Sun, 4 Jun 2017 01:47:13 +0000 (01:47 +0000)]
[VBSCRIPT_WINETEST] Sync with Wine Staging 2.9. CORE-13362

svn path=/trunk/; revision=74854

6 years ago[VBSCRIPT] Sync with Wine Staging 2.9. CORE-13362
Amine Khaldi [Sun, 4 Jun 2017 01:47:08 +0000 (01:47 +0000)]
[VBSCRIPT] Sync with Wine Staging 2.9. CORE-13362

4ecc00f vbscript: Allow colons at the end of first line of loops.
8ab8a92 vbscript: Add __WINE_ALLOC_SIZE attributes to heap_xxx() functions.

svn path=/trunk/; revision=74853

6 years ago[USP10_WINETEST] Sync with Wine Staging 2.9. CORE-13362
Amine Khaldi [Sun, 4 Jun 2017 01:47:02 +0000 (01:47 +0000)]
[USP10_WINETEST] Sync with Wine Staging 2.9. CORE-13362

svn path=/trunk/; revision=74852

6 years ago[USP10] Sync with Wine Staging 2.9. CORE-13362
Amine Khaldi [Sun, 4 Jun 2017 01:46:51 +0000 (01:46 +0000)]
[USP10] Sync with Wine Staging 2.9. CORE-13362

30e8768 usp10: Validate substition record sequence indices in GSUB_apply_ContextSubst().
ebe75cb usp10: Simplify the "sr_2" assignments in GSUB_apply_ContextSubst().
6c13170 usp10: Range check glyph counts in GSUB_apply_ContextSubst().
c5619be usp10: Validate positioning record sequence indices in GPOS_apply_ContextPos().
82d36ba usp10: Simplify the "pr_2" assignment in GPOS_apply_ContextPos().
1b02c1a usp10: Range check glyph counts in GPOS_apply_ContextPos().
d1ca880 usp10: Validate substition record sequence indices in GSUB_apply_ChainContextSubst().
34a9400 usp10: Validate positioning record sequence indices in GPOS_apply_ChainContextPos().
9694aeb usp10: Avoid special handling if the substitution count is 0 in GSUB_apply_ChainContextSubst().
f7b943e usp10: Range check glyph counts in GSUB_apply_ChainContextSubst().
24943fe usp10: Simplify the chaining context table assignments in GSUB_apply_ChainContextSubst().
02316e6 usp10: Rename the chaining context tables in GSUB_apply_ChainContextSubst() to something more descriptive.
0389768 usp10: Return early if the number of positioning operations is 0 in GPOS_apply_ChainContextPos().
7dfe9b9 usp10: Range check glyph counts in GPOS_apply_ChainContextPos().
f6c0146 usp10: Simplify the chaining context table assignments in GPOS_apply_ChainContextPos().
fb3ea0a usp10: Rename the chaining context tables in GPOS_apply_ChainContextPos() to something more descriptive.
04e5466 usp10: Handle invalid arguments in ScriptIsComplex().
4553871 usp10: Check if corresponding headers are present before accessing their feature lists in _initialize_feature_cache.
63bcfa3 usp10: Get rid of the code duplication between GSUB_initialize_feature_cache() and GPOS_expand_feature_cache().
9b0f3f1 usp10: Get rid of some code duplication in GPOS_expand_feature_cache().
0ffd5b4 usp10: Double the languages array size when growing it in GPOS_expand_language_cache().
218be44 usp10: Double the scripts array size when growing it in GPOS_expand_script_cache().
9a15753 usp10: Introduce a helper function to lookup a language in a LoadedScript structure.
2a0ffc9 usp10: Introduce a helper function to lookup a script in the script cache.
213d358 usp10: Avoid LPVOID.
1403087 usp10: Avoid LPCVOID.
a204e58 usp10: Avoid LPWSTR.
cdd47c3 usp10: Avoid LPCWSTR.
af617aa usp10: Avoid LPBYTE.
34c2f74 usp10: Avoid LPWORD.
ab8ec60 usp10: Avoid LPPOINT.
ba66b62 usp10: Avoid LPOUTLINETEXTMETRICW.
df21247 usp10: Make the script cache parameter to get_opentype_script() const.
c8f87ad usp10: Make the script cache parameter to GPOS_apply_MarkToBase() const.
cd9db34 usp10: Pass const metrics to GPOS_convert_design_units_to_device().
c3dc9ed usp10: Use heap_free() instead of HeapFree().
6a0e5bb usp10: Use heap_alloc() instead of HeapAlloc().
77e5a2f usp10: Use heap_alloc_zero() instead of HeapAlloc() with HEAP_ZERO_MEMORY.
3c704c2 usp10: Use bsearch() to lookup the script range in get_char_script().
a523b46 usp10: Introduce an enumeration for script types.
502d239 usp10: Do not fall back to presentation form B if the contextual feature exists in ContextualShape_Arabic().
f13dea5 usp10: Properly determine the glyph run direction when shaping Script_Arabic.
c94a5fd usp10: Take the script direction into account when applying OpenType features.
1727dd4 usp10: Use USP10_FindGlyphInLogClust() in UpdateClusters().
bab506e usp10: Use memmove() in GSUB_apply_LigatureSubst().
66df220 usp10: Make feature tables const.
b32fb23 usp10: Fix ScriptGetProperties spec file entry.
1a42ee3 usp10: Add __WINE_ALLOC_SIZE attributes to heap_xxx() functions.
892393b usp10: Filter out DeltaFormat == 0 too, valid range is [1, 3].
66dce1e usp10: Introduce an enumeration for GSUB lookup types.
fefd151 usp10: Ignore device tables with invalid delta format.
b6d541c usp10: Iterate in visual order in GPOS_apply_feature().
6fec9b1 usp10: Return the logical offset in GPOS_apply_lookup().
8d15667 usp10: Return the logical offset in GPOS_apply_ChainContextPos().
2210196 usp10: Return the logical offset in GPOS_apply_ContextPos().
6e84358 usp10: Return the logical offset in GPOS_apply_PairAdjustment().
61e8a38 usp10: Introduce an enumeration for GPOS lookup types.
4b22953 usp10: Properly get glyph widths for OpenType fonts in ScriptPlaceOpenType().

svn path=/trunk/; revision=74851

6 years ago[URLMON_WINETEST] Sync with Wine Staging 2.9. CORE-13362
Amine Khaldi [Sun, 4 Jun 2017 01:46:38 +0000 (01:46 +0000)]
[URLMON_WINETEST] Sync with Wine Staging 2.9. CORE-13362

svn path=/trunk/; revision=74850

6 years ago[URLMON] Sync with Wine Staging 2.9. CORE-13362
Amine Khaldi [Sun, 4 Jun 2017 01:46:26 +0000 (01:46 +0000)]
[URLMON] Sync with Wine Staging 2.9. CORE-13362

700010f urlmon: Fix some spec file entries.
c1ae3db urlmon: Add __WINE_ALLOC_SIZE attributes to heap_xxx() functions.
9c4ac7f urlmon: Add a __WINE_ALLOC_SIZE attribute to heap_alloc().

svn path=/trunk/; revision=74849

6 years ago[SHLWAPI_WINETEST] Sync with Wine Staging 2.9. CORE-13362
Amine Khaldi [Sat, 3 Jun 2017 22:40:14 +0000 (22:40 +0000)]
[SHLWAPI_WINETEST] Sync with Wine Staging 2.9. CORE-13362

svn path=/trunk/; revision=74848

6 years ago[SHLWAPI] Sync with Wine Staging 2.9. CORE-13362
Amine Khaldi [Sat, 3 Jun 2017 22:39:50 +0000 (22:39 +0000)]
[SHLWAPI] Sync with Wine Staging 2.9. CORE-13362

98d0fa9 shlwapi: Use isalnumW() instead of isalnum() for WCHARs.
dfb846c shlwapi: Fixed error handling in StrRetToBufW.

svn path=/trunk/; revision=74847

6 years ago[SCRRUN_WINETEST] Sync with Wine Staging 2.9. CORE-13362
Amine Khaldi [Sat, 3 Jun 2017 22:39:28 +0000 (22:39 +0000)]
[SCRRUN_WINETEST] Sync with Wine Staging 2.9. CORE-13362

svn path=/trunk/; revision=74846

6 years ago[SCRRUN] Sync with Wine Staging 2.9. CORE-13362
Amine Khaldi [Sat, 3 Jun 2017 22:38:57 +0000 (22:38 +0000)]
[SCRRUN] Sync with Wine Staging 2.9. CORE-13362

f601660 scrrun: Added DateLastModified property for IFile.

svn path=/trunk/; revision=74845

6 years ago[RSAENH_WINETEST] Sync with Wine Staging 2.9. CORE-13362
Amine Khaldi [Sat, 3 Jun 2017 22:38:34 +0000 (22:38 +0000)]
[RSAENH_WINETEST] Sync with Wine Staging 2.9. CORE-13362

svn path=/trunk/; revision=74844

6 years ago[RSAENH] Sync with Wine Staging 2.9. CORE-13362
Amine Khaldi [Sat, 3 Jun 2017 22:38:03 +0000 (22:38 +0000)]
[RSAENH] Sync with Wine Staging 2.9. CORE-13362

e705dfc rsaenh: Don't import a public key to a key container.

svn path=/trunk/; revision=74843

6 years ago[RICHED20_WINETEST] Sync with Wine Staging 2.9. CORE-13362
Amine Khaldi [Sat, 3 Jun 2017 22:37:05 +0000 (22:37 +0000)]
[RICHED20_WINETEST] Sync with Wine Staging 2.9. CORE-13362

svn path=/trunk/; revision=74842

6 years ago[RICHED20] Sync with Wine Staging 2.9. CORE-13362
Amine Khaldi [Sat, 3 Jun 2017 22:36:44 +0000 (22:36 +0000)]
[RICHED20] Sync with Wine Staging 2.9. CORE-13362

d4b1938 riched20: Only write out non-default pattern colours.
5f3772a riched20: Don't compare the colours if the old and new states are both auto.
6bcf4d6 riched20: Add linefeeds after the colortbl and generator groups.
8b79854 riched20: Remove a hack that should be longer be needed.
3d291dd riched20: Write the char format for the end-of-paragraph marker.

svn path=/trunk/; revision=74841

6 years ago[REGEDIT_WINETEST] Sync with Wine Staging 2.9. CORE-13362
Amine Khaldi [Sat, 3 Jun 2017 22:36:19 +0000 (22:36 +0000)]
[REGEDIT_WINETEST] Sync with Wine Staging 2.9. CORE-13362

svn path=/trunk/; revision=74840

6 years ago[QUARTZ_WINETEST] Sync with Wine Staging 2.9. CORE-13362
Amine Khaldi [Sat, 3 Jun 2017 22:36:05 +0000 (22:36 +0000)]
[QUARTZ_WINETEST] Sync with Wine Staging 2.9. CORE-13362

svn path=/trunk/; revision=74839

6 years ago[PSAPI_WINETEST] Sync with Wine Staging 2.9. CORE-13362
Amine Khaldi [Sat, 3 Jun 2017 22:35:45 +0000 (22:35 +0000)]
[PSAPI_WINETEST] Sync with Wine Staging 2.9. CORE-13362

svn path=/trunk/; revision=74838

6 years ago[PROPSYS_WINETEST] Sync with Wine Staging 2.9. CORE-13362
Amine Khaldi [Sat, 3 Jun 2017 22:35:33 +0000 (22:35 +0000)]
[PROPSYS_WINETEST] Sync with Wine Staging 2.9. CORE-13362

svn path=/trunk/; revision=74837

6 years ago[PROPSYS] Sync with Wine Staging 2.9. CORE-13362
Amine Khaldi [Sat, 3 Jun 2017 22:35:14 +0000 (22:35 +0000)]
[PROPSYS] Sync with Wine Staging 2.9. CORE-13362

090b4f2 propsys: Add support for VT_LPSTR and VT_LPWSTR to PropVariantCompareEx. (v2)
99758d9 propsys: Add support for VT_LPSTR to PropVariantChangeType. (v2)
43fa646 propsys: Make VT_FILETIME handling by PropVariantChangeType more implicit.
55b3752 propsys: Add support for VT_BSTR to PropVariantChangeType.
fc00aec propsys: Add support for VT_LPWSTR and VT_BSTR to PropVariantToStringAlloc.
aa841b3 propsys: Add support for VT_I1 and VT_UI1 to PropVariantChangeType.
8e273c8 propsys: Fix PSGetPropertyDescriptionListFromString spec file entry.
6df21d4 propsys: Use snprintf in PROPVAR_ConvertFILETIME.

svn path=/trunk/; revision=74836

6 years ago[PDH] Sync with Wine Staging 2.9. CORE-13362
Amine Khaldi [Sat, 3 Jun 2017 22:35:01 +0000 (22:35 +0000)]
[PDH] Sync with Wine Staging 2.9. CORE-13362

88c4d33 pdh: Add __WINE_ALLOC_SIZE attributes to heap_xxx() functions.

svn path=/trunk/; revision=74835

6 years ago[OPENGL32_WINETEST] Sync with Wine Staging 2.9. CORE-13362
Amine Khaldi [Sat, 3 Jun 2017 22:34:42 +0000 (22:34 +0000)]
[OPENGL32_WINETEST] Sync with Wine Staging 2.9. CORE-13362

svn path=/trunk/; revision=74834

6 years ago[OLEDLG] Sync with Wine Staging 2.9. CORE-13362
Amine Khaldi [Sat, 3 Jun 2017 22:34:33 +0000 (22:34 +0000)]
[OLEDLG] Sync with Wine Staging 2.9. CORE-13362

0028360 oledlg: Use W-functions to access window property.

svn path=/trunk/; revision=74833

6 years ago[OLEAUT32_WINETEST] Sync with Wine Staging 2.9. CORE-13362
Amine Khaldi [Sat, 3 Jun 2017 22:34:23 +0000 (22:34 +0000)]
[OLEAUT32_WINETEST] Sync with Wine Staging 2.9. CORE-13362

svn path=/trunk/; revision=74832

6 years ago[OLEAUT32] Sync with Wine Staging 2.9. CORE-13362
Amine Khaldi [Sat, 3 Jun 2017 22:34:09 +0000 (22:34 +0000)]
[OLEAUT32] Sync with Wine Staging 2.9. CORE-13362

6e7179e oleaut32: Make OleLoadPicture load DIBs using WIC decoder.
1762f89 oleaut32: Use VariantChangeTypeEx to convert to VT_BOOL.
c260de0 oleaut32: Remove dead code.
efc86ec oleaut32: Fix parse error when converting non-ascii string to VT_DATE.
f506ffc oleaut32: Use VariantInit() rather than open coding it.
c082edb oleaut32: Remove redundant call to VariantClear().
7fb4809 oleaut32: Implement GetAltMonthNames().
d90fcb4 oleaut32: Fix OleLoadPictureEx spec file entry.

svn path=/trunk/; revision=74831

6 years ago[OLE32_WINETEST] Sync with Wine Staging 2.9. CORE-13362
Amine Khaldi [Sat, 3 Jun 2017 22:33:48 +0000 (22:33 +0000)]
[OLE32_WINETEST] Sync with Wine Staging 2.9. CORE-13362

svn path=/trunk/; revision=74830

6 years ago[OLE32] Sync with Wine Staging 2.9. CORE-13362
Amine Khaldi [Sat, 3 Jun 2017 22:33:33 +0000 (22:33 +0000)]
[OLE32] Sync with Wine Staging 2.9. CORE-13362

9cc976a ole32: Fix compilation with recent versions of gcc.
2e36326 ole32: Synthesize dibs or bitmaps as appropriate.
e27708f ole32: Create CF_DIB and CF_BITMAP entries when either is cached.
20a8f1a ole32: Implement IOleCache_EnumCache().
f9b0f60 ole32: Check the cache entry's stgmedium for the unloaded state.
8fc1a4c ole32: OleUninitialize() does not release the reference to the clipboard's source dataobject.
1d2860e ole32: Fix up the dib's resolution on loading.
e7bb4ba ole32: Don't cache the BITMAPFILEHEADER.
fc49d98 ole32: Set the advise flags in CreateEntry().
77d1eba ole32: Use the helper function to copy the clipboard's FORMATETC.
9ee30d7 ole32: Use the helper function to copy the datacache's FORMATETC.
11db491 ole32: Add a helper to copy FORMATETC structures.
b399baf ole32: Add CoRegisterSurrogate/Ex stubs.
87dba2b ole32: Zero STGMEDIUM before calling IDataObject::GetData.
c7e6fe6 ole32: Added GlobalOptions object stub implementation.
fd09c37 ole32: Use generic class factory for StdComponentCategoriesMgr object.
076c782 ole32: Use generic class factory for pointer moniker.
961c3dc ole32: Use generic class factory for class moniker.
947c9ba ole32: Use generic class factory for composite moniker.
b05fd46 ole32: Use generic class factory for anti moniker.
dee6463 ole32: Use generic class factory for item moniker.
cf7883f ole32: Added generic class factory implementation and use it for file moniker.

svn path=/trunk/; revision=74829

6 years ago[ODBCCP32_WINETEST] Sync with Wine Staging 2.9. CORE-13362
Amine Khaldi [Sat, 3 Jun 2017 22:33:08 +0000 (22:33 +0000)]
[ODBCCP32_WINETEST] Sync with Wine Staging 2.9. CORE-13362

svn path=/trunk/; revision=74828

6 years ago[ODBCCP32] Sync with Wine Staging 2.9. CORE-13362
Amine Khaldi [Sat, 3 Jun 2017 22:32:52 +0000 (22:32 +0000)]
[ODBCCP32] Sync with Wine Staging 2.9. CORE-13362

c92189c odbccp32: Handle ODBC_CONFIG_DRIVER request in SQLConfigDriver/W.
3b5a870 odbccp32: Look in LOCAL_MACHINE for the driver.
764ee72 odbccp32: Implement SQLConfigDriver/W.
e7afcb9 odbccp32: Implement SQLRemoveTranslator/W.
d687fc8 odbccp32: Implement SQLInstallTranslator.
3136bed odbccp32: Implement SQLRemoveDriver/SQLRemoveDriverW.
27482bc odbccp32: Implement SQLInstallDriverEx.
093d870 odbccp32: Fix some spec file entries.
65b6cf1 odbccp32: Add a __WINE_ALLOC_SIZE attribute to heap_alloc().

svn path=/trunk/; revision=74827

6 years ago[PSDK] Update sql.h and sqlucode.h. CORE-13362
Amine Khaldi [Sat, 3 Jun 2017 22:32:33 +0000 (22:32 +0000)]
[PSDK] Update sql.h and sqlucode.h. CORE-13362
[ODBC32] Sync with Wine Staging 2.9. CORE-13362

0dd43e9 odbc32: Made ODBC function signatures 64-bit compliant.

svn path=/trunk/; revision=74826

6 years ago[NTPRINT_WINETEST] Sync with Wine Staging 2.9. CORE-13362
Amine Khaldi [Sat, 3 Jun 2017 22:32:11 +0000 (22:32 +0000)]
[NTPRINT_WINETEST] Sync with Wine Staging 2.9. CORE-13362

svn path=/trunk/; revision=74825

6 years ago[NETAPI32_WINETEST] Sync with Wine Staging 2.9. CORE-13362
Amine Khaldi [Sat, 3 Jun 2017 22:31:54 +0000 (22:31 +0000)]
[NETAPI32_WINETEST] Sync with Wine Staging 2.9. CORE-13362

svn path=/trunk/; revision=74824

6 years ago[MSXML3_WINETEST] Sync with Wine Staging 2.9. CORE-13362
Amine Khaldi [Sat, 3 Jun 2017 22:31:39 +0000 (22:31 +0000)]
[MSXML3_WINETEST] Sync with Wine Staging 2.9. CORE-13362

svn path=/trunk/; revision=74823

6 years ago[MSXML3] Sync with Wine Staging 2.9. CORE-13362
Amine Khaldi [Sat, 3 Jun 2017 22:31:11 +0000 (22:31 +0000)]
[MSXML3] Sync with Wine Staging 2.9. CORE-13362

d7d5d93 msxml3: Improve error handling (Coverity).
cebed39 msxml3: Added support for setting IResponse as xsl processor output.
ea9b797 msxml3: Support IPersistStream* as IXSLProcessor output.
ba018b5 msxml3/saxreader: Handle NULL interface input in parse().
8bc68f3 msxml3: Don't QI for IPersistStream in internal_parse.
135e98a msxml3: Add __WINE_ALLOC_SIZE attributes to heap_xxx() functions.

svn path=/trunk/; revision=74822

6 years ago[MSVFW32_WINETEST] Sync with Wine Staging 2.9. CORE-13362
Amine Khaldi [Sat, 3 Jun 2017 22:30:54 +0000 (22:30 +0000)]
[MSVFW32_WINETEST] Sync with Wine Staging 2.9. CORE-13362

svn path=/trunk/; revision=74821

6 years ago[MSTASK_WINETEST] Sync with Wine Staging 2.9. CORE-13362
Amine Khaldi [Sat, 3 Jun 2017 22:30:32 +0000 (22:30 +0000)]
[MSTASK_WINETEST] Sync with Wine Staging 2.9. CORE-13362

svn path=/trunk/; revision=74820

6 years ago[MSI_WINETEST] Sync with Wine Staging 2.9. CORE-13362
Amine Khaldi [Sat, 3 Jun 2017 22:30:19 +0000 (22:30 +0000)]
[MSI_WINETEST] Sync with Wine Staging 2.9. CORE-13362

svn path=/trunk/; revision=74819

6 years ago[MSI] Sync with Wine Staging 2.9. CORE-13362
Amine Khaldi [Sat, 3 Jun 2017 22:29:55 +0000 (22:29 +0000)]
[MSI] Sync with Wine Staging 2.9. CORE-13362

f6ced24 msi: Avoid using isspace()/isdigit() for WCHARs.
635457b msi: Add MsiGetPatchFileListA/W stubs.
b956b1f msi: Set patch property Uninstallable.
f3adb4a msi: Properly handle DWORD registry values in MsiGetPatchInfoEx.
d94653d msi: Apply feature selection to the whole feature subtree.
d12728a msi: Avoid zero size allocations (Valgrind).
b53957d msi: Use the correct type when calculating feature cost.
64c0625 msi: Implement MsiGetComponentPathExA/W.
5aa2d48 msi: Fix some more spec file entries.

svn path=/trunk/; revision=74818

6 years ago[MSCTF_WINETEST] Sync with Wine Staging 2.9. CORE-13362
Amine Khaldi [Sat, 3 Jun 2017 22:29:38 +0000 (22:29 +0000)]
[MSCTF_WINETEST] Sync with Wine Staging 2.9. CORE-13362

svn path=/trunk/; revision=74817

6 years ago[MSCMS] Sync with Wine Staging 2.9. CORE-13362
Amine Khaldi [Sat, 3 Jun 2017 22:29:30 +0000 (22:29 +0000)]
[MSCMS] Sync with Wine Staging 2.9. CORE-13362

cd55d5d mscms: Fix some spec file entries.

svn path=/trunk/; revision=74816

6 years ago[MPR_WINETEST] Sync with Wine Staging 2.9. CORE-13362
Amine Khaldi [Sat, 3 Jun 2017 22:29:16 +0000 (22:29 +0000)]
[MPR_WINETEST] Sync with Wine Staging 2.9. CORE-13362

svn path=/trunk/; revision=74815

6 years ago[MLANG_WINETEST] Sync with Wine Staging 2.9. CORE-13362
Amine Khaldi [Sat, 3 Jun 2017 22:29:06 +0000 (22:29 +0000)]
[MLANG_WINETEST] Sync with Wine Staging 2.9. CORE-13362

svn path=/trunk/; revision=74814

6 years ago[MCIAVI32] Sync with Wine Staging 2.9. CORE-13362
Amine Khaldi [Sat, 3 Jun 2017 22:28:56 +0000 (22:28 +0000)]
[MCIAVI32] Sync with Wine Staging 2.9. CORE-13362

c59dcfa mciavi32: Implement MCI_BREAK.
d3c25df mciavi32: Trace MCIAVI_CreateWindow.
1b57f07 mciavi32: Report version as 1.1.

svn path=/trunk/; revision=74813

6 years ago[JSCRIPT_WINETEST] Sync with Wine Staging 2.9. CORE-13362
Amine Khaldi [Sat, 3 Jun 2017 22:28:34 +0000 (22:28 +0000)]
[JSCRIPT_WINETEST] Sync with Wine Staging 2.9. CORE-13362

svn path=/trunk/; revision=74812

6 years ago[JSCRIPT] Sync with Wine Staging 2.9. CORE-13362
Amine Khaldi [Sat, 3 Jun 2017 22:28:19 +0000 (22:28 +0000)]
[JSCRIPT] Sync with Wine Staging 2.9. CORE-13362

59c39fa jscript: Added new debug channel printing details and backtrace of unwinded exceptions.
60232cc jscript: Always jump to finally block from OP_pop_exept when available.
685cd43 jscript: Pass finally offset instead of catch ident to OP_push_except.
8bd99c3 jscript: Ensure that OP_pop_except is called with proper stack depth.
622eb72 jscript: Added new opcode to enter catch block and use it to setup the scope.
b7bb166 jscript: Simplify pop_to_stat implementation.
1731629 jscript: Add __WINE_ALLOC_SIZE attributes to heap_xxx() functions.

svn path=/trunk/; revision=74811

6 years ago[IMM32_WINETEST] Sync with Wine Staging 2.9. CORE-13362
Amine Khaldi [Sat, 3 Jun 2017 22:28:03 +0000 (22:28 +0000)]
[IMM32_WINETEST] Sync with Wine Staging 2.9. CORE-13362

svn path=/trunk/; revision=74810

6 years ago[INETCOMM_WINETEST] Sync with Wine Staging 2.9. CORE-13362
Amine Khaldi [Sat, 3 Jun 2017 22:27:55 +0000 (22:27 +0000)]
[INETCOMM_WINETEST] Sync with Wine Staging 2.9. CORE-13362

svn path=/trunk/; revision=74809

6 years ago[INETCOMM] Sync with Wine Staging 2.9. CORE-13362
Amine Khaldi [Sat, 3 Jun 2017 22:27:45 +0000 (22:27 +0000)]
[INETCOMM] Sync with Wine Staging 2.9. CORE-13362

dcc545b inetcomm: Fixed buffer leak on error path (Coverity).

svn path=/trunk/; revision=74808

6 years ago[IEFRAME] Sync with Wine Staging 2.9. CORE-13362
Amine Khaldi [Sat, 3 Jun 2017 22:27:36 +0000 (22:27 +0000)]
[IEFRAME] Sync with Wine Staging 2.9. CORE-13362

2bb8458 ieframe: Return DISP_E_UNKNOWNNAME in IShellUIHelper2::GetIDsOfNames.
bd8bd97 ieframe: Fix IEWinMain spec file entry.
f499395 ieframe: Add __WINE_ALLOC_SIZE attributes to heap_xxx() functions.

svn path=/trunk/; revision=74807

6 years ago[UDFS]
Pierre Schweitzer [Sat, 3 Jun 2017 21:56:32 +0000 (21:56 +0000)]
[UDFS]
Don't use perf prints

svn path=/trunk/; revision=74806

6 years ago[UDFS]
Pierre Schweitzer [Sat, 3 Jun 2017 21:50:29 +0000 (21:50 +0000)]
[UDFS]
Revert r74780: it indeed works here, but when the problem happens in other places (it does!)
where it cannot be solved that way, we're doomed. It will be required to find an appropriate solution...

CORE-4375

svn path=/trunk/; revision=74805

6 years ago[UDFS]
Pierre Schweitzer [Sat, 3 Jun 2017 21:47:53 +0000 (21:47 +0000)]
[UDFS]
Attempt to fix MSVC build

CORE-4375

svn path=/trunk/; revision=74804

6 years ago[NTDLL][USER32]: Stub out two APIs that are called by Win32 dlls:
Hermès Bélusca-Maïto [Sat, 3 Jun 2017 20:26:26 +0000 (20:26 +0000)]
[NTDLL][USER32]: Stub out two APIs that are called by Win32 dlls:
- ntdll.dll: RtlConvertUiListToApiList(), which is a helper used by netapi32.dll;
- user32.dll: GetWinStationInfo() (that just calls into win32k), which is called by e.g. winmm.dll .

svn path=/trunk/; revision=74803

6 years ago[UDFS]
Pierre Schweitzer [Sat, 3 Jun 2017 20:09:21 +0000 (20:09 +0000)]
[UDFS]
Make the driver really less verbose by introducing two macros UDFPrint and UDFPrintErr
So far, because of sed -i, almost all KdPrint became UDFPrint. It would be interesting
to promote some to UDFPrintErr (if someone motivated ;-))

CORE-4375

svn path=/trunk/; revision=74802

6 years ago[UDFS]
Pierre Schweitzer [Sat, 3 Jun 2017 19:56:50 +0000 (19:56 +0000)]
[UDFS]
Fix broken code when UDF_DBG isn't set

CORE-4375

svn path=/trunk/; revision=74801

6 years ago[HTTPAPI] Sync with Wine Staging 2.9. CORE-13362
Amine Khaldi [Sat, 3 Jun 2017 19:02:20 +0000 (19:02 +0000)]
[HTTPAPI] Sync with Wine Staging 2.9. CORE-13362

ef975ef httpapi: Add stub for HttpCreateServerSession.

svn path=/trunk/; revision=74800

6 years ago[PSDK] Update http.h. CORE-13362
Amine Khaldi [Sat, 3 Jun 2017 19:02:15 +0000 (19:02 +0000)]
[PSDK] Update http.h. CORE-13362

svn path=/trunk/; revision=74799

6 years ago[HLINK] Sync with Wine Staging 2.9. CORE-13362
Amine Khaldi [Sat, 3 Jun 2017 19:02:10 +0000 (19:02 +0000)]
[HLINK] Sync with Wine Staging 2.9. CORE-13362

d5c3a31 hlink: Add __WINE_ALLOC_SIZE attributes to heap_xxx() functions.

svn path=/trunk/; revision=74798

6 years ago[HHCTRL.OCX] Sync with Wine Staging 2.9. CORE-13362
Amine Khaldi [Sat, 3 Jun 2017 19:02:05 +0000 (19:02 +0000)]
[HHCTRL.OCX] Sync with Wine Staging 2.9. CORE-13362

e5a12b7 hhcrtl.ocx: Fix some spec file entries.

svn path=/trunk/; revision=74797

6 years ago[GDIPLUS_WINETEST] Sync with Wine Staging 2.9. CORE-13362
Amine Khaldi [Sat, 3 Jun 2017 19:01:59 +0000 (19:01 +0000)]
[GDIPLUS_WINETEST] Sync with Wine Staging 2.9. CORE-13362

svn path=/trunk/; revision=74796

6 years ago[GDIPLUS] Sync with Wine Staging 2.9. CORE-13362
Amine Khaldi [Sat, 3 Jun 2017 19:01:50 +0000 (19:01 +0000)]
[GDIPLUS] Sync with Wine Staging 2.9. CORE-13362

11fc5c0 gdiplus: Prefer using pre-multiplied ARGB data in the scaler.
17162a9 gdiplus: Remove ceilf/floorf calls from bilinear scaler. (v2)
6bade0c gdiplus: Change multiplications by additions in the x/y scaler loops.
db49130 gdiplus: Change the order of x/y loops in the scaler.
9247b54 gdiplus: Set correct color space flags for grayscale images.
81ccd6b gdiplus: Force conversion of 8 bpp grayscale PNG images to 32 bpp BGRA.
4fe61f3 gdiplus: Ignore an externally set DC clipping region.
a188922 gdiplus: Ignore an externally set DC origin.
b8a8e1b gdiplus: Check SHADEBLENDCAPS only for printer devices.
c2a4f19 gdiplus: Fix compilation on systems that don't support nameless unions.
29a55bc gdiplus: Use software mode to draw semi-transparent lines when necessary.
c89de1d gdiplus: Use better naming for line alignment format field.
69b41e7 gdiplus: Fix generic string formats behavior.
a3f0a59 gdiplus: Avoid infinite recursion in flatten_bezier().
36c9ac3 gdiplus: Check for null in GdipGetFontHeight.
7f25431 gdiplus: Fix GdipCreateStreamOnFile spec file entry.
43e36d6 gdiplus: Simplify and standardize the heap_xxx() declarations.

svn path=/trunk/; revision=74795

6 years ago[DBGHELP] Sync with Wine Staging 2.9. CORE-13362
Amine Khaldi [Sat, 3 Jun 2017 19:01:43 +0000 (19:01 +0000)]
[DBGHELP] Sync with Wine Staging 2.9. CORE-13362

d47c07d dbghelp: Avoid using isdigit() for WCHARs.
8d6cf80 dbghelp: Add support for char32_t type.
b316ac1 dbghelp: Add support for char16_t type.
74f05b8 dbghelp: Use the main module load address from the PEB.
329b176 dbghelp: Use debugstr_a() to trace a string that can be NULL.
4bbb252 dbghelp: Removed no longer needed psapi import.

svn path=/trunk/; revision=74794

6 years ago[INCLUDE/WINE] Update mscvpdb.h. CORE-13362
Amine Khaldi [Sat, 3 Jun 2017 19:01:38 +0000 (19:01 +0000)]
[INCLUDE/WINE] Update mscvpdb.h. CORE-13362

svn path=/trunk/; revision=74793

6 years ago[CRYPTNET] Sync with Wine Staging 2.9. CORE-13362
Amine Khaldi [Sat, 3 Jun 2017 19:01:33 +0000 (19:01 +0000)]
[CRYPTNET] Sync with Wine Staging 2.9. CORE-13362

9a47398 cryptnet: Fix CryptGetObjectUrl spec file entry.

svn path=/trunk/; revision=74792

6 years ago[PSDK] Update cvconst.h. CORE-13362
Amine Khaldi [Sat, 3 Jun 2017 18:44:01 +0000 (18:44 +0000)]
[PSDK] Update cvconst.h. CORE-13362

svn path=/trunk/; revision=74791

6 years ago[CRYPT32_WINETEST] Sync with Wine Staging 2.9. CORE-13362
Amine Khaldi [Sat, 3 Jun 2017 18:37:38 +0000 (18:37 +0000)]
[CRYPT32_WINETEST] Sync with Wine Staging 2.9. CORE-13362

svn path=/trunk/; revision=74790

6 years ago[CRYPT32] Sync with Wine Staging 2.9. CORE-13362
Amine Khaldi [Sat, 3 Jun 2017 18:37:28 +0000 (18:37 +0000)]
[CRYPT32] Sync with Wine Staging 2.9. CORE-13362

31943c4 crypt32: Add MS root CA 2010/2011.
148ece3 crypt32: Sort specfile.
71e6152 crypt32: Use isspaceW() instead of isspace() for WCHARs.

svn path=/trunk/; revision=74789

6 years ago[CABINET_WINETEST] Sync with Wine Staging 2.9. CORE-13362
Amine Khaldi [Sat, 3 Jun 2017 18:37:22 +0000 (18:37 +0000)]
[CABINET_WINETEST] Sync with Wine Staging 2.9. CORE-13362

svn path=/trunk/; revision=74788

6 years ago[CREDUI] Sync with Wine Staging 2.9. CORE-13362
Amine Khaldi [Sat, 3 Jun 2017 18:37:18 +0000 (18:37 +0000)]
[CREDUI] Sync with Wine Staging 2.9. CORE-13362

dc0a49f credui: Use SetRectEmpty() instead of memset().

svn path=/trunk/; revision=74787

6 years ago[AMSTREAM_WINETEST] Sync with Wine Staging 2.9. CORE-13362
Amine Khaldi [Sat, 3 Jun 2017 18:37:13 +0000 (18:37 +0000)]
[AMSTREAM_WINETEST] Sync with Wine Staging 2.9. CORE-13362

svn path=/trunk/; revision=74786

6 years ago[AVIFIL32] Sync with Wine Staging 2.9. CORE-13362
Amine Khaldi [Sat, 3 Jun 2017 18:37:08 +0000 (18:37 +0000)]
[AVIFIL32] Sync with Wine Staging 2.9. CORE-13362

78c49a4 avifil32: Use SetRectEmpty() instead of memset().

svn path=/trunk/; revision=74785

6 years ago[ADVPACK_WINETEST] Sync with Wine Staging 2.9. CORE-13362
Amine Khaldi [Sat, 3 Jun 2017 18:37:03 +0000 (18:37 +0000)]
[ADVPACK_WINETEST] Sync with Wine Staging 2.9. CORE-13362

svn path=/trunk/; revision=74784

6 years ago[ADVPACK] Sync with Wine Staging 2.9. CORE-13362
Amine Khaldi [Sat, 3 Jun 2017 18:36:59 +0000 (18:36 +0000)]
[ADVPACK] Sync with Wine Staging 2.9. CORE-13362

a059696 advpack: Sort specfile.
c0b3703 advpack: Don't trace the contents of an output buffer (Valgrind).
31c1895 advpack: Fix some spec file entries.
2ed059a advpack: Add a __WINE_ALLOC_SIZE attribute to heap_alloc().

svn path=/trunk/; revision=74783

6 years ago[QUARTZ] Sync with Wine Staging 2.9. CORE-13362
Amine Khaldi [Sat, 3 Jun 2017 18:36:47 +0000 (18:36 +0000)]
[QUARTZ] Sync with Wine Staging 2.9. CORE-13362

1f765fb quartz: Remove an unnecessary if.

svn path=/trunk/; revision=74782

6 years ago[UDFS]
Pierre Schweitzer [Sat, 3 Jun 2017 18:29:44 +0000 (18:29 +0000)]
[UDFS]
Our current storage stack iteration considers that any CDROM is read-only and forces it.
Reflect that fact in UDFS; we cannot assume that our device won't be readonly.

CORE-4375

svn path=/trunk/; revision=74781

6 years ago[UDFS]
Pierre Schweitzer [Sat, 3 Jun 2017 18:12:25 +0000 (18:12 +0000)]
[UDFS]
HIde a bug in UDFQueueDelayedClose() by removing the boolean storing the fact
that VCB resource was (or not) acquired.
If you debug it, you see that in finally block, value is set to false on exit
without any reason: it is always acquired!
Given it's always acquired, just drop the boolean, but this doesn't explain the
root cause of this bug....

Here it helps avoiding deadlocks on directory listing on a DVD formatted with UDF

CORE-4375

svn path=/trunk/; revision=74780

6 years ago[DPLAYX_WINETEST] Sync with Wine Staging 2.9. CORE-13362
Amine Khaldi [Sat, 3 Jun 2017 18:06:05 +0000 (18:06 +0000)]
[DPLAYX_WINETEST] Sync with Wine Staging 2.9. CORE-13362

svn path=/trunk/; revision=74779

6 years ago[DPLAYX] Sync with Wine Staging 2.9. CORE-13362
Amine Khaldi [Sat, 3 Jun 2017 18:05:58 +0000 (18:05 +0000)]
[DPLAYX] Sync with Wine Staging 2.9. CORE-13362

2bb3636 dplayx: Skip over unknown DataTypes guids in EnumAddressTypes.

svn path=/trunk/; revision=74778

6 years ago[DMUSIC] Sync with Wine Staging 2.9. CORE-13362
Amine Khaldi [Sat, 3 Jun 2017 18:05:52 +0000 (18:05 +0000)]
[DMUSIC] Sync with Wine Staging 2.9. CORE-13362

40a4a5c dmusic: Fail in CreatePort() if SetDirectSound() wasn't called.
62bf207 dmusic: Remove the port from the ports list on the port destruction.
3b4909f dmusic: Set the dsound pointer to NULL on an error path.
829ef41 dmusic: Fix compilation on systems that don't support nameless structs or unions.
43b3f84 dmusic: Add dsound handling to the synth port Activate() method.
f968edb dmusic: Partially implement the synth IDirectMusicPort::SetDirectSound().
e8873b7 dmusic: Pass only the needed stuff to the DMPort create functions.
36a88d2 dmusic: Implement IDirectMusic8::SetDirectSound().
b75e8bc dmusic: Use more sensible and consistent field names for IDirectMusic8Impl.
950b8a9 dmusic: Avoid an intermediate copy in PackStructured().
7cd7f14 dmusic: Implement IDirectMusicBuffer::PackUnstructured().
4fbae8e dmusic: Use DMUS_EVENT_SIZE() to calculate the size of the message.

svn path=/trunk/; revision=74777

6 years ago[DINPUT] Sync with Wine Staging 2.9. CORE-13362
Amine Khaldi [Sat, 3 Jun 2017 18:05:46 +0000 (18:05 +0000)]
[DINPUT] Sync with Wine Staging 2.9. CORE-13362

e87ccb8 dinput: Assume a 1-to-1 axes map when no axes match.
41b126b dinput: Handle username in EnumDevicesBySemantics.
967399e dinput: Keep username same between device objects.

svn path=/trunk/; revision=74776

6 years ago[DEVENUM_WINETEST] Sync with Wine Staging 2.9. CORE-13362
Amine Khaldi [Sat, 3 Jun 2017 17:29:09 +0000 (17:29 +0000)]
[DEVENUM_WINETEST] Sync with Wine Staging 2.9. CORE-13362

svn path=/trunk/; revision=74775

6 years ago[DEVENUM] Sync with Wine Staging 2.9. CORE-13362
Amine Khaldi [Sat, 3 Jun 2017 17:29:04 +0000 (17:29 +0000)]
[DEVENUM] Sync with Wine Staging 2.9. CORE-13362

7d07768 devenum: Populate AudioCompressorCategory.
116743c devenum: Implement IMoniker::IsEqual().
ff0a25c devenum: Use RegQueryValueExW instead of RegQueryValueW.
05ed831 devenum: Implement IMoniker::GetClassID().

svn path=/trunk/; revision=74774

6 years ago[IEXPLORE] Sync with Wine Staging 2.9. CORE-13362
Amine Khaldi [Sat, 3 Jun 2017 17:28:59 +0000 (17:28 +0000)]
[IEXPLORE] Sync with Wine Staging 2.9. CORE-13362

79d01be iexplore: Follow translation version info to detect native IE.

svn path=/trunk/; revision=74773

6 years ago[XCOPY] Sync with Wine Staging 2.9. CORE-13362
Amine Khaldi [Sat, 3 Jun 2017 17:28:54 +0000 (17:28 +0000)]
[XCOPY] Sync with Wine Staging 2.9. CORE-13362

373604f xcopy: Avoid using isdigit() for WCHARs.

svn path=/trunk/; revision=74772

6 years ago[UDFS]
Pierre Schweitzer [Sat, 3 Jun 2017 16:54:18 +0000 (16:54 +0000)]
[UDFS]
Fix broken KdPrint

svn path=/trunk/; revision=74770