wine
15 years agoloadperf: Add UnloadPerfCounterTextStrings stubs.
Andrey Turkin [Wed, 7 Jan 2009 10:34:45 +0000 (13:34 +0300)] 
loadperf: Add UnloadPerfCounterTextStrings stubs.

15 years agoloadperf: Add stub loadperf.dll.
Andrey Turkin [Wed, 7 Jan 2009 10:34:31 +0000 (13:34 +0300)] 
loadperf: Add stub loadperf.dll.

15 years agoole32: Fix return value for DefaultHandler_GetMiscStatus.
Nikolay Sivov [Wed, 7 Jan 2009 08:58:29 +0000 (11:58 +0300)] 
ole32: Fix return value for DefaultHandler_GetMiscStatus.

15 years agowidl: Determine the type of an array entirely at code generation time instead of...
Rob Shearman [Tue, 6 Jan 2009 23:20:59 +0000 (23:20 +0000)] 
widl: Determine the type of an array entirely at code generation time instead of at parse time.

Previously, this was done partially (for fixed array types only).

15 years agoimm32: Remove superfluous casts.
Michael Stefaniuc [Wed, 7 Jan 2009 09:48:54 +0000 (10:48 +0100)] 
imm32: Remove superfluous casts.

15 years agowined3d: Remove a redundant parameter to drawPrimitive().
Henri Verbeet [Wed, 7 Jan 2009 08:00:55 +0000 (09:00 +0100)] 
wined3d: Remove a redundant parameter to drawPrimitive().

startIdx should be the first index to draw, either from the vertex
array or the index array, depending on if the draw is indexed or
not. Having both at the same time wouldn't make sense.

15 years agowined3d: Don't delete queries from the wrong context.
Henri Verbeet [Wed, 7 Jan 2009 08:00:55 +0000 (09:00 +0100)] 
wined3d: Don't delete queries from the wrong context.

15 years agowined3d: Simplify IWineD3DOcclusionQueryImpl_GetData().
Henri Verbeet [Wed, 7 Jan 2009 08:00:55 +0000 (09:00 +0100)] 
wined3d: Simplify IWineD3DOcclusionQueryImpl_GetData().

15 years agowined3d: Make calling a query from the wrong context a FIXME.
Henri Verbeet [Wed, 7 Jan 2009 08:00:55 +0000 (09:00 +0100)] 
wined3d: Make calling a query from the wrong context a FIXME.

We want to know if this happens a lot. If the query is always called
from a different context than the one that created it, occlusion
culling would effectively be disabled, which could have a significant
performance impact, depending on the type of objects being culled.

15 years agowined3d: Also apply the last sampler state.
Henri Verbeet [Wed, 7 Jan 2009 08:00:55 +0000 (09:00 +0100)] 
wined3d: Also apply the last sampler state.

In practice we don't implement WINED3DSAMP_DMAPOFFSET anyway, so this
is unlikely to make much of a difference.

15 years agourlmon: Skip more tests on old IE and ignore BINDSTATUS_PROXYDETECTING notification.
Jacek Caban [Tue, 6 Jan 2009 23:42:03 +0000 (00:42 +0100)] 
urlmon: Skip more tests on old IE and ignore BINDSTATUS_PROXYDETECTING notification.

15 years agojscript: Declare a function static.
Andrew Talbot [Tue, 6 Jan 2009 22:26:58 +0000 (22:26 +0000)] 
jscript: Declare a function static.

15 years agoshell32/tests: Fix some test failures on NT4 (FO_COPY).
Paul Vriens [Tue, 6 Jan 2009 20:16:20 +0000 (21:16 +0100)] 
shell32/tests: Fix some test failures on NT4 (FO_COPY).

15 years agoshell32/tests: Fix some test failures on NT4 (FO_MOVE).
Paul Vriens [Tue, 6 Jan 2009 17:04:56 +0000 (18:04 +0100)] 
shell32/tests: Fix some test failures on NT4 (FO_MOVE).

