wine-orson.git
9 years agoRelease 1.7.41. wine-1.7.41
Alexandre Julliard [Fri, 17 Apr 2015 13:52:12 +0000 (22:52 +0900)]
Release 1.7.41.

9 years agod3drm/tests: Add QueryInterface tests for IDirect3DRMFrame{1-3}.
Aaryaman Vasishta [Mon, 13 Apr 2015 16:59:23 +0000 (22:29 +0530)]
d3drm/tests: Add QueryInterface tests for IDirect3DRMFrame{1-3}.

9 years agod3drm/tests: Make get_refcount return ULONG instead of int.
Aaryaman Vasishta [Mon, 13 Apr 2015 16:59:02 +0000 (22:29 +0530)]
d3drm/tests: Make get_refcount return ULONG instead of int.

9 years agowininet: Avoid four instances of "logical not is only applied to the to the left...
Gerald Pfeifer [Sun, 12 Apr 2015 21:04:32 +0000 (23:04 +0200)]
wininet: Avoid four instances of "logical not is only applied to the to the left hand side".

9 years agogdi32: Add stub functions.
Patrick Rudolph [Wed, 15 Apr 2015 17:26:07 +0000 (19:26 +0200)]
gdi32: Add stub functions.

9 years agomsvcrt: Don't ignore pmode attribute in _wsopen_s.
Piotr Caban [Thu, 16 Apr 2015 15:37:10 +0000 (17:37 +0200)]
msvcrt: Don't ignore pmode attribute in _wsopen_s.

9 years agomsvcr120: Added strtoll and strtoull exports.
Piotr Caban [Thu, 16 Apr 2015 15:37:02 +0000 (17:37 +0200)]
msvcr120: Added strtoll and strtoull exports.

9 years agoserver: Accept mandatory label ACEs.
Hans Leidekker [Thu, 16 Apr 2015 15:02:58 +0000 (17:02 +0200)]
server: Accept mandatory label ACEs.

9 years agoadvapi32: Support parsing mandatory label ACE strings.
Hans Leidekker [Thu, 16 Apr 2015 15:02:29 +0000 (17:02 +0200)]
advapi32: Support parsing mandatory label ACE strings.

9 years agomsi: Perform a suffix match on the volume name.
Hans Leidekker [Thu, 16 Apr 2015 15:01:55 +0000 (17:01 +0200)]
msi: Perform a suffix match on the volume name.

9 years agomsi: Improve the check for files obsoleted by patches.
Hans Leidekker [Thu, 16 Apr 2015 15:01:21 +0000 (17:01 +0200)]
msi: Improve the check for files obsoleted by patches.

9 years agomshtml: Use NS_Alloc and NS_Free directly instead of via nsIMemory.
Jacek Caban [Thu, 16 Apr 2015 10:37:11 +0000 (12:37 +0200)]
mshtml: Use NS_Alloc and NS_Free directly instead of via nsIMemory.

9 years agomsxml3: Create unknode object only for node types supported by msxml.
Jacek Caban [Thu, 16 Apr 2015 10:32:17 +0000 (12:32 +0200)]
msxml3: Create unknode object only for node types supported by msxml.

9 years agowined3d: Get rid of context_invalidate_active_texture().
Henri Verbeet [Thu, 16 Apr 2015 09:26:36 +0000 (11:26 +0200)]
wined3d: Get rid of context_invalidate_active_texture().

Calling wined3d_texture_bind() + context_invalidate_active_texture() is
equivalent to just calling wined3d_texture_bind_and_dirtify().

9 years agowined3d: Use wined3d_texture_bind_and_dirtify() in wined3d_texture_upload_data().
Henri Verbeet [Thu, 16 Apr 2015 09:26:35 +0000 (11:26 +0200)]
wined3d: Use wined3d_texture_bind_and_dirtify() in wined3d_texture_upload_data().

9 years agowined3d: Use wined3d_texture_bind_and_dirtify() in device_update_volume().
Henri Verbeet [Thu, 16 Apr 2015 09:26:34 +0000 (11:26 +0200)]
wined3d: Use wined3d_texture_bind_and_dirtify() in device_update_volume().

I missed this in 7c4d512fee752876b4ce95f1f97308f6a291b010. Generally speaking,
the only places where plain wined3d_texture_bind() calls are appropriate are
places where you're binding the texture to a specific stage for a subsequent
draw. I.e., places where context_active_texture() is called first.

