wine
14 years agomciseq: MCI Set Port allows to select the MIDI device.
Jörg Höhle [Sun, 14 Mar 2010 11:49:14 +0000 (12:49 +0100)] 
mciseq: MCI Set Port allows to select the MIDI device.

14 years agomciavi: Stubs should return a success code.
Jörg Höhle [Mon, 15 Mar 2010 07:11:04 +0000 (08:11 +0100)] 
mciavi: Stubs should return a success code.

Partly reverts my commit 3e5c704e7a44328e9243e786bd6e37c17e790fa4.

14 years agoshell32: Initial support for the properties command in the IContextMenu for shellview.
David Hedberg [Tue, 16 Mar 2010 00:32:46 +0000 (01:32 +0100)] 
shell32: Initial support for the properties command in the IContextMenu for shellview.

14 years agoshell32: SHCreatePropSheetExtArrayEx should check if the key itself contains the...
David Hedberg [Tue, 16 Mar 2010 00:32:45 +0000 (01:32 +0100)] 
shell32: SHCreatePropSheetExtArrayEx should check if the key itself contains the clsid of the shell extension.

14 years agowine.inf: Add key for approved shell extensions.
David Hedberg [Tue, 16 Mar 2010 00:32:44 +0000 (01:32 +0100)] 
wine.inf: Add key for approved shell extensions.

14 years agoole32: Turn FIXME to TRACE for CoGetTreatAsClass.
Nikolay Sivov [Mon, 15 Mar 2010 19:51:56 +0000 (22:51 +0300)] 
ole32: Turn FIXME to TRACE for CoGetTreatAsClass.

14 years agogdiplus/tests: Fix a test failure on Win98/WinMe.
Paul Vriens [Tue, 16 Mar 2010 10:00:59 +0000 (11:00 +0100)] 
gdiplus/tests: Fix a test failure on Win98/WinMe.

14 years agocmd: Add another expansion test.
Yann Droneaud [Tue, 16 Mar 2010 09:54:26 +0000 (10:54 +0100)] 
cmd: Add another expansion test.

Test %VAR%VAR% to check that the second variable is not expanded.

14 years agocmd: Remove %CD% test.
Yann Droneaud [Tue, 16 Mar 2010 09:53:28 +0000 (10:53 +0100)] 
cmd: Remove %CD% test.

%CD% seems not supported on Windows NT 4.

14 years agokernel32/tests: Run tests again on Win95.
Paul Vriens [Tue, 16 Mar 2010 09:42:48 +0000 (10:42 +0100)] 
kernel32/tests: Run tests again on Win95.

14 years agomshtml/tests: Fix some test failures on Win9x/WinMe by using a A-function.
Paul Vriens [Tue, 16 Mar 2010 09:18:52 +0000 (10:18 +0100)] 
mshtml/tests: Fix some test failures on Win9x/WinMe by using a A-function.

14 years agowined3d: Check the alignment of mapped buffer pointers.
Stefan Dösinger [Thu, 11 Mar 2010 12:20:32 +0000 (13:20 +0100)] 
wined3d: Check the alignment of mapped buffer pointers.

Windows returns 32 byte aligned pointers when locking vertex and index
buffers, and some applications(Half Life 2, Alpha Prime, possibly others)
rely on this. Check the alignment and fall back to double buffered
buffers with HeapAlloced and aligned pointers if the alignment doesn't
fit.

14 years agowined3d: Implement unfenced updates of double buffered buffers.
Stefan Dösinger [Thu, 11 Mar 2010 11:34:22 +0000 (12:34 +0100)] 
wined3d: Implement unfenced updates of double buffered buffers.

14 years agowined3d: Use glMapBuffer for 1:1 uploads in PreLoad.
Stefan Dösinger [Thu, 11 Mar 2010 11:23:19 +0000 (12:23 +0100)] 
wined3d: Use glMapBuffer for 1:1 uploads in PreLoad.

This is needed to take advantage of asynchronous uploads with double buffered buffers

14 years agowined3d: Don't DISCARD or NOOVERWRITE non-dynamic buffers.
Stefan Dösinger [Thu, 11 Mar 2010 11:05:23 +0000 (12:05 +0100)] 
wined3d: Don't DISCARD or NOOVERWRITE non-dynamic buffers.