15 years agoshell32/tests: Use a different name for the return value.
Paul Vriens [Tue, 6 Jan 2009 16:20:12 +0000 (17:20 +0100)] 
shell32/tests: Use a different name for the return value.

15 years agontdll: Fix buffer overread in RtlNumberOfSetBits.
Aleksey Bragin [Wed, 24 Dec 2008 02:04:25 +0000 (06:04 +0400)] 
ntdll: Fix buffer overread in RtlNumberOfSetBits.

15 years agoxinput1_3: Added tests for XInputGetKeystroke.
Andrew Fenn [Tue, 6 Jan 2009 13:48:19 +0000 (20:48 +0700)] 
xinput1_3: Added tests for XInputGetKeystroke.

15 years agoxinput1_3: Added stub code for XInputGetKeystroke.
Andrew Fenn [Tue, 6 Jan 2009 13:47:23 +0000 (20:47 +0700)] 
xinput1_3: Added stub code for XInputGetKeystroke.

15 years agoinclude/msvcrt: Replace va_list by __ms_va_list for x86_64.
Alexandre Julliard [Tue, 6 Jan 2009 20:09:58 +0000 (21:09 +0100)] 
include/msvcrt: Replace va_list by __ms_va_list for x86_64.

15 years agoregedit: Convert error box display to Unicode.
Alexandre Julliard [Tue, 6 Jan 2009 20:09:43 +0000 (21:09 +0100)] 
regedit: Convert error box display to Unicode.

15 years agoregedit: Fix integer printf formats in resource strings.
Alexandre Julliard [Tue, 6 Jan 2009 20:09:20 +0000 (21:09 +0100)] 
regedit: Fix integer printf formats in resource strings.

15 years agowinefile: Get rid of hack to load vswprintf from msvcrt.
Alexandre Julliard [Tue, 6 Jan 2009 19:52:55 +0000 (20:52 +0100)] 
winefile: Get rid of hack to load vswprintf from msvcrt.

15 years agokernel32: #ifdef out some code that is not needed on non-i386.
Alexandre Julliard [Tue, 6 Jan 2009 19:29:28 +0000 (20:29 +0100)] 
kernel32: #ifdef out some code that is not needed on non-i386.

15 years agokernel32: Moved the 16-bit WOW thunk routines to thunk.c.
Alexandre Julliard [Tue, 6 Jan 2009 19:28:08 +0000 (20:28 +0100)] 
kernel32: Moved the 16-bit WOW thunk routines to thunk.c.

15 years agokernel32: Moved _DebugOutput to kernel16.c.
Alexandre Julliard [Tue, 6 Jan 2009 19:27:51 +0000 (20:27 +0100)] 
kernel32: Moved _DebugOutput to kernel16.c.

15 years agontdll: Replaced get_cpu_context by RtlCaptureContext. Implemented it for x86_64.
Alexandre Julliard [Tue, 6 Jan 2009 16:50:34 +0000 (17:50 +0100)] 
ntdll: Replaced get_cpu_context by RtlCaptureContext. Implemented it for x86_64.

15 years agontdll: Print exception context on x86_64.
Alexandre Julliard [Tue, 6 Jan 2009 16:02:13 +0000 (17:02 +0100)] 
ntdll: Print exception context on x86_64.

15 years agontdll: Implement relay debugging for register entry points on x86_64.
Alexandre Julliard [Tue, 6 Jan 2009 16:01:56 +0000 (17:01 +0100)] 
ntdll: Implement relay debugging for register entry points on x86_64.

15 years agowinebuild: Implement register entry points for x86_64.
Alexandre Julliard [Tue, 6 Jan 2009 16:01:30 +0000 (17:01 +0100)] 
winebuild: Implement register entry points for x86_64.

