wine
14 years agowininet: Cache basic authentication values based on realm and host.
Aric Stewart [Mon, 12 Oct 2009 19:24:18 +0000 (14:24 -0500)] 
wininet: Cache basic authentication values based on realm and host.

14 years agontdll: Use the exception code as exit status when no debugger is present.
Alexandre Julliard [Tue, 13 Oct 2009 12:15:27 +0000 (14:15 +0200)] 
ntdll: Use the exception code as exit status when no debugger is present.

14 years agorsaenh: Fix the accepted RC2 key length, based on a test case by Dan Kegel.
Dmitry Timoshkov [Tue, 13 Oct 2009 10:25:31 +0000 (19:25 +0900)] 
rsaenh: Fix the accepted RC2 key length, based on a test case by Dan Kegel.

14 years agontdll: Implement CDROM_ReadQChannel() on Mac OS.
Charles Davis [Mon, 12 Oct 2009 19:15:35 +0000 (13:15 -0600)] 
ntdll: Implement CDROM_ReadQChannel() on Mac OS.

14 years agoriched20: Implement handling of WM_KEYDOWN VK_TAB in the dialog mode.
Sergey Khodych [Sun, 4 Oct 2009 20:16:08 +0000 (23:16 +0300)] 
riched20: Implement handling of WM_KEYDOWN VK_TAB in the dialog mode.

14 years agoriched20: Implement handling of WM_KEYDOWN VK_ESCAPE in the dialog mode.
Sergey Khodych [Sun, 4 Oct 2009 19:50:50 +0000 (22:50 +0300)] 
riched20: Implement handling of WM_KEYDOWN VK_ESCAPE in the dialog mode.

14 years agoriched20: Implement handling of WM_KEYDOWN VK_RETURN in the dialog mode.
Sergey Khodych [Sun, 4 Oct 2009 19:48:44 +0000 (22:48 +0300)] 
riched20: Implement handling of WM_KEYDOWN VK_RETURN in the dialog mode.

14 years agoriched20: Enable the dialog mode after receiving WM_GETDLGCODE message.
Sergey Khodych [Sun, 4 Oct 2009 18:41:48 +0000 (21:41 +0300)] 
riched20: Enable the dialog mode after receiving WM_GETDLGCODE message.

14 years agoriched20: Cache ES_WANTRETURN style.
Sergey Khodych [Sun, 4 Oct 2009 18:16:25 +0000 (21:16 +0300)] 
riched20: Cache ES_WANTRETURN style.

14 years agowinex11: Store the device format in the Xrender info structure.
Alexandre Julliard [Tue, 13 Oct 2009 10:21:53 +0000 (12:21 +0200)] 
winex11: Store the device format in the Xrender info structure.

14 years agowinex11: Make all render format pointers const.
Alexandre Julliard [Tue, 13 Oct 2009 10:06:38 +0000 (12:06 +0200)] 
winex11: Make all render format pointers const.

14 years agowinex11: Introduce get_xrender_picture for retrieving a Picture from a physDev and...
Roderick Colenbrander [Thu, 8 Oct 2009 15:24:46 +0000 (17:24 +0200)] 
winex11: Introduce get_xrender_picture for retrieving a Picture from a physDev and allocating a Picture when needed.

14 years agomshtml: Add stub implementation for IHTMLDocument6.
Andrew Eikum [Mon, 12 Oct 2009 18:39:23 +0000 (13:39 -0500)] 
mshtml: Add stub implementation for IHTMLDocument6.

14 years agomshtml.idl: Add IHTMLDocument6 dispiface.
Andrew Eikum [Mon, 12 Oct 2009 18:39:19 +0000 (13:39 -0500)] 
mshtml.idl: Add IHTMLDocument6 dispiface.

14 years agomshtml.idl: Add IHTMLDocumentCompatibleInfo[Collection] dispifaces.
Andrew Eikum [Mon, 12 Oct 2009 18:39:16 +0000 (13:39 -0500)] 
mshtml.idl: Add IHTMLDocumentCompatibleInfo[Collection] dispifaces.

14 years agoinclude: Remove redundant #defines in mshtmdid.h.
Andrew Eikum [Mon, 12 Oct 2009 18:39:12 +0000 (13:39 -0500)] 
include: Remove redundant #defines in mshtmdid.h.