Shaiya locks a non-dynamic buffer with the DISCARD flag and expects
the contents to be retained. The SDK says DISCARD requires dynamic
resources, and Windows 7 returns an error in this situation, crashing
Shaiya. This patch sticks to the Windows XP behavior and allows the
lock, but ignores the DISCARD flag to retain the buffer contents.

14 years agod3d9: Fix test failures on Windows 7.
Stefan Dösinger [Sun, 14 Mar 2010 11:59:29 +0000 (12:59 +0100)] 
d3d9: Fix test failures on Windows 7.

14 years agodbghelp: Store the file map in ELF's module specific data.
Eric Pouech [Mon, 15 Mar 2010 20:12:37 +0000 (21:12 +0100)] 
dbghelp: Store the file map in ELF's module specific data.

14 years agodbghelp: Added helper to free module's specific data (ELF, MSC...) upon removal.
Eric Pouech [Mon, 15 Mar 2010 20:12:31 +0000 (21:12 +0100)] 
dbghelp: Added helper to free module's specific data (ELF, MSC...) upon removal.

14 years agodbghelp: Added full support for DW_FORM_data8 attributes, as well as primary support...
Eric Pouech [Mon, 15 Mar 2010 20:12:22 +0000 (21:12 +0100)] 
dbghelp: Added full support for DW_FORM_data8 attributes, as well as primary support for DW_FORM_block* attributes.

14 years agomakefiles: Remove the no longer needed explicit dependencies for bison files.
Alexandre Julliard [Tue, 16 Mar 2010 12:27:27 +0000 (13:27 +0100)] 
makefiles: Remove the no longer needed explicit dependencies for bison files.

14 years agomakefiles: Remove the no longer needed explicit separators for dependencies.
Alexandre Julliard [Tue, 16 Mar 2010 12:16:20 +0000 (13:16 +0100)] 
makefiles: Remove the no longer needed explicit separators for dependencies.

14 years agomakedep: Output source dependency for bison files needed for parallel makes.
Alexandre Julliard [Tue, 16 Mar 2010 12:27:51 +0000 (13:27 +0100)] 
makedep: Output source dependency for bison files needed for parallel makes.

14 years agomakedep: Append the separator if not found in an existing makefile.
Alexandre Julliard [Tue, 16 Mar 2010 12:14:21 +0000 (13:14 +0100)] 
makedep: Append the separator if not found in an existing makefile.

14 years agod3d9/tests: Test ATI2N pitch and locking offset behaviour.
Ričardas Barkauskas [Mon, 15 Mar 2010 23:10:09 +0000 (01:10 +0200)] 
d3d9/tests: Test ATI2N pitch and locking offset behaviour.

14 years agowined3d: Fix ATI2N pitch and offset calculations.
Ričardas Barkauskas [Mon, 15 Mar 2010 23:19:23 +0000 (01:19 +0200)] 
wined3d: Fix ATI2N pitch and offset calculations.

14 years agogdiplus: Basic implementation of GdipImageGetFrameCount with updated tests.
Justin Chevrier [Mon, 15 Mar 2010 23:14:28 +0000 (19:14 -0400)] 
gdiplus: Basic implementation of GdipImageGetFrameCount with updated tests.

14 years agogdiplus/tests: Expand GdipImageGetFrameCount test coverage.
Justin Chevrier [Mon, 15 Mar 2010 23:14:27 +0000 (19:14 -0400)] 
gdiplus/tests: Expand GdipImageGetFrameCount test coverage.

14 years agoiphlpapi: Don't crash when enumerating PtP interfaces.
Michael Stefaniuc [Tue, 16 Mar 2010 00:09:40 +0000 (01:09 +0100)] 
iphlpapi: Don't crash when enumerating PtP interfaces.

14 years agooleaut32: Set parameter to NULL in GetMops stub.
Piotr Caban [Mon, 15 Mar 2010 22:40:46 +0000 (23:40 +0100)] 
oleaut32: Set parameter to NULL in GetMops stub.