15 years agoinclude: Document offsets in the x86_64 context structure.
Alexandre Julliard [Tue, 6 Jan 2009 16:00:27 +0000 (17:00 +0100)] 
include: Document offsets in the x86_64 context structure.

15 years agowinedump: Implement dumping of relocations.
Alexandre Julliard [Tue, 6 Jan 2009 14:11:47 +0000 (15:11 +0100)] 
winedump: Implement dumping of relocations.

15 years agowinedump: List exported functions sorted by ordinal.
Alexandre Julliard [Tue, 6 Jan 2009 14:11:06 +0000 (15:11 +0100)] 
winedump: List exported functions sorted by ordinal.

15 years agousp10: Improve some traces.
Hans Leidekker [Tue, 6 Jan 2009 10:21:07 +0000 (11:21 +0100)] 
usp10: Improve some traces.

15 years agousp10: Set better visual attribute values in ScriptShape.
Hans Leidekker [Tue, 6 Jan 2009 10:20:57 +0000 (11:20 +0100)] 
usp10: Set better visual attribute values in ScriptShape.

15 years agousp10: Handle CR/LF in ScriptItemize.
Hans Leidekker [Tue, 6 Jan 2009 10:20:41 +0000 (11:20 +0100)] 
usp10: Handle CR/LF in ScriptItemize.

15 years agousp10: Improve handling of whitespace in ScriptBreak.
Hans Leidekker [Tue, 6 Jan 2009 10:20:26 +0000 (11:20 +0100)] 
usp10: Improve handling of whitespace in ScriptBreak.

15 years agoshell32/tests: Fix some test failures on Vista.
Paul Vriens [Tue, 6 Jan 2009 10:54:27 +0000 (11:54 +0100)] 
shell32/tests: Fix some test failures on Vista.

15 years agoshell32/tests: Change some tests with respect to Vista.
Paul Vriens [Tue, 6 Jan 2009 10:34:32 +0000 (11:34 +0100)] 
shell32/tests: Change some tests with respect to Vista.

15 years agoshell32/tests: Fix some test failures on Win9x and NT4.
Paul Vriens [Tue, 6 Jan 2009 08:16:37 +0000 (09:16 +0100)] 
shell32/tests: Fix some test failures on Win9x and NT4.

15 years agosetupapi: Add tests for StringTableAddStringEx and StringTableLookupStringEx.
Hans Leidekker [Tue, 6 Jan 2009 09:39:20 +0000 (10:39 +0100)] 
setupapi: Add tests for StringTableAddStringEx and StringTableLookupStringEx.

15 years agosetupapi: Have each test create and destroy its own string table.
Hans Leidekker [Tue, 6 Jan 2009 09:39:07 +0000 (10:39 +0100)] 
setupapi: Have each test create and destroy its own string table.

15 years agosetupapi: Implement StringTableLookUpStringEx.
Hans Leidekker [Tue, 6 Jan 2009 09:38:49 +0000 (10:38 +0100)] 
setupapi: Implement StringTableLookUpStringEx.

15 years agowidl: Replace uses of get_func_return_type with type_function_get_rettype.
Rob Shearman [Mon, 5 Jan 2009 23:35:24 +0000 (23:35 +0000)] 
widl: Replace uses of get_func_return_type with type_function_get_rettype.

Also replace direct accesses into the type structure to get the return
type of a function with the same function.

15 years agowidl: Add new function, type_iface_get_stmts.
Rob Shearman [Mon, 5 Jan 2009 23:35:13 +0000 (23:35 +0000)] 
widl: Add new function, type_iface_get_stmts.

Use it to retrieve statements contained in interface types.

15 years agowidl: Add a new function, type_iface_get_inherit.
Rob Shearman [Mon, 5 Jan 2009 23:35:06 +0000 (23:35 +0000)] 
widl: Add a new function, type_iface_get_inherit.

Use it for retrieving the parent interface for interfaces.