14 years agowined3d: Remove some code that doesn't make sense.
Henri Verbeet [Tue, 13 Oct 2009 08:38:04 +0000 (10:38 +0200)] 
wined3d: Remove some code that doesn't make sense.

This was introduced by abb11f30cd418c6337a93a26981763b20c059172, but I don't
see how it could ever do something useful. Perhaps that's a lack of
imagination on my part, but the only situation in which device->stateBlock
should be NULL is while creating the initial stateblock, and in that case we
just returned in the line above. Setting the stream frequency of all streams
to 0x01010101 doesn't make sense either.

14 years agod3d9: Add some stateblock tests for device resources.
Henri Verbeet [Tue, 13 Oct 2009 08:38:03 +0000 (10:38 +0200)] 
d3d9: Add some stateblock tests for device resources.

14 years agod3d8: Add some stateblock tests for device resources.
Henri Verbeet [Tue, 13 Oct 2009 08:38:02 +0000 (10:38 +0200)] 
d3d8: Add some stateblock tests for device resources.

14 years agowined3d: Capture on a recorded stateblock doesn't record the vertexdeclaration in...
Henri Verbeet [Tue, 13 Oct 2009 08:38:01 +0000 (10:38 +0200)] 
wined3d: Capture on a recorded stateblock doesn't record the vertexdeclaration in d3d9.

14 years agowined3d: Vertex state stateblocks should also record the vertex declaration.
Henri Verbeet [Tue, 13 Oct 2009 08:38:00 +0000 (10:38 +0200)] 
wined3d: Vertex state stateblocks should also record the vertex declaration.

14 years agocomctl32/tests: Fix a test failure on older comctl32 versions.
Paul Vriens [Tue, 13 Oct 2009 06:09:09 +0000 (08:09 +0200)] 
comctl32/tests: Fix a test failure on older comctl32 versions.

14 years agocomctl32/monthcal: Add separate handler for WM_PRINTCLIENT.
Nikolay Sivov [Tue, 13 Oct 2009 00:21:27 +0000 (04:21 +0400)] 
comctl32/monthcal: Add separate handler for WM_PRINTCLIENT.

14 years agocomctl32/monthcal: Implement handler for WM_ERASEBKGND.
Nikolay Sivov [Tue, 13 Oct 2009 00:16:31 +0000 (04:16 +0400)] 
comctl32/monthcal: Implement handler for WM_ERASEBKGND.

14 years agocomctl32/monthcal: Simplify painting operations, split painting to several helpers.
Nikolay Sivov [Tue, 13 Oct 2009 00:05:31 +0000 (04:05 +0400)] 
comctl32/monthcal: Simplify painting operations, split painting to several helpers.

14 years agomshtml: Added more events tests.
Jacek Caban [Mon, 12 Oct 2009 22:42:37 +0000 (00:42 +0200)] 
mshtml: Added more events tests.

14 years agomshtml: Added IHTMLElement::click implementation.
Jacek Caban [Mon, 12 Oct 2009 22:42:22 +0000 (00:42 +0200)] 
mshtml: Added IHTMLElement::click implementation.

14 years agomshtml: Added IHTMLElement3::fireEvent implementation.
Jacek Caban [Mon, 12 Oct 2009 22:42:02 +0000 (00:42 +0200)] 
mshtml: Added IHTMLElement3::fireEvent implementation.

14 years agomshtml: Create nsIDOMEvent in create_event if not available.
Jacek Caban [Mon, 12 Oct 2009 22:41:44 +0000 (00:41 +0200)] 
mshtml: Create nsIDOMEvent in create_event if not available.

14 years agomshtml: Added IHTMLWindow2::get_length implementation.
Jacek Caban [Mon, 12 Oct 2009 22:41:28 +0000 (00:41 +0200)] 
mshtml: Added IHTMLWindow2::get_length implementation.

14 years agomshtml: Added IHTMLWindow2::name property implementation.
Jacek Caban [Mon, 12 Oct 2009 22:41:11 +0000 (00:41 +0200)] 
mshtml: Added IHTMLWindow2::name property implementation.

14 years agooleaut32/tests: Fix some test failures on Win64.
Alexandre Julliard [Mon, 12 Oct 2009 17:45:06 +0000 (19:45 +0200)] 
oleaut32/tests: Fix some test failures on Win64.

14 years agosti: Return success from the IStillImageW::UnregisterLaunchApplication stub.
Hans Leidekker [Mon, 12 Oct 2009 11:39:54 +0000 (13:39 +0200)] 
sti: Return success from the IStillImageW::UnregisterLaunchApplication stub.