14 years agooleaut32: Improve ICreateTypeInfo_LayOut implementation.
Piotr Caban [Mon, 15 Mar 2010 22:40:31 +0000 (23:40 +0100)] 
oleaut32: Improve ICreateTypeInfo_LayOut implementation.

14 years agooleaut32: Improved ICreateTypeInfo AddFuncDesc implementation.
Piotr Caban [Mon, 15 Mar 2010 22:40:15 +0000 (23:40 +0100)] 
oleaut32: Improved ICreateTypeInfo AddFuncDesc implementation.

14 years agooleaut32: Use QueryPathOfRegTypeLib in ICreateTypeInfo2_AddRefTypeInfo.
Piotr Caban [Mon, 15 Mar 2010 22:40:01 +0000 (23:40 +0100)] 
oleaut32: Use QueryPathOfRegTypeLib in ICreateTypeInfo2_AddRefTypeInfo.

14 years agooleaut32: Remove incorrect memid validation.
Piotr Caban [Mon, 15 Mar 2010 22:39:46 +0000 (23:39 +0100)] 
oleaut32: Remove incorrect memid validation.

This code was trying to block negative values of memid (incorrectly).
I have run more tests and found that it's possible to set some negative
values (e.g. on TKIND_INTERFACE: -1, -4..-8, -500..?). Unless we know
what values are allowed it's probably better to not check memid.

14 years agooleaut32: Fix importinfo flags.
Piotr Caban [Mon, 15 Mar 2010 22:39:31 +0000 (23:39 +0100)] 
oleaut32: Fix importinfo flags.

14 years agooleaut32: Fix some reference leaks.
Piotr Caban [Mon, 15 Mar 2010 22:39:15 +0000 (23:39 +0100)] 
oleaut32: Fix some reference leaks.

14 years agooleaut32: Added ICreateTypeInfo2_SetFuncHelpContext implementation.
Piotr Caban [Mon, 15 Mar 2010 22:38:57 +0000 (23:38 +0100)] 
oleaut32: Added ICreateTypeInfo2_SetFuncHelpContext implementation.

14 years agooleaut32: Improve dual interfaces creation in typelib.
Piotr Caban [Mon, 15 Mar 2010 22:38:40 +0000 (23:38 +0100)] 
oleaut32: Improve dual interfaces creation in typelib.

14 years agooleaut32: Improve TypeInfos with changed TypeKind handling.
Piotr Caban [Mon, 15 Mar 2010 22:38:24 +0000 (23:38 +0100)] 
oleaut32: Improve TypeInfos with changed TypeKind handling.

14 years agooleaut32: Simplify ICreateTypeInfo2_SetTypeFlags implementation.
Piotr Caban [Mon, 15 Mar 2010 22:37:48 +0000 (23:37 +0100)] 
oleaut32: Simplify ICreateTypeInfo2_SetTypeFlags implementation.

14 years agowined3d: Implement SetDestWindowOverride() by simply making the context current on...
Henri Verbeet [Mon, 15 Mar 2010 20:07:31 +0000 (21:07 +0100)] 
wined3d: Implement SetDestWindowOverride() by simply making the context current on a different window.

14 years agowined3d: Store the device window in the swapchain.
Henri Verbeet [Mon, 15 Mar 2010 20:07:30 +0000 (21:07 +0100)] 
wined3d: Store the device window in the swapchain.

The swapchain's current window might be changed by SetDestWindowOverride().

14 years agowined3d: Simplify a comparison in IWineD3DDeviceImpl_Reset().
Henri Verbeet [Mon, 15 Mar 2010 20:07:29 +0000 (21:07 +0100)] 
wined3d: Simplify a comparison in IWineD3DDeviceImpl_Reset().

14 years agowined3d: The swapchain should always have a window handle.
Henri Verbeet [Mon, 15 Mar 2010 20:07:28 +0000 (21:07 +0100)] 
wined3d: The swapchain should always have a window handle.

14 years agowined3d: Use the context's window handle in IWineD3DSurfaceImpl_BltOverride().
Henri Verbeet [Mon, 15 Mar 2010 20:07:27 +0000 (21:07 +0100)] 
wined3d: Use the context's window handle in IWineD3DSurfaceImpl_BltOverride().