9 years agowined3d: Bind the texture before calling wined3d_volume_upload_data() in wined3d_volu...
Henri Verbeet [Thu, 16 Apr 2015 09:26:33 +0000 (11:26 +0200)]
wined3d: Bind the texture before calling wined3d_volume_upload_data() in wined3d_volume_load_location().

9 years agoiphlpapi: Stub more IP_ADAPTER_UNICAST_ADDRESS fields in GetAdaptersAddresses.
Bruno Jesus [Thu, 16 Apr 2015 04:25:44 +0000 (01:25 -0300)]
iphlpapi: Stub more IP_ADAPTER_UNICAST_ADDRESS fields in GetAdaptersAddresses.

9 years agoiphlpapi: Update the buffer size only if required in GetAdaptersAddresses.
Bruno Jesus [Thu, 16 Apr 2015 04:23:50 +0000 (01:23 -0300)]
iphlpapi: Update the buffer size only if required in GetAdaptersAddresses.

9 years agoiphlpapi/tests: Add more test_GetAdaptersAddresses tests.
Bruno Jesus [Thu, 16 Apr 2015 04:23:26 +0000 (01:23 -0300)]
iphlpapi/tests: Add more test_GetAdaptersAddresses tests.

9 years agoinclude: Add a missing field to IP_ADAPTER_ADDRESSES_LH.
Bruno Jesus [Thu, 16 Apr 2015 04:23:04 +0000 (01:23 -0300)]
include: Add a missing field to IP_ADAPTER_ADDRESSES_LH.

9 years agousp10/tests: Fix some leaks on error path (Valgrind).
Nikolay Sivov [Wed, 15 Apr 2015 04:48:34 +0000 (07:48 +0300)]
usp10/tests: Fix some leaks on error path (Valgrind).

9 years agowshom.ocx/tests: Fix a BSTR leak (Valgrind).
Nikolay Sivov [Wed, 15 Apr 2015 04:44:19 +0000 (07:44 +0300)]
wshom.ocx/tests: Fix a BSTR leak (Valgrind).

9 years agorpcss: Fix a protseq string leak (Valgrind).
Nikolay Sivov [Wed, 15 Apr 2015 04:35:57 +0000 (07:35 +0300)]
rpcss: Fix a protseq string leak (Valgrind).

9 years agotextstor.idl: Added missing GXFPF_* constants.
Jacek Caban [Wed, 15 Apr 2015 13:24:27 +0000 (15:24 +0200)]
textstor.idl: Added missing GXFPF_* constants.

9 years agod2d1: Add opacity support to bitmap brushes.
Henri Verbeet [Wed, 15 Apr 2015 09:07:14 +0000 (11:07 +0200)]
d2d1: Add opacity support to bitmap brushes.

9 years agod2d1: Take the world transform into account when calculating the bitmap brush texcoor...
Henri Verbeet [Wed, 15 Apr 2015 09:07:13 +0000 (11:07 +0200)]
d2d1: Take the world transform into account when calculating the bitmap brush texcoord transform.

9 years agowined3d: Properly handle WINED3DSIH_DP2 in the GLSL shader backend.
Henri Verbeet [Wed, 15 Apr 2015 09:07:12 +0000 (11:07 +0200)]
wined3d: Properly handle WINED3DSIH_DP2 in the GLSL shader backend.

9 years agowined3d: Bind sampler objects to the correct texture stage.
Henri Verbeet [Wed, 15 Apr 2015 09:07:11 +0000 (11:07 +0200)]
wined3d: Bind sampler objects to the correct texture stage.

On current hardware this generally only makes a difference for vertex
textures. This fixes a regression introduced by commit
c6232e1d111ae8929c53c02211cde4a9777311fd.

9 years agowined3d: Use the display format if WINED3DFMT_UNKNOWN is passed as backbuffer format...
Henri Verbeet [Wed, 15 Apr 2015 09:07:10 +0000 (11:07 +0200)]
wined3d: Use the display format if WINED3DFMT_UNKNOWN is passed as backbuffer format for windowed mode resets.

9 years agowined3d: Call arbfp_blit_surface and ffp_blit_blit_surface through the blit interfaces.
Stefan Dösinger [Tue, 14 Apr 2015 09:16:26 +0000 (11:16 +0200)]
wined3d: Call arbfp_blit_surface and ffp_blit_blit_surface through the blit interfaces.