14 years agoiphlpapi: Allow both direct and indirect default routes in GetBestRoute.
Hans Leidekker [Mon, 12 Oct 2009 11:39:30 +0000 (13:39 +0200)] 
iphlpapi: Allow both direct and indirect default routes in GetBestRoute.

14 years agohnetcfg: Add stub implementations of INetFwServices and INetFwService.
Hans Leidekker [Mon, 12 Oct 2009 11:38:57 +0000 (13:38 +0200)] 
hnetcfg: Add stub implementations of INetFwServices and INetFwService.

14 years agohnetcfg: Add stub implementations of INetFwOpenPorts and INetFwOpenPort.
Hans Leidekker [Mon, 12 Oct 2009 11:38:29 +0000 (13:38 +0200)] 
hnetcfg: Add stub implementations of INetFwOpenPorts and INetFwOpenPort.

14 years agouser32: Set last error in WIN_GetRectangles.
Alexandre Julliard [Mon, 12 Oct 2009 13:51:12 +0000 (15:51 +0200)] 
user32: Set last error in WIN_GetRectangles.

14 years agouser32: Get rid of the 16-bit heap support.
Alexandre Julliard [Mon, 12 Oct 2009 12:32:21 +0000 (14:32 +0200)] 
user32: Get rid of the 16-bit heap support.

14 years agouser32: Use client-side user handles for menus.
Alexandre Julliard [Mon, 12 Oct 2009 12:30:34 +0000 (14:30 +0200)] 
user32: Use client-side user handles for menus.

14 years agouser32: Use the generic handle functions for windows too.
Alexandre Julliard [Mon, 12 Oct 2009 12:29:34 +0000 (14:29 +0200)] 
user32: Use the generic handle functions for windows too.

14 years agouser32: Use client-side user handles for DeferWindowPos.
Alexandre Julliard [Mon, 12 Oct 2009 13:31:22 +0000 (15:31 +0200)] 
user32: Use client-side user handles for DeferWindowPos.

14 years agouser32: Add functions for manipulating client-side user handles.
Alexandre Julliard [Mon, 12 Oct 2009 12:27:55 +0000 (14:27 +0200)] 
user32: Add functions for manipulating client-side user handles.

14 years agoserver: Add support for allocating purely client-side user handles.
Alexandre Julliard [Mon, 12 Oct 2009 12:25:01 +0000 (14:25 +0200)] 
server: Add support for allocating purely client-side user handles.

14 years agowined3d: Fix prototype for set_texture_matrix.
Jeff Zaroyko [Sat, 10 Oct 2009 07:30:47 +0000 (18:30 +1100)] 
wined3d: Fix prototype for set_texture_matrix.

14 years agodwmapi: Add stub for DwmGetGraphicsStreamTransformHint.
Louis Lenders [Sun, 11 Oct 2009 21:12:30 +0000 (23:12 +0200)] 
dwmapi: Add stub for DwmGetGraphicsStreamTransformHint.

14 years agoinclude: Add definition of MilMatrix3x2D.
Louis Lenders [Sun, 11 Oct 2009 21:02:27 +0000 (23:02 +0200)] 
include: Add definition of MilMatrix3x2D.

14 years agoinclude: fix a compiler warning on GNU/FreeBSD.
Austin English [Sun, 11 Oct 2009 07:21:52 +0000 (02:21 -0500)] 
include: fix a compiler warning on GNU/FreeBSD.

14 years agocomctl32/monthcal: Fix today link test.
Nikolay Sivov [Sun, 11 Oct 2009 15:02:51 +0000 (19:02 +0400)] 
comctl32/monthcal: Fix today link test.

14 years agocomctl32/datetime: Use SDK class name for inner button window.
Nikolay Sivov [Sun, 11 Oct 2009 14:43:52 +0000 (18:43 +0400)] 
comctl32/datetime: Use SDK class name for inner button window.

14 years agocomctl32/datetime: It isn't allowed to change DTS_SHOWNONE after creation.
Nikolay Sivov [Sun, 11 Oct 2009 14:23:16 +0000 (18:23 +0400)] 
comctl32/datetime: It isn't allowed to change DTS_SHOWNONE after creation.