14 years agowined3d: Use the context's window handle in stretch_rect_fbo().
Henri Verbeet [Mon, 15 Mar 2010 20:07:26 +0000 (21:07 +0100)] 
wined3d: Use the context's window handle in stretch_rect_fbo().

14 years agowined3d: Store the swapchain instead of the surface in the context.
Henri Verbeet [Mon, 15 Mar 2010 20:07:25 +0000 (21:07 +0100)] 
wined3d: Store the swapchain instead of the surface in the context.

14 years agowined3d: Add a separate function to set the pixel format in context_create().
Henri Verbeet [Mon, 15 Mar 2010 20:07:24 +0000 (21:07 +0100)] 
wined3d: Add a separate function to set the pixel format in context_create().

14 years agowined3d: Use "gl_info" in some more places in context_create().
Henri Verbeet [Mon, 15 Mar 2010 20:07:23 +0000 (21:07 +0100)] 
wined3d: Use "gl_info" in some more places in context_create().

14 years agorpcrt4: Add support for marshalling/unmarshalling complex arrays of pointers.
Rob Shearman [Mon, 15 Mar 2010 21:18:46 +0000 (21:18 +0000)] 
rpcrt4: Add support for marshalling/unmarshalling complex arrays of pointers.

14 years agowidl: Remove a FIXME comment in write_function_stubs.
Rob Shearman [Mon, 15 Mar 2010 19:31:14 +0000 (19:31 +0000)] 
widl: Remove a FIXME comment in write_function_stubs.

Clean valgrind runs of tested types and comparison with MIDL-generated
code suggests that the existing code written in the finally block for
client code is sufficient.

14 years agowidl: Simplify write_parameter_conf_or_var_exprs by making use of typegen_detect_type.
Rob Shearman [Mon, 15 Mar 2010 19:31:10 +0000 (19:31 +0000)] 
widl: Simplify write_parameter_conf_or_var_exprs by making use of typegen_detect_type.

Remove the difficult manual walking of the alias tree and make the
code easier to read and less likely to break if a new type is added.

14 years agowidl: Clean up array case in write_remoting_arg.
Rob Shearman [Mon, 15 Mar 2010 19:31:00 +0000 (19:31 +0000)] 
widl: Clean up array case in write_remoting_arg.

Use a switch statement instead of multiple if statements and
explicitly write out the fixed array cases.

14 years agowidl: Remove some FIXME comments and replace them with comments explaining why the...
Rob Shearman [Mon, 15 Mar 2010 19:30:50 +0000 (19:30 +0000)] 
widl: Remove some FIXME comments and replace them with comments explaining why the current behaviour is correct.

14 years agowidl: Fix the writing of expressions in un-typedef'd structures by using write_type_l...
Rob Shearman [Mon, 15 Mar 2010 19:30:37 +0000 (19:30 +0000)] 
widl: Fix the writing of expressions in un-typedef'd structures by using write_type_left to write out the type, which adds the "struct ..." if necessary.

Also improve the type comparison code to not crash on unnamed
structures (although further changes need to be made to fix the output
in this case) and make it more efficient by first doing a comparison
on the values of the type pointers.

14 years agowidl: error_status_t isn't an allowed conformance type.
Rob Shearman [Mon, 15 Mar 2010 19:30:28 +0000 (19:30 +0000)] 
widl: error_status_t isn't an allowed conformance type.

The FC code requires more than 4 bits to represent it and the
correlation descriptor and union formats only allow 4 bits to
represent the type referred to.

14 years agowidl: Pass current_structure into write_conf_or_var_desc in write_ip_tfs.
Rob Shearman [Mon, 15 Mar 2010 19:30:20 +0000 (19:30 +0000)] 
widl: Pass current_structure into write_conf_or_var_desc in write_ip_tfs.

This allows write_conf_or_var_desc to have the context enabling it to
write out an appropriate correlation descriptor when iid_is is used
from within a structure.