9 years agowined3d: Move fixed function draw blits out of surface_blt_special.
Stefan Dösinger [Tue, 14 Apr 2015 09:16:25 +0000 (11:16 +0200)]
wined3d: Move fixed function draw blits out of surface_blt_special.

9 years agowined3d: Implement color keying in the ARB fixed function pipeline.
Stefan Dösinger [Tue, 14 Apr 2015 09:16:24 +0000 (11:16 +0200)]
wined3d: Implement color keying in the ARB fixed function pipeline.

9 years agowined3d: Use finer grained colorkey state invalidation.
Stefan Dösinger [Tue, 14 Apr 2015 09:16:23 +0000 (11:16 +0200)]
wined3d: Use finer grained colorkey state invalidation.

9 years agowined3d: Handle color key dirtification in wined3d_cs_exec_set_texture.
Stefan Dösinger [Tue, 14 Apr 2015 09:16:22 +0000 (11:16 +0200)]
wined3d: Handle color key dirtification in wined3d_cs_exec_set_texture.

9 years agouxtheme: Resize source image if destination smaller than margins.
Mark Harmstone [Tue, 14 Apr 2015 21:12:01 +0000 (22:12 +0100)]
uxtheme: Resize source image if destination smaller than margins.

9 years agodsound/tests: Don't perform ALAW test on secondary buffers.
Andrew Eikum [Tue, 14 Apr 2015 19:10:49 +0000 (14:10 -0500)]
dsound/tests: Don't perform ALAW test on secondary buffers.

win2k supports it, winxp gives one error, vista+ gives another. This
isn't interesting behavior to test.

9 years agowinecfg: Use a listview for speaker configuration.
Andrew Eikum [Tue, 14 Apr 2015 19:01:46 +0000 (14:01 -0500)]
winecfg: Use a listview for speaker configuration.

9 years agodpnet: Convert Address components to use an array.
Alistair Leslie-Hughes [Wed, 11 Mar 2015 05:38:59 +0000 (16:38 +1100)]
dpnet: Convert Address components to use an array.

9 years agowineconsole: Do not truncate argument strings larger than 256 bytes.
Hugh McMaster [Wed, 8 Apr 2015 06:08:08 +0000 (16:08 +1000)]
wineconsole: Do not truncate argument strings larger than 256 bytes.

9 years agod3d8: Update the BackBufferCount after a successful reset.
Henri Verbeet [Tue, 14 Apr 2015 08:16:03 +0000 (10:16 +0200)]
d3d8: Update the BackBufferCount after a successful reset.

9 years agod3d9: Update the backbuffer D3DPRESENT_PARAMETERS after a successful reset.
Henri Verbeet [Tue, 14 Apr 2015 08:16:02 +0000 (10:16 +0200)]
d3d9: Update the backbuffer D3DPRESENT_PARAMETERS after a successful reset.

9 years agod3d9: Merge most of d3d9_device_Reset() and d3d9_device_ResetEx().
Henri Verbeet [Tue, 14 Apr 2015 08:16:01 +0000 (10:16 +0200)]
d3d9: Merge most of d3d9_device_Reset() and d3d9_device_ResetEx().

9 years agod3d8/tests: Test D3DPRESENT_PARAMETERS after a successful reset.
Henri Verbeet [Tue, 14 Apr 2015 08:16:00 +0000 (10:16 +0200)]
d3d8/tests: Test D3DPRESENT_PARAMETERS after a successful reset.

9 years agod3d9/tests: Test D3DPRESENT_PARAMETERS after a successful reset.
Henri Verbeet [Tue, 14 Apr 2015 08:15:59 +0000 (10:15 +0200)]
d3d9/tests: Test D3DPRESENT_PARAMETERS after a successful reset.

9 years agodsound: Fix conning formula to correctly interpolate volume.
Igor Kotrasinski [Sat, 11 Apr 2015 15:44:14 +0000 (15:44 +0000)]
dsound: Fix conning formula to correctly interpolate volume.

9 years agows2_32: Add a missing call to release_sock_fd.
Sebastian Lackner [Tue, 14 Apr 2015 05:37:50 +0000 (07:37 +0200)]
ws2_32: Add a missing call to release_sock_fd.

9 years agows2_32: Convert EBADF errno to ENOTSOCK.
Bruno Jesus [Tue, 14 Apr 2015 05:02:51 +0000 (02:02 -0300)]
ws2_32: Convert EBADF errno to ENOTSOCK.