15 years agowidl: Add a new function, type_pointer_get_ref.
Rob Shearman [Mon, 5 Jan 2009 23:34:58 +0000 (23:34 +0000)] 
widl: Add a new function, type_pointer_get_ref.

Use it for retrieving the type that a pointer refers to.

15 years agowidl: Add a new function, type_array_get_element.
Rob Shearman [Mon, 5 Jan 2009 23:34:52 +0000 (23:34 +0000)] 
widl: Add a new function, type_array_get_element.

Use it whenever retrieving the element type of an array.

15 years agowidl: Move the ifaces field of the type_t structure to coclass details.
Rob Shearman [Mon, 5 Jan 2009 23:34:44 +0000 (23:34 +0000)] 
widl: Move the ifaces field of the type_t structure to coclass details.

15 years agowidl: Add function for getting the interfaces defined by a coclass type.
Rob Shearman [Mon, 5 Jan 2009 23:34:38 +0000 (23:34 +0000)] 
widl: Add function for getting the interfaces defined by a coclass type.

Split out the defining of coclass types in the parser into a function.

15 years agowidl: Don't store typelib kind information in the type structure.
Rob Shearman [Mon, 5 Jan 2009 23:34:23 +0000 (23:34 +0000)] 
widl: Don't store typelib kind information in the type structure.

It can trivially be derived from the type field now.

15 years agowidl: Move creation of module type into a separate function, type_new_module and...
Rob Shearman [Mon, 5 Jan 2009 23:34:08 +0000 (23:34 +0000)] 
widl: Move creation of module type into a separate function, type_new_module and give it a special FC type.

15 years agowidl: Move duptype and alias to parser.y.
Rob Shearman [Mon, 5 Jan 2009 23:33:52 +0000 (23:33 +0000)] 
widl: Move duptype and alias to parser.y.

Make duptype static and rename alias to type_new_alias.

15 years agowidl: Add new type_is_alias and type_get_real_type helper functions.
Rob Shearman [Mon, 5 Jan 2009 23:33:43 +0000 (23:33 +0000)] 
widl: Add new type_is_alias and type_get_real_type helper functions.

Use type_is_alias to replace cumbersome "type->kind == TKIND_ALIAS" expressions.
Use type_get_real_type to simplify some code.

15 years agowidl: Access array type properties through accessors instead of getting them directly.
Rob Shearman [Mon, 5 Jan 2009 23:33:36 +0000 (23:33 +0000)] 
widl: Access array type properties through accessors instead of getting them directly.

Store array type properties in the details union to save a bit of
memory and to make the general properties more obvious.

15 years agowidl: Move funcs and stmts fields from type_t structure to module_details and functio...
Rob Shearman [Mon, 5 Jan 2009 23:33:27 +0000 (23:33 +0000)] 
widl: Move funcs and stmts fields from type_t structure to module_details and function_details.

15 years agowidl: Do the consistency checks on interfaces after parsing is complete.
Rob Shearman [Mon, 5 Jan 2009 23:33:19 +0000 (23:33 +0000)] 
widl: Do the consistency checks on interfaces after parsing is complete.

15 years agoinkobj: Declare a variable static.
Andrew Talbot [Mon, 5 Jan 2009 22:14:22 +0000 (22:14 +0000)] 
inkobj: Declare a variable static.

15 years agorichedit: Avoid rewrapping all text for isolated format changes.
Dylan Smith [Mon, 5 Jan 2009 18:14:41 +0000 (13:14 -0500)] 
richedit: Avoid rewrapping all text for isolated format changes.

When the character or paragraph format is changed the paragraph that
is changed is already marked to be rewrapped, so ME_MarkAllForWrapping
shouldn't be called.  Since ME_RewrapRepaint uses this function, it
shouldn't be called in these circumstances, since rewrapping all the
text can cause noticable delays when working with a lot of text.

15 years agorichedit: Prevent redundant rewraps when scrollbar is shown.
Dylan Smith [Mon, 5 Jan 2009 18:14:31 +0000 (13:14 -0500)] 
richedit: Prevent redundant rewraps when scrollbar is shown.