14 years agowidl: Use typegen_detect_type to determine which types should be written for the...
Rob Shearman [Mon, 15 Mar 2010 19:30:02 +0000 (19:30 +0000)] 
widl: Use typegen_detect_type to determine which types should be written for the pointer description in write_struct_tfs.

Otherwise extra pointers for user types could be written.

14 years agowidl: Merge write_typeformatstring_var and write_embedded_types into one function...
Rob Shearman [Mon, 15 Mar 2010 19:29:57 +0000 (19:29 +0000)] 
widl: Merge write_typeformatstring_var and write_embedded_types into one function, write_type_tfs.

14 years agowidl: Don't use the return value of write_embedded_types to determine whether a type...
Rob Shearman [Mon, 15 Mar 2010 19:29:53 +0000 (19:29 +0000)] 
widl: Don't use the return value of write_embedded_types to determine whether a type contains pointers or not.

It isn't correct in all situations, so type_has_pointer has to be used
anyway so using the return value of write_embedded_types just clutters
the code.

14 years agowidl: Write pointers in write_typeformatstring_var using write_pointer_tfs.
Rob Shearman [Mon, 15 Mar 2010 19:29:48 +0000 (19:29 +0000)] 
widl: Write pointers in write_typeformatstring_var using write_pointer_tfs.

Avoid duplicating the pointer writing code.

14 years agowidl: Simplify write_typeformatstring_var.
Rob Shearman [Mon, 15 Mar 2010 19:29:43 +0000 (19:29 +0000)] 
widl: Simplify write_typeformatstring_var.

The check for whether a pointer is the last one is redundant since
typegen_detect_type does a stricter check on the ref type. Replace one
other instance of last_ptr with a more readable equivalent.

14 years agowidl: Make write_pointer_tfs more readable.
Rob Shearman [Mon, 15 Mar 2010 19:29:38 +0000 (19:29 +0000)] 
widl: Make write_pointer_tfs more readable.

Change write_pointer_tfs to rely on the detected type of the type to
determine when to write a simple pointer rather than relying on
typestring_offset not being set anywhere else.

14 years agowidl: Remove some unused functions, definitions and types.
Rob Shearman [Mon, 15 Mar 2010 19:29:33 +0000 (19:29 +0000)] 
widl: Remove some unused functions, definitions and types.

14 years agocrypt32: Add support for the anyPolicy certificate policy.
Juan Lang [Sat, 6 Mar 2010 01:01:30 +0000 (17:01 -0800)] 
crypt32: Add support for the anyPolicy certificate policy.

14 years agocrypt32: Switch to use the AES provider by default.
Juan Lang [Mon, 8 Mar 2010 20:16:55 +0000 (12:16 -0800)] 
crypt32: Switch to use the AES provider by default.

14 years agocrypt32: Add constants to support SHA-256, SHA-384, and SHA-512.
Juan Lang [Mon, 8 Mar 2010 21:28:48 +0000 (13:28 -0800)] 
crypt32: Add constants to support SHA-256, SHA-384, and SHA-512.

14 years agorsaenh: Add signature support for SHA-256, SHA-384, and SHA-512 hashes.
Juan Lang [Mon, 8 Mar 2010 21:06:37 +0000 (13:06 -0800)] 
rsaenh: Add signature support for SHA-256, SHA-384, and SHA-512 hashes.

14 years agorsaenh: Add support for SHA-256, SHA-384, and SHA-512.
Juan Lang [Mon, 15 Mar 2010 19:04:29 +0000 (12:04 -0700)] 
rsaenh: Add support for SHA-256, SHA-384, and SHA-512.

14 years agommdevapi: Pass a property bag to IBaseFilter in IMMDevice::Activate.
Maarten Lankhorst [Sun, 21 Feb 2010 13:31:24 +0000 (14:31 +0100)] 
mmdevapi: Pass a property bag to IBaseFilter in IMMDevice::Activate.

14 years agommdevapi: Implement IMMDeviceEnumerator::GetDevice.
Maarten Lankhorst [Sun, 21 Feb 2010 13:26:43 +0000 (14:26 +0100)] 
mmdevapi: Implement IMMDeviceEnumerator::GetDevice.