14 years agocomctl32/datetime: Fix wrong assumption about DTN_DATETIMECHANGE flags, add DTN_CLOSE...
Nikolay Sivov [Sun, 11 Oct 2009 14:12:46 +0000 (18:12 +0400)] 
comctl32/datetime: Fix wrong assumption about DTN_DATETIMECHANGE flags, add DTN_CLOSEUP notifications.

14 years agocomctl32/datetime: Get rid of duplicated helper.
Nikolay Sivov [Sun, 11 Oct 2009 13:05:36 +0000 (17:05 +0400)] 
comctl32/datetime: Get rid of duplicated helper.

14 years agocomctl32: Don't use additional heap allocated pointer to old window procedure.
Nikolay Sivov [Sun, 11 Oct 2009 12:25:17 +0000 (16:25 +0400)] 
comctl32: Don't use additional heap allocated pointer to old window procedure.

14 years agocomctl32/monthcal: Fix selection during navigation with prev/next buttons.
Nikolay Sivov [Sun, 11 Oct 2009 11:33:02 +0000 (15:33 +0400)] 
comctl32/monthcal: Fix selection during navigation with prev/next buttons.

14 years agocomctl32/monthcal: Fix multiselection days painting, including intersections with...
Nikolay Sivov [Sun, 11 Oct 2009 01:03:59 +0000 (05:03 +0400)] 
comctl32/monthcal: Fix multiselection days painting, including intersections with prev/next months.

14 years agocomctl32/monthcal: Simplify parameter set of day of week calculation helper.
Nikolay Sivov [Sun, 11 Oct 2009 00:28:09 +0000 (04:28 +0400)] 
comctl32/monthcal: Simplify parameter set of day of week calculation helper.

14 years agocomctl32/monthcal: Fix column/row calculation for previous and next month.
Nikolay Sivov [Sat, 10 Oct 2009 23:54:11 +0000 (03:54 +0400)] 
comctl32/monthcal: Fix column/row calculation for previous and next month.

14 years agocomctl32/monthcal: Fix a test skip condition - zero is a valid day of week.
Nikolay Sivov [Sat, 10 Oct 2009 20:32:59 +0000 (00:32 +0400)] 
comctl32/monthcal: Fix a test skip condition - zero is a valid day of week.

14 years agocomctl32/monthcal: Handle over/underflow while navigation with month menu.
Nikolay Sivov [Sat, 10 Oct 2009 20:28:51 +0000 (00:28 +0400)] 
comctl32/monthcal: Handle over/underflow while navigation with month menu.

14 years agocomctl32/monthcal: Handle September 1752 with a special case - it's a 19 day month.
Nikolay Sivov [Sat, 10 Oct 2009 19:12:43 +0000 (23:12 +0400)] 
comctl32/monthcal: Handle September 1752 with a special case - it's a 19 day month.

14 years agocomctl32/monthcal: Reuse existing calls to get day of week.
Nikolay Sivov [Sat, 10 Oct 2009 17:20:26 +0000 (21:20 +0400)] 
comctl32/monthcal: Reuse existing calls to get day of week.

14 years agocomctl32/monthcal: Process UpDown year control through subclass procedure.
Nikolay Sivov [Sat, 10 Oct 2009 17:04:16 +0000 (21:04 +0400)] 
comctl32/monthcal: Process UpDown year control through subclass procedure.

14 years agocomctl32/tab: Support for TCN_KEYDOWN notification.
Nikolay Sivov [Fri, 9 Oct 2009 23:27:33 +0000 (03:27 +0400)] 
comctl32/tab: Support for TCN_KEYDOWN notification.

14 years agocomctl32/tab: Handle item focusing better (including keyboard support).
Nikolay Sivov [Fri, 9 Oct 2009 22:40:03 +0000 (02:40 +0400)] 
comctl32/tab: Handle item focusing better (including keyboard support).

14 years agocomctl32/tab: Add more TRACE(), further cleanup.
Nikolay Sivov [Fri, 9 Oct 2009 19:26:13 +0000 (23:26 +0400)] 
comctl32/tab: Add more TRACE(), further cleanup.

14 years agocomctl32/tab: Remove dead parameter check code.
Nikolay Sivov [Fri, 9 Oct 2009 18:42:32 +0000 (22:42 +0400)] 
comctl32/tab: Remove dead parameter check code.