A common case for richedit controls are that a large amount of text is
set initially with word wrap enabled.  This causes the initially
wrapping of the text, which also calculates the text length.  After
this the vertical scrollbar will be shown, which causes the text to be
rewrapped again.  After this there are two redundant rewraps that are
done which this patch eliminates.

15 years agorichedit: Scroll up with less than page of text with ES_DISABLENOSCROLL.
Dylan Smith [Mon, 5 Jan 2009 18:14:18 +0000 (13:14 -0500)] 
richedit: Scroll up with less than page of text with ES_DISABLENOSCROLL.

15 years agowinebuild: Improve the calling sequence for register functions.
Alexandre Julliard [Tue, 6 Jan 2009 11:51:18 +0000 (12:51 +0100)] 
winebuild: Improve the calling sequence for register functions.

Pass parameters on the stack instead of retrieving them from the code
stream; this ensures that the code contains only valid instructions.

15 years agokernel32: Change the DEFINE_REGS_ENTRYPOINT macro to use a number of args instead...
Alexandre Julliard [Tue, 6 Jan 2009 11:49:38 +0000 (12:49 +0100)] 
kernel32: Change the DEFINE_REGS_ENTRYPOINT macro to use a number of args instead of a size.

Also assume that all register functions are stdcall.

15 years agontdll: Change the DEFINE_REGS_ENTRYPOINT macro to use a number of args instead of...
Alexandre Julliard [Tue, 6 Jan 2009 11:49:18 +0000 (12:49 +0100)] 
ntdll: Change the DEFINE_REGS_ENTRYPOINT macro to use a number of args instead of a size.

Also assume that all register functions are stdcall.

15 years agowined3d: Convert textureState to a bitmap in struct SAVEDSTATES.
Henri Verbeet [Tue, 6 Jan 2009 10:43:45 +0000 (11:43 +0100)] 
wined3d: Convert textureState to a bitmap in struct SAVEDSTATES.

15 years agowined3d: Renumber WINED3DTEXTURESTAGESTATETYPE enum elements.
Henri Verbeet [Tue, 6 Jan 2009 10:43:45 +0000 (11:43 +0100)] 
wined3d: Renumber WINED3DTEXTURESTAGESTATETYPE enum elements.

Saves some space by not having unused entries is the arrays tracking these
states.

15 years agod3d: Explicitly translate texture stage states.
Henri Verbeet [Tue, 6 Jan 2009 10:43:45 +0000 (11:43 +0100)] 
d3d: Explicitly translate texture stage states.

Ddraw and d3d8 already translate half of them, it turns out the lookup
table actually saves lines there.

15 years agoddraw: Properly handle sampler states.
Henri Verbeet [Tue, 6 Jan 2009 10:43:44 +0000 (11:43 +0100)] 
ddraw: Properly handle sampler states.

15 years agod3d9: Don't test invalid texture stages.
Henri Verbeet [Tue, 6 Jan 2009 10:43:44 +0000 (11:43 +0100)] 
d3d9: Don't test invalid texture stages.

15 years agosfc: Add a stub implementation for ordinal 3.
Hans Leidekker [Tue, 6 Jan 2009 07:34:08 +0000 (08:34 +0100)] 
sfc: Add a stub implementation for ordinal 3.

15 years agosfc: Add missing exports.
Hans Leidekker [Tue, 6 Jan 2009 07:33:52 +0000 (08:33 +0100)] 
sfc: Add missing exports.

15 years agorichedit: Use 32-bit rather than 16-bit trackbar value for scrolling.
Dylan Smith [Tue, 6 Jan 2009 05:34:28 +0000 (00:34 -0500)] 
richedit: Use 32-bit rather than 16-bit trackbar value for scrolling.