14 years agommdevapi: Implement MMDeviceCollection methods.
Maarten Lankhorst [Sun, 21 Feb 2010 13:24:42 +0000 (14:24 +0100)] 
mmdevapi: Implement MMDeviceCollection methods.

14 years agommdevapi: Implement some methods in IMMDevice.
Maarten Lankhorst [Sun, 21 Feb 2010 13:19:57 +0000 (14:19 +0100)] 
mmdevapi: Implement some methods in IMMDevice.

14 years agommdevapi: Add IMMEndpoint to IMMDevice.
Maarten Lankhorst [Sun, 21 Feb 2010 13:16:20 +0000 (14:16 +0100)] 
mmdevapi: Add IMMEndpoint to IMMDevice.

14 years agommdevapi: Implement property store.
Maarten Lankhorst [Sun, 21 Feb 2010 13:06:37 +0000 (14:06 +0100)] 
mmdevapi: Implement property store.

14 years agomsvcr90: Add msvcr90.dll with forwards to msvcrt.dll.
Detlef Riekenberg [Fri, 12 Mar 2010 16:25:50 +0000 (17:25 +0100)] 
msvcr90: Add msvcr90.dll with forwards to msvcrt.dll.

14 years agomsvcr80: Add msvcr80.dll with forwards to msvcrt.dll.
Detlef Riekenberg [Fri, 12 Mar 2010 18:22:25 +0000 (19:22 +0100)] 
msvcr80: Add msvcr80.dll with forwards to msvcrt.dll.

14 years agomsvcr70: Add msvcr70.dll with forwards to msvcrt.dll.
Detlef Riekenberg [Sat, 13 Mar 2010 00:42:54 +0000 (01:42 +0100)] 
msvcr70: Add msvcr70.dll with forwards to msvcrt.dll.

14 years agocmd: Added some expansion tests.
Yann Droneaud [Tue, 9 Mar 2010 12:15:35 +0000 (13:15 +0100)] 
cmd: Added some expansion tests.

14 years agokernel32: Implement CheckRemoteDebuggerPresent().
Henri Verbeet [Sun, 14 Mar 2010 20:53:28 +0000 (21:53 +0100)] 
kernel32: Implement CheckRemoteDebuggerPresent().

14 years agontdll: Improve support for the ProcessDebugPort info class in NtQueryInformationProce...
Henri Verbeet [Sun, 14 Mar 2010 20:53:27 +0000 (21:53 +0100)] 
ntdll: Improve support for the ProcessDebugPort info class in NtQueryInformationProcess().

14 years agontdll: Fix the ProcessDebugPort information length in NtQueryInformationProcess().
Henri Verbeet [Sun, 14 Mar 2010 20:53:26 +0000 (21:53 +0100)] 
ntdll: Fix the ProcessDebugPort information length in NtQueryInformationProcess().

14 years agowined3d: Move device context array functions to device.c.
Henri Verbeet [Sun, 14 Mar 2010 20:53:25 +0000 (21:53 +0100)] 
wined3d: Move device context array functions to device.c.

14 years agowined3d: Don't partially initialize contexts in AddContextToArray().
Henri Verbeet [Sun, 14 Mar 2010 20:53:24 +0000 (21:53 +0100)] 
wined3d: Don't partially initialize contexts in AddContextToArray().

Just add a context to the device's context array.

14 years agowined3d: Kill pbuffer offscreen rendering support.
Henri Verbeet [Sun, 14 Mar 2010 20:53:23 +0000 (21:53 +0100)] 
wined3d: Kill pbuffer offscreen rendering support.

Our pbuffer support is broken, nobody cares.

14 years agod3dx9_36: Not implementing an interface is not an internal error.
Henri Verbeet [Sun, 14 Mar 2010 20:53:22 +0000 (21:53 +0100)] 
d3dx9_36: Not implementing an interface is not an internal error.

14 years agod3dx9_36: ID3DXBuffer is a base interface for ID3DXConstantTable.
Henri Verbeet [Sun, 14 Mar 2010 20:53:21 +0000 (21:53 +0100)] 
d3dx9_36: ID3DXBuffer is a base interface for ID3DXConstantTable.