14 years agocomctl32/tab: Remove unnecessary helper parameter, use SDK name for UpDown control.
Nikolay Sivov [Fri, 9 Oct 2009 18:35:54 +0000 (22:35 +0400)] 
comctl32/tab: Remove unnecessary helper parameter, use SDK name for UpDown control.

14 years agocomctl32/tab: Cache window GWL_STYLE style.
Nikolay Sivov [Fri, 9 Oct 2009 18:27:32 +0000 (22:27 +0400)] 
comctl32/tab: Cache window GWL_STYLE style.

14 years agokernel32: Implement HeapQueryInformation, add some basic tests for it.
Dmitry Timoshkov [Mon, 12 Oct 2009 08:20:57 +0000 (17:20 +0900)] 
kernel32: Implement HeapQueryInformation, add some basic tests for it.

14 years agouser32/tests: Fix an intermittent test failure.
Paul Vriens [Mon, 12 Oct 2009 07:21:25 +0000 (09:21 +0200)] 
user32/tests: Fix an intermittent test failure.

14 years agod3d10: Explicitly handle D3D10_SVC_STRUCT in set_variable_vtbl().
Henri Verbeet [Mon, 12 Oct 2009 08:10:26 +0000 (10:10 +0200)] 
d3d10: Explicitly handle D3D10_SVC_STRUCT in set_variable_vtbl().

14 years agod3d9: Cleanup the stateblock test callbacks a bit.
Henri Verbeet [Mon, 12 Oct 2009 08:10:25 +0000 (10:10 +0200)] 
d3d9: Cleanup the stateblock test callbacks a bit.

14 years agod3d8: Cleanup the stateblock test callbacks a bit.
Henri Verbeet [Mon, 12 Oct 2009 08:10:24 +0000 (10:10 +0200)] 
d3d8: Cleanup the stateblock test callbacks a bit.

This mostly just makes the naming more conistent with what we use in other D3D
code, but also passes the device to the init() and cleanup() callbacks to
allow device resources to be created there. Future tests require this.

14 years agod3d9: Only run the vertex/pixel shader constant apply tests when the implementation...
Henri Verbeet [Mon, 12 Oct 2009 08:10:23 +0000 (10:10 +0200)] 
d3d9: Only run the vertex/pixel shader constant apply tests when the implementation supports them.

14 years agoadvapi32: Add stubs for ControlTrace[A|W].
Detlef Riekenberg [Sun, 11 Oct 2009 19:01:36 +0000 (21:01 +0200)] 
advapi32: Add stubs for ControlTrace[A|W].

14 years agoadvapi32: Add stub for EnableTrace.
Detlef Riekenberg [Sun, 11 Oct 2009 18:02:13 +0000 (20:02 +0200)] 
advapi32: Add stub for EnableTrace.

14 years agoadvapi32: Add stubs for StartTrace[A|W].
Detlef Riekenberg [Sun, 11 Oct 2009 15:38:21 +0000 (17:38 +0200)] 
advapi32: Add stubs for StartTrace[A|W].

14 years agoadvapi32: Add stubs for QueryAllTraces[A|W].
Detlef Riekenberg [Sun, 11 Oct 2009 15:19:29 +0000 (17:19 +0200)] 
advapi32: Add stubs for QueryAllTraces[A|W].

14 years agoinclude: Add typedef for EVENT_TRACE_PROPERTIES.
Detlef Riekenberg [Sun, 11 Oct 2009 15:09:04 +0000 (17:09 +0200)] 
include: Add typedef for EVENT_TRACE_PROPERTIES.

14 years agoinclude: Add typedef for WNODE_HEADER.
Detlef Riekenberg [Sun, 11 Oct 2009 15:08:12 +0000 (17:08 +0200)] 
include: Add typedef for WNODE_HEADER.

14 years agouser32: Make sure that focus_rect is always initialized.
Dmitry Timoshkov [Mon, 12 Oct 2009 08:20:40 +0000 (17:20 +0900)] 
user32: Make sure that focus_rect is always initialized.

14 years agonetapi32: Fix heap buffer overflows.
Jeffrey Morlan [Sun, 11 Oct 2009 20:02:40 +0000 (13:02 -0700)] 
netapi32: Fix heap buffer overflows.

14 years agoshdocvw: Improved debug messages.
Jacek Caban [Sun, 11 Oct 2009 19:24:51 +0000 (21:24 +0200)] 
shdocvw: Improved debug messages.