9 years agows2_32/tests: Add one more SO_ERROR test.
Bruno Jesus [Tue, 14 Apr 2015 05:02:08 +0000 (02:02 -0300)]
ws2_32/tests: Add one more SO_ERROR test.

9 years agodsound: Stricter validation for formats in secondary buffers.
Andrew Eikum [Mon, 13 Apr 2015 16:25:23 +0000 (11:25 -0500)]
dsound: Stricter validation for formats in secondary buffers.

9 years agoshell32: Add more knownfolders.
Andrew Eikum [Mon, 13 Apr 2015 13:21:17 +0000 (08:21 -0500)]
shell32: Add more knownfolders.

9 years agomshtml: Remove nsIDOMWindowUtils::SetCriticalDisplayPortForElement.
Thomas Faber [Thu, 9 Apr 2015 12:51:40 +0000 (14:51 +0200)]
mshtml: Remove nsIDOMWindowUtils::SetCriticalDisplayPortForElement.

9 years agomshtml: Use debugstr_mshtml_guid in object and embed element implementation.
Jacek Caban [Mon, 13 Apr 2015 11:26:32 +0000 (13:26 +0200)]
mshtml: Use debugstr_mshtml_guid in object and embed element implementation.

9 years agomshtml: Increment ref count in QI(IID_HTMLPluginContainer) call.
Jacek Caban [Mon, 13 Apr 2015 11:26:26 +0000 (13:26 +0200)]
mshtml: Increment ref count in QI(IID_HTMLPluginContainer) call.

9 years agowined3d: Load ModelView matrix for glLightfv calls.
Joachim Priesner [Sat, 11 Apr 2015 15:16:52 +0000 (17:16 +0200)]
wined3d: Load ModelView matrix for glLightfv calls.

Analogous to the light() function in state.c, the correct ModelView
matrix has to be loaded when glLightfv is called.

9 years agodwrite: Font search is case insensitive.
Julius Schwartzenberg [Fri, 10 Apr 2015 19:08:31 +0000 (21:08 +0200)]
dwrite: Font search is case insensitive.

9 years agowindowscodecs: Fix crash when PNG decoder is freed without successful init.
Vincent Povirk [Fri, 10 Apr 2015 16:39:34 +0000 (11:39 -0500)]
windowscodecs: Fix crash when PNG decoder is freed without successful init.

9 years agows2_32/tests: Add more select() tests.
Bruno Jesus [Mon, 13 Apr 2015 00:22:49 +0000 (21:22 -0300)]
ws2_32/tests: Add more select() tests.

9 years agouxtheme: Fix typo making fonts italic.
Mark Harmstone [Sat, 11 Apr 2015 19:12:04 +0000 (20:12 +0100)]
uxtheme: Fix typo making fonts italic.

9 years agouxtheme: Free properties when theme file closed.
Mark Harmstone [Sat, 11 Apr 2015 17:51:34 +0000 (18:51 +0100)]
uxtheme: Free properties when theme file closed.

9 years agooleaut32/tests: Skip cache tests if it's disabled.
Nikolay Sivov [Sat, 11 Apr 2015 15:28:37 +0000 (18:28 +0300)]
oleaut32/tests: Skip cache tests if it's disabled.

9 years agoshlwapi/tests: Fix uninitialized memory reads (Valgrind).
Nikolay Sivov [Sat, 11 Apr 2015 09:05:25 +0000 (12:05 +0300)]
shlwapi/tests: Fix uninitialized memory reads (Valgrind).

9 years agorpcrt4/tests: Fix a minor leak (Valgrind).
Nikolay Sivov [Sat, 11 Apr 2015 08:01:09 +0000 (11:01 +0300)]
rpcrt4/tests: Fix a minor leak (Valgrind).

9 years agommdevapi: Fix returned format leak (Valgrind).
Nikolay Sivov [Sat, 11 Apr 2015 07:46:32 +0000 (10:46 +0300)]
mmdevapi: Fix returned format leak (Valgrind).

9 years agowinealsa: Fix a leak of a silence buffer (Valgrind).
Nikolay Sivov [Sat, 11 Apr 2015 07:34:18 +0000 (10:34 +0300)]
winealsa: Fix a leak of a silence buffer (Valgrind).

9 years agoscrrun: Fix iterating through per-bucket pair list (Valgrind).
Nikolay Sivov [Sat, 11 Apr 2015 06:58:48 +0000 (09:58 +0300)]
scrrun: Fix iterating through per-bucket pair list (Valgrind).