15 years agoinclude: Change mapi.h to use ULONG for Win64 compatibility.
Michael Stefaniuc [Mon, 5 Jan 2009 23:09:23 +0000 (00:09 +0100)] 
include: Change mapi.h to use ULONG for Win64 compatibility.

15 years agoinclude: Change twain.h to use LONG/ULONG for Win64 compatibility.
Michael Stefaniuc [Mon, 5 Jan 2009 23:09:48 +0000 (00:09 +0100)] 
include: Change  twain.h to use LONG/ULONG for Win64 compatibility.

Also fix the compiler warnings introduced by this change.

15 years agoinclude: Change mapix.h to use ULONG for Win64 compatibility.
Michael Stefaniuc [Mon, 5 Jan 2009 23:09:33 +0000 (00:09 +0100)] 
include: Change mapix.h to use ULONG for Win64 compatibility.

15 years agoinclude: Change the rest of sspi.h to use LONG/ULONG for Win64 compatibility.
Michael Stefaniuc [Mon, 5 Jan 2009 23:09:12 +0000 (00:09 +0100)] 
include: Change the rest of sspi.h to use LONG/ULONG for Win64 compatibility.

15 years agoinclude: sspi.h: Use the Win types as per MSDN.
Michael Stefaniuc [Mon, 5 Jan 2009 23:06:04 +0000 (00:06 +0100)] 
include: sspi.h: Use the Win types as per MSDN.

This improves the Win64 compatibility.

15 years agoinclude: Use ULONG instead of unsigned long in ipexport.h.
Michael Stefaniuc [Mon, 5 Jan 2009 23:05:25 +0000 (00:05 +0100)] 
include: Use ULONG instead of unsigned long in ipexport.h.

Fix also the compiler warnings introduced by this change.

15 years agocrypt32: Use specified inner content type for signed messages when it's given.
Juan Lang [Mon, 5 Jan 2009 22:33:22 +0000 (14:33 -0800)] 
crypt32: Use specified inner content type for signed messages when it's given.

15 years agocrypt32: Implement CryptMsgSignCTL.
Juan Lang [Mon, 5 Jan 2009 21:34:57 +0000 (13:34 -0800)] 
crypt32: Implement CryptMsgSignCTL.

15 years agocrypt32: Implement CryptMsgEncodeAndSignCTL on top of CryptMsgSignCTL.
Juan Lang [Mon, 5 Jan 2009 21:34:35 +0000 (13:34 -0800)] 
crypt32: Implement CryptMsgEncodeAndSignCTL on top of CryptMsgSignCTL.

15 years agocrypt32: Add stub for CryptMsgSignCTL.
Juan Lang [Mon, 5 Jan 2009 21:33:45 +0000 (13:33 -0800)] 
crypt32: Add stub for CryptMsgSignCTL.

15 years agocrypt32: Add stub for CryptMsgEncodeAndSignCTL.
Juan Lang [Mon, 5 Jan 2009 21:33:13 +0000 (13:33 -0800)] 
crypt32: Add stub for CryptMsgEncodeAndSignCTL.

15 years agooleaut32: Check pointer in IPicture_get_Attributes.
Nikolay Sivov [Mon, 5 Jan 2009 21:40:07 +0000 (00:40 +0300)] 
oleaut32: Check pointer in IPicture_get_Attributes.

15 years agooleaut32: Add PICTYPE_NONE and PICTYPE_UNINITIALIZED to IPicture_get_Attributes.
Nikolay Sivov [Mon, 5 Jan 2009 21:25:43 +0000 (00:25 +0300)] 
oleaut32: Add PICTYPE_NONE and PICTYPE_UNINITIALIZED to IPicture_get_Attributes.

15 years agocmd: Make some functions static.
Francois Gouget [Mon, 5 Jan 2009 18:58:16 +0000 (19:58 +0100)] 
cmd: Make some functions static.