14 years agowinecoreaudio: Minor grammar fix in comment.
Ken Thomases [Sun, 11 Oct 2009 19:14:36 +0000 (14:14 -0500)] 
winecoreaudio: Minor grammar fix in comment.

14 years agowinecoreaudio: Fix an error check (bad copy-paste).
Ken Thomases [Sun, 11 Oct 2009 19:14:03 +0000 (14:14 -0500)] 
winecoreaudio: Fix an error check (bad copy-paste).

14 years agowinecoreaudio: Fix declaration of CoreAudio_MIDIRelease to match definition.
Ken Thomases [Sun, 11 Oct 2009 19:13:42 +0000 (14:13 -0500)] 
winecoreaudio: Fix declaration of CoreAudio_MIDIRelease to match definition.

14 years agowinecoreaudio: Allow opening multiple wave-out instances.
Ken Thomases [Sun, 11 Oct 2009 19:13:23 +0000 (14:13 -0500)] 
winecoreaudio: Allow opening multiple wave-out instances.

14 years agowinecoreaudio: For WODM_* messages, treat dwUser as a driver instance handle.
Ken Thomases [Sun, 11 Oct 2009 19:12:48 +0000 (14:12 -0500)] 
winecoreaudio: For WODM_* messages, treat dwUser as a driver instance handle.

14 years agowinecoreaudio: Make wodMessage signature match WINEMM_msgFunc32 typedef.
Ken Thomases [Sun, 11 Oct 2009 19:12:20 +0000 (14:12 -0500)] 
winecoreaudio: Make wodMessage signature match WINEMM_msgFunc32 typedef.

14 years agowinecoreaudio: Move instance-specific fields of WINE_WAVEOUT to sub-struct.
Ken Thomases [Sun, 11 Oct 2009 19:12:01 +0000 (14:12 -0500)] 
winecoreaudio: Move instance-specific fields of WINE_WAVEOUT to sub-struct.

14 years agowinecoreaudio: Remove some unused structure fields.
Ken Thomases [Sun, 11 Oct 2009 19:11:49 +0000 (14:11 -0500)] 
winecoreaudio: Remove some unused structure fields.

14 years agowinecoreaudio: Add more debug logging.
Ken Thomases [Sun, 11 Oct 2009 19:11:37 +0000 (14:11 -0500)] 
winecoreaudio: Add more debug logging.

14 years agowinecoreaudio: Consolidate formatting of FOURCC values in a function.
Ken Thomases [Sun, 11 Oct 2009 19:11:19 +0000 (14:11 -0500)] 
winecoreaudio: Consolidate formatting of FOURCC values in a function.

14 years agomshtml: Added IHTMLLocation::put_href implementation.
Jacek Caban [Sun, 11 Oct 2009 19:11:35 +0000 (21:11 +0200)] 
mshtml: Added IHTMLLocation::put_href implementation.

14 years agomshtml: Moved QueryService call to hlink_frame_navigate.
Jacek Caban [Sun, 11 Oct 2009 19:11:03 +0000 (21:11 +0200)] 
mshtml: Moved QueryService call to hlink_frame_navigate.

14 years agomshtml: Improved IHTMLElement2::doScroll stub.
Jacek Caban [Sun, 11 Oct 2009 19:10:47 +0000 (21:10 +0200)] 
mshtml: Improved IHTMLElement2::doScroll stub.

14 years agomshtml: Return NULL documentElement in READYSTATE_UNINITIALIZED state.
Jacek Caban [Sun, 11 Oct 2009 19:10:07 +0000 (21:10 +0200)] 
mshtml: Return NULL documentElement in READYSTATE_UNINITIALIZED state.

14 years agoshell32/tests: Fix test failure on Cyrillic locales.
Paul Vriens [Sun, 11 Oct 2009 08:21:26 +0000 (10:21 +0200)] 
shell32/tests: Fix test failure on Cyrillic locales.

14 years agoadvapi32: Ignore invalid MultipleTrusteeOperation values in SetEntriesInAcl.
Andrey Turkin [Sat, 10 Oct 2009 13:52:09 +0000 (17:52 +0400)] 
advapi32: Ignore invalid MultipleTrusteeOperation values in SetEntriesInAcl.

14 years agontdll: Run TLS callbacks in zero-sized TLS directories.
Andrey Turkin [Sat, 10 Oct 2009 11:09:02 +0000 (15:09 +0400)] 
ntdll: Run TLS callbacks in zero-sized TLS directories.