9 years agowindowscodecs/tests: Fix compilation on systems that don't support nameless unions.
Francois Gouget [Sat, 11 Apr 2015 14:28:19 +0000 (16:28 +0200)]
windowscodecs/tests: Fix compilation on systems that don't support nameless unions.

9 years agoshell32: Add more knownfolders.
Andrew Eikum [Fri, 10 Apr 2015 18:10:48 +0000 (13:10 -0500)]
shell32: Add more knownfolders.

9 years agomsi: Add support for patching global assembly files.
Hans Leidekker [Fri, 10 Apr 2015 10:59:01 +0000 (12:59 +0200)]
msi: Add support for patching global assembly files.

9 years agomsi: Assume that file patches from registered MSI patches have already been applied.
Hans Leidekker [Fri, 10 Apr 2015 10:58:26 +0000 (12:58 +0200)]
msi: Assume that file patches from registered MSI patches have already been applied.

9 years agomsi: Take the component action into account for file patches.
Hans Leidekker [Fri, 10 Apr 2015 10:58:01 +0000 (12:58 +0200)]
msi: Take the component action into account for file patches.

9 years agomsi: Don't read past the end of the patch list in MsiApplyMultiplePatchesW.
Hans Leidekker [Fri, 10 Apr 2015 10:57:40 +0000 (12:57 +0200)]
msi: Don't read past the end of the patch list in MsiApplyMultiplePatchesW.

9 years agofusion: Fix insufficient buffer size handling in IAssemblyName::GetDisplayName.
Hans Leidekker [Fri, 10 Apr 2015 10:57:15 +0000 (12:57 +0200)]
fusion: Fix insufficient buffer size handling in IAssemblyName::GetDisplayName.

9 years agofusion: Support buffer size queries in IAssemblyName::GetName.
Hans Leidekker [Fri, 10 Apr 2015 10:56:48 +0000 (12:56 +0200)]
fusion: Support buffer size queries in IAssemblyName::GetName.

9 years agowined3d: Simplify alpha test and color keying in GLSL.
Stefan Dösinger [Thu, 9 Apr 2015 20:48:17 +0000 (22:48 +0200)]
wined3d: Simplify alpha test and color keying in GLSL.

9 years agowined3d: Move alpha test states to the fragment pipeline.
Stefan Dösinger [Thu, 9 Apr 2015 20:48:16 +0000 (22:48 +0200)]
wined3d: Move alpha test states to the fragment pipeline.

This will allow some color keying cleanups. For Core Contexts we'll have
to emulate alpha testing in shaders anyway.

9 years agowined3d: Match blitter and fragment processing color keying capabilities.
Stefan Dösinger [Thu, 9 Apr 2015 20:48:15 +0000 (22:48 +0200)]
wined3d: Match blitter and fragment processing color keying capabilities.

This is necessary if e.g. the nvts or ffp fragment processing pipeline
is selected for debugging purposes on a GPU that otherwise supports the
ARB program blitter.

9 years agowined3d: Implement color keying in the glsl fragment pipeline.
Stefan Dösinger [Fri, 10 Apr 2015 10:05:54 +0000 (12:05 +0200)]
wined3d: Implement color keying in the glsl fragment pipeline.

9 years agowined3d: Implement color keying in arbfp_blit.
Stefan Dösinger [Fri, 10 Apr 2015 10:05:53 +0000 (12:05 +0200)]
wined3d: Implement color keying in arbfp_blit.

9 years agowined3d: Allow ARB blits from converted surfaces.
Stefan Dösinger [Thu, 9 Apr 2015 20:48:12 +0000 (22:48 +0200)]
wined3d: Allow ARB blits from converted surfaces.

9 years agowined3d: Set color keys through the command stream.
Stefan Dösinger [Thu, 9 Apr 2015 20:48:11 +0000 (22:48 +0200)]
wined3d: Set color keys through the command stream.

9 years agowined3d: Add support for Nvidia GTX 970M.
Maxime Lombard [Thu, 9 Apr 2015 18:09:23 +0000 (20:09 +0200)]
wined3d: Add support for Nvidia GTX 970M.

9 years agod3drm: Add more interfaces to be queried from IDirect3DRMFrame2::QueryInterface.
Aaryaman Vasishta [Thu, 9 Apr 2015 14:11:33 +0000 (19:41 +0530)]
d3drm: Add more interfaces to be queried from IDirect3DRMFrame2::QueryInterface.