14 years agoddraw: Print unhandled vertex processing flags in IDirect3DExecuteBufferImpl_Execute().
Henri Verbeet [Sun, 14 Mar 2010 20:53:20 +0000 (21:53 +0100)] 
ddraw: Print unhandled vertex processing flags in IDirect3DExecuteBufferImpl_Execute().

14 years agoserver: Debugging our own process is disallowed.
Henri Verbeet [Sun, 14 Mar 2010 20:53:19 +0000 (21:53 +0100)] 
server: Debugging our own process is disallowed.

14 years agowininet: Handle proxy entries of the form <proto>=<proxy>, and allow multiple proxies.
Juan Lang [Sat, 13 Mar 2010 17:36:46 +0000 (09:36 -0800)] 
wininet: Handle proxy entries of the form <proto>=<proxy>, and allow multiple proxies.

14 years agooleaut32: Return type mismatch errors in ITypeLibComp_fnBind.
Vincent Povirk [Fri, 12 Mar 2010 20:54:46 +0000 (14:54 -0600)] 
oleaut32: Return type mismatch errors in ITypeLibComp_fnBind.

14 years agocomctl32: cchTextMax needs to be set for LVS_OWNERDATA as it uses LVN_GETDISPINFO...
Jeff Latimer [Mon, 15 Mar 2010 13:08:29 +0000 (00:08 +1100)] 
comctl32: cchTextMax needs to be set for LVS_OWNERDATA as it uses LVN_GETDISPINFO notifications.

14 years agodxdiagn: Fix string copy behavior with an excessively short buffer in IDxDiagContaine...
Andrew Nguyen [Sun, 14 Mar 2010 22:36:53 +0000 (16:36 -0600)] 
dxdiagn: Fix string copy behavior with an excessively short buffer in IDxDiagContainer::EnumPropNames.

14 years agodxdiagn: Fix return and output behavior of IDxDiagContainer::EnumPropNames.
Andrew Nguyen [Sun, 14 Mar 2010 17:04:20 +0000 (11:04 -0600)] 
dxdiagn: Fix return and output behavior of IDxDiagContainer::EnumPropNames.

14 years agodxdiagn: Fix dot parsing in IDxDiagContainer::GetChildContainer for the case of a...
Andrew Nguyen [Sun, 14 Mar 2010 22:36:38 +0000 (16:36 -0600)] 
dxdiagn: Fix dot parsing in IDxDiagContainer::GetChildContainer for the case of a lone dot terminator.

14 years agodxdiagn: Initialize output pointer to NULL in IDxDiagContainer::GetChildContainer.
Andrew Nguyen [Sun, 14 Mar 2010 17:04:07 +0000 (11:04 -0600)] 
dxdiagn: Initialize output pointer to NULL in IDxDiagContainer::GetChildContainer.

14 years agodxdiagn: Fix string copy behavior with an excessively short buffer in IDxDiagContaine...
Andrew Nguyen [Sun, 14 Mar 2010 22:36:30 +0000 (16:36 -0600)] 
dxdiagn: Fix string copy behavior with an excessively short buffer in IDxDiagContainer::EnumChildContainerNames.

14 years agodxdiagn: Fix return and output behavior of IDxDiagContainer::EnumChildContainerNames.
Andrew Nguyen [Sun, 14 Mar 2010 17:03:58 +0000 (11:03 -0600)] 
dxdiagn: Fix return and output behavior of IDxDiagContainer::EnumChildContainerNames.

14 years agodxdiagn/tests: Add tests for IDxDiagContainer.
Andrew Nguyen [Sun, 14 Mar 2010 17:03:52 +0000 (11:03 -0600)] 
dxdiagn/tests: Add tests for IDxDiagContainer.

14 years agosetupapi: Stub out SetupDiRemoveDevice.
Damjan Jovanovic [Sat, 13 Mar 2010 12:16:01 +0000 (14:16 +0200)] 
setupapi: Stub out SetupDiRemoveDevice.

14 years agoshlwapi: Improve error handling in UrlGetPart.
Andrew Eikum [Fri, 12 Mar 2010 23:22:43 +0000 (17:22 -0600)] 
shlwapi: Improve error handling in UrlGetPart.