15 years agocmd: WCMD_strtrim_trailing_spaces() is unused so remove it.
Francois Gouget [Mon, 5 Jan 2009 18:58:01 +0000 (19:58 +0100)] 
cmd: WCMD_strtrim_trailing_spaces() is unused so remove it.

15 years agocmd: Make WCMD_ask_confirm() static.
Francois Gouget [Mon, 5 Jan 2009 18:57:31 +0000 (19:57 +0100)] 
cmd: Make WCMD_ask_confirm() static.

15 years agowinemine: Make some functions static.
Francois Gouget [Mon, 5 Jan 2009 18:58:22 +0000 (19:58 +0100)] 
winemine: Make some functions static.

15 years agoexplorer: Quiet a few fixmes.
Vincent Povirk [Mon, 5 Jan 2009 16:39:06 +0000 (10:39 -0600)] 
explorer: Quiet a few fixmes.

15 years agomshtml: Fixed IOmNavigator::get_platform for win64 platform.
Jacek Caban [Mon, 5 Jan 2009 17:17:50 +0000 (18:17 +0100)] 
mshtml: Fixed IOmNavigator::get_platform for win64 platform.

15 years agomshtml: Added IDispatchEx support to HTMLLocation object.
Jacek Caban [Mon, 5 Jan 2009 17:17:36 +0000 (18:17 +0100)] 
mshtml: Added IDispatchEx support to HTMLLocation object.

15 years agoadvapi32/tests: Fix two test failures on Vista and W2K8.
Paul Vriens [Mon, 5 Jan 2009 16:51:46 +0000 (17:51 +0100)] 
advapi32/tests: Fix two test failures on Vista and W2K8.

15 years agoSync documentation/README.de.
Gerald Pfeifer [Mon, 5 Jan 2009 12:35:42 +0000 (13:35 +0100)] 
Sync documentation/README.de.

15 years agoupdspapi: Added an updspapi implementation that forwards to setupapi.
Alexandre Julliard [Mon, 5 Jan 2009 19:28:06 +0000 (20:28 +0100)] 
updspapi: Added an updspapi implementation that forwards to setupapi.

15 years agosetupapi/tests: Added some tests for SetupEnumInfSectionsA/W.
Alexandre Julliard [Mon, 5 Jan 2009 19:27:06 +0000 (20:27 +0100)] 
setupapi/tests: Added some tests for SetupEnumInfSectionsA/W.

15 years agosetupapi: Implemented SetupEnumInfSectionsA/W.
Alexandre Julliard [Mon, 5 Jan 2009 19:26:50 +0000 (20:26 +0100)] 
setupapi: Implemented SetupEnumInfSectionsA/W.

15 years agomscms/tests: Pass correct device name to AssociateColorProfileWithDevice().
Ge van Geldorp [Sun, 4 Jan 2009 15:23:47 +0000 (16:23 +0100)] 
mscms/tests: Pass correct device name to AssociateColorProfileWithDevice().

15 years agowininet/tests: INTERNET_STATUS_CLOSING_CONNECTION and ..._CONNECTION_CLOSED callback...
Ge van Geldorp [Mon, 5 Jan 2009 00:00:09 +0000 (01:00 +0100)] 
wininet/tests: INTERNET_STATUS_CLOSING_CONNECTION and  ..._CONNECTION_CLOSED callbacks can appear after ..._REQUEST_COMPLETE.

15 years agosetupapi: Add stubs for pSetupInstallCatalog and pSetupVerifyCatalogFile.
Hans Leidekker [Mon, 5 Jan 2009 15:00:42 +0000 (16:00 +0100)] 
setupapi: Add stubs for pSetupInstallCatalog and pSetupVerifyCatalogFile.

15 years agowinhttp: Set last error for invalid URLs passed to WinHttpCrackUrl.
Hans Leidekker [Mon, 5 Jan 2009 15:00:02 +0000 (16:00 +0100)] 
winhttp: Set last error for invalid URLs passed to WinHttpCrackUrl.