9 years agod3drm: Fix IDirect3DRMFrame2::QueryInterface returning incorrect HRESULT.
Aaryaman Vasishta [Thu, 9 Apr 2015 14:11:32 +0000 (19:41 +0530)]
d3drm: Fix IDirect3DRMFrame2::QueryInterface returning incorrect HRESULT.

9 years agoinclude: Update iptypes.h with the old XP IP_ADAPTER_ADDRESSES structure.
Bruno Jesus [Fri, 10 Apr 2015 03:35:51 +0000 (00:35 -0300)]
include: Update iptypes.h with the old XP IP_ADAPTER_ADDRESSES structure.

9 years agouxtheme: Fix a copy-paste error which mean that GetThemeString would always fail.
Mark Harmstone [Thu, 9 Apr 2015 22:45:51 +0000 (23:45 +0100)]
uxtheme: Fix a copy-paste error which mean that GetThemeString would always fail.

9 years agoshell32: Add more knownfolders.
Andrew Eikum [Thu, 9 Apr 2015 20:28:26 +0000 (15:28 -0500)]
shell32: Add more knownfolders.

9 years agowininet: Avoid memory leak in error exit (Coverity).
Marcus Meissner [Thu, 9 Apr 2015 16:59:57 +0000 (18:59 +0200)]
wininet: Avoid memory leak in error exit (Coverity).

9 years agouxtheme: Fix colour errors in UXTHEME_StretchBlt.
Mark Harmstone [Wed, 8 Apr 2015 06:43:36 +0000 (07:43 +0100)]
uxtheme: Fix colour errors in UXTHEME_StretchBlt.

9 years agocomctl32: Fix drawing of buddy background for updown controls.
Mark Harmstone [Tue, 31 Mar 2015 22:39:07 +0000 (23:39 +0100)]
comctl32: Fix drawing of buddy background for updown controls.

9 years agoinclude: Add declaration for FILE_FS_FULL_SIZE_INFORMATION.
Jianqiu Zhang [Mon, 30 Mar 2015 03:18:17 +0000 (11:18 +0800)]
include: Add declaration for FILE_FS_FULL_SIZE_INFORMATION.

9 years agoinclude: Add SM_CXPADDEDBORDER to winuser.h.
Mark Harmstone [Wed, 8 Apr 2015 22:41:52 +0000 (23:41 +0100)]
include: Add SM_CXPADDEDBORDER to winuser.h.

9 years agows2_32: Restore the local socket address that was bound with filter for getsockname().
Bruno Jesus [Thu, 9 Apr 2015 03:09:29 +0000 (00:09 -0300)]
ws2_32: Restore the local socket address that was bound with filter for getsockname().

9 years agows2_32/tests: Add tests about retrieving the local address of an interface bound...
Bruno Jesus [Thu, 9 Apr 2015 03:09:15 +0000 (00:09 -0300)]
ws2_32/tests: Add tests about retrieving the local address of an interface bound socket.

9 years agosecur32: Don't try to set an empty target name in schan_InitializeSecurityContextW.
Bruno Jesus [Thu, 9 Apr 2015 02:54:36 +0000 (23:54 -0300)]
secur32: Don't try to set an empty target name in schan_InitializeSecurityContextW.

Based on original patch by Nikos Mavrogiannopoulos.

9 years agoshell32: Add more knownfolders.
Andrew Eikum [Wed, 8 Apr 2015 15:59:37 +0000 (10:59 -0500)]
shell32: Add more knownfolders.

9 years agoshell32: Allocate returned array in IKnownFolderManager::GetFolderIds.
Andrew Eikum [Wed, 8 Apr 2015 15:59:33 +0000 (10:59 -0500)]
shell32: Allocate returned array in IKnownFolderManager::GetFolderIds.

9 years agodinput: Add JoystickID to the Instance Name.
Aric Stewart [Tue, 7 Apr 2015 15:00:31 +0000 (10:00 -0500)]
dinput: Add JoystickID to the Instance Name.

9 years agoshell32: Add more knownfolder definitions.
Andrew Eikum [Wed, 8 Apr 2015 13:55:46 +0000 (08:55 -0500)]
shell32: Add more knownfolder definitions.

9 years agoshell32: Support setting and retrieving KnownFolder parsing names.
Andrew Eikum [Wed, 8 Apr 2015 13:52:46 +0000 (08:52 -0500)]
shell32: Support setting and retrieving KnownFolder parsing names.