wine
15 years agowordpad: Properly save window rect on closing Min/Maximized windows.
Dylan Smith [Thu, 3 Jul 2008 16:51:17 +0000 (12:51 -0400)] 
wordpad: Properly save window rect on closing Min/Maximized windows.

Previously the window size and position was obtained in such a way that
when the window is closed while minimized, it would be hidden when the
program is started again.  Closing a maximized window would save the
size of the maximized window and use it as the normal/restored size when
the program is started again.

15 years agoshell32: Update Russian translation.
Vladimir Pankratov [Thu, 3 Jul 2008 08:09:27 +0000 (13:09 +0500)] 
shell32: Update Russian translation.

15 years agoREADME: Add Russian translation.
Vladimir Pankratov [Thu, 3 Jul 2008 10:12:45 +0000 (15:12 +0500)] 
README: Add Russian translation.

15 years agogdiplus: Remove unnecessary cast from GdipAddPathRectangle.
Nikolay Sivov [Thu, 3 Jul 2008 14:35:18 +0000 (18:35 +0400)] 
gdiplus: Remove unnecessary cast from GdipAddPathRectangle.

15 years agogdiplus: Implemented GdipPathIterHasCurve with tests.
Nikolay Sivov [Thu, 3 Jul 2008 14:34:36 +0000 (18:34 +0400)] 
gdiplus: Implemented GdipPathIterHasCurve with tests.

15 years agowininet: Remove unneeded variable.
Alexander Morozov [Thu, 3 Jul 2008 12:22:33 +0000 (16:22 +0400)] 
wininet: Remove unneeded variable.

15 years agoquartz: Implement state transitions in video renderer.
Maarten Lankhorst [Fri, 4 Jul 2008 08:33:04 +0000 (01:33 -0700)] 
quartz: Implement state transitions in video renderer.

15 years agoquartz: Implement state transitions in directsound renderer, and block on pause.
Maarten Lankhorst [Fri, 4 Jul 2008 07:09:07 +0000 (00:09 -0700)] 
quartz: Implement state transitions in directsound renderer, and block on pause.

15 years agorpcrt4: Don't reserve space in the buffer for reference pointers embedded in complex...
Rob Shearman [Thu, 3 Jul 2008 22:28:02 +0000 (23:28 +0100)] 
rpcrt4: Don't reserve space in the buffer for reference pointers embedded in complex types.

Ref pointers don't need a pointer ID and reserving space would render
the code incompatible with other clients. Note that the pointer
marshalling/unmarshalling functions didn't actually read/write pointer
IDs to/from the reserved space in the buffer.

15 years agorpcrt4: Implement memory sizing for pointers in complex types.
Rob Shearman [Thu, 3 Jul 2008 22:27:14 +0000 (23:27 +0100)] 
rpcrt4: Implement memory sizing for pointers in complex types.

15 years agorpcrt4: The conformant array offset in complex structs should be signed.
Rob Shearman [Thu, 3 Jul 2008 22:27:00 +0000 (23:27 +0100)] 
rpcrt4: The conformant array offset in complex structs should be signed.

15 years agorpcrt4: Fix NdrComplexArrayUnmarshall and NdrComplexStructUnmarshall to reuse memory...
Rob Shearman [Thu, 26 Jun 2008 07:50:53 +0000 (08:50 +0100)] 
rpcrt4: Fix NdrComplexArrayUnmarshall and NdrComplexStructUnmarshall to reuse memory for embedded pointers.

15 years agorpcrt4: Support calculating the size in memory of range types embedded in complex...
Rob Shearman [Thu, 3 Jul 2008 22:26:43 +0000 (23:26 +0100)] 
rpcrt4: Support calculating the size in memory of range types embedded in complex types.

15 years agocomctl32: Fix for ComboBoxEx bug caused by focus change.
Dylan Smith [Thu, 3 Jul 2008 15:37:14 +0000 (11:37 -0400)] 
comctl32: Fix for ComboBoxEx bug caused by focus change.

15 years agocomctl32: Added tests to show a ComboBoxEx bug caused by incorrect focus change.
Dylan Smith [Thu, 3 Jul 2008 15:37:10 +0000 (11:37 -0400)] 
comctl32: Added tests to show a ComboBoxEx bug caused by incorrect focus change.

Certain WM_LBUTTONDOWN & WM_LBUTTONUP events should change focus to the
ComboBox (a child of ComboBoxEx), but instead the focus was set to the
Edit control.

15 years agowinhttp: Add stub implementation for WinHttpSendRequest.
Zac Brown [Wed, 2 Jul 2008 21:37:35 +0000 (14:37 -0700)] 
winhttp: Add stub implementation for WinHttpSendRequest.

15 years agowinhttp: Add stub implementation for WinHttpOpenRequest and fix function declaration.
Zac Brown [Wed, 2 Jul 2008 21:37:32 +0000 (14:37 -0700)] 
winhttp: Add stub implementation for WinHttpOpenRequest and fix function declaration.

15 years agowinhttp: Add stub implementation for WinHttpConnect.
Zac Brown [Wed, 2 Jul 2008 21:37:28 +0000 (14:37 -0700)] 
winhttp: Add stub implementation for WinHttpConnect.

15 years agowinhttp.h: Add WinHTTP error codes.
Zac Brown [Thu, 3 Jul 2008 17:06:54 +0000 (10:06 -0700)] 
winhttp.h: Add WinHTTP error codes.

15 years agows2_32: Prevent segfault in trace for NULL AddressString.
Kai Blin [Thu, 3 Jul 2008 17:52:14 +0000 (19:52 +0200)] 
ws2_32: Prevent segfault in trace for NULL AddressString.

15 years agoc2man: Don't mangle 'dll' when its part of another word.
Jon Griffiths [Thu, 3 Jul 2008 21:25:38 +0000 (14:25 -0700)] 
c2man: Don't mangle 'dll' when its part of another word.

15 years agomshtml: Don't mix nsresult with HRESULT.
Jacek Caban [Fri, 4 Jul 2008 15:23:51 +0000 (17:23 +0200)] 
mshtml: Don't mix nsresult with HRESULT.

15 years agoquartz: Set filesource initial state to stopped.
Maarten Lankhorst [Fri, 4 Jul 2008 01:21:37 +0000 (18:21 -0700)] 
quartz: Set filesource initial state to stopped.

Fixes a bug valgrind found.

15 years agoquartz: Make CLSID_AudioRender an alias for CLSID_DSoundRender.
Maarten Lankhorst [Wed, 2 Jul 2008 23:48:13 +0000 (16:48 -0700)] 
quartz: Make CLSID_AudioRender an alias for CLSID_DSoundRender.

15 years agoopengl32: glGetString() should return NULL on NULL context.
Massimo Del Fedele [Wed, 2 Jul 2008 14:51:26 +0000 (16:51 +0200)] 
opengl32: glGetString() should return NULL on NULL context.

15 years agoserver: Set the visible rect in the set_window_pos request again.
Alexandre Julliard [Thu, 3 Jul 2008 18:33:12 +0000 (20:33 +0200)] 
server: Set the visible rect in the set_window_pos request again.

This essentially reverts 2f69329a370954188af401f8270c89e626c5b3fd.
We really need the visible rect to be set atomically with the rest of
the window position info.

15 years agontdll: Split the signal setup into process-wide and thread-specific routines.
Alexandre Julliard [Thu, 3 Jul 2008 18:18:23 +0000 (20:18 +0200)] 
ntdll: Split the signal setup into process-wide and thread-specific routines.

15 years agokernel32: Use a proper structure for thunks instead of an array of WORDs.
Alexandre Julliard [Thu, 3 Jul 2008 16:15:03 +0000 (18:15 +0200)] 
kernel32: Use a proper structure for thunks instead of an array of WORDs.

15 years agomakedep: Add dependencies on wine/exception.h for widl-generated files.
Alexandre Julliard [Thu, 3 Jul 2008 10:59:50 +0000 (12:59 +0200)] 
makedep: Add dependencies on wine/exception.h for widl-generated files.

15 years agowidl: Add support for exception handling in the generated proxy code.
Alexandre Julliard [Thu, 3 Jul 2008 10:59:37 +0000 (12:59 +0200)] 
widl: Add support for exception handling in the generated proxy code.

15 years agowidl: Add support for exception handling in the generated server code.
Alexandre Julliard [Thu, 3 Jul 2008 10:59:33 +0000 (12:59 +0200)] 
widl: Add support for exception handling in the generated server code.

15 years agorpc.h: Use the correct exception definitions when USE_COMPILER_EXCEPTIONS is set.
Alexandre Julliard [Thu, 3 Jul 2008 10:58:57 +0000 (12:58 +0200)] 
rpc.h: Use the correct exception definitions when USE_COMPILER_EXCEPTIONS is set.

15 years agoexception.h: Make the RtlUnwind wrapper available separately.
Alexandre Julliard [Thu, 3 Jul 2008 10:57:43 +0000 (12:57 +0200)] 
exception.h: Make the RtlUnwind wrapper available separately.

Also avoid dependency on winternl.h.

15 years agooleaut32: Include the system jpeg and png headers before the Windows headers.
Alexandre Julliard [Thu, 3 Jul 2008 10:39:28 +0000 (12:39 +0200)] 
oleaut32: Include the system jpeg and png headers before the Windows headers.

15 years agomsxml3/test: Fix a typo in test node_to_string().
Zhangrong Huang [Wed, 2 Jul 2008 16:18:48 +0000 (00:18 +0800)] 
msxml3/test: Fix a typo in test node_to_string().

15 years agosecur32: Allow loading external schannel.dll.
Zhangrong Huang [Wed, 2 Jul 2008 15:18:49 +0000 (23:18 +0800)] 
secur32: Allow loading external schannel.dll.

15 years agomsxml3: Added tests to check for invalid arguments.
Alistair Leslie-Hughes [Wed, 2 Jul 2008 06:16:48 +0000 (16:16 +1000)] 
msxml3: Added tests to check for invalid arguments.

15 years agomsxml3: Added checks for invalid arguments in nodelist.
Alistair Leslie-Hughes [Wed, 2 Jul 2008 06:16:05 +0000 (16:16 +1000)] 
msxml3: Added checks for invalid arguments in nodelist.

15 years agomsxml3: Added checks for invalid arguments in queryresult.
Alistair Leslie-Hughes [Wed, 2 Jul 2008 06:15:55 +0000 (16:15 +1000)] 
msxml3: Added checks for invalid arguments in queryresult.

15 years agowininet/tests: Add HTTP 1.1 test.
Alexander Morozov [Wed, 2 Jul 2008 07:56:12 +0000 (11:56 +0400)] 
wininet/tests: Add HTTP 1.1 test.

15 years agowininet/tests: Additional HTTP header tests.
Alexander Morozov [Wed, 2 Jul 2008 07:52:18 +0000 (11:52 +0400)] 
wininet/tests: Additional HTTP header tests.

15 years agomshtml: Add HTMLWindow_scrollBy implementation.
Sinitsin Ivan [Wed, 2 Jul 2008 06:22:56 +0000 (10:22 +0400)] 
mshtml: Add HTMLWindow_scrollBy implementation.

15 years agomshtml: Add HTMLWindow_scrollTo implementation.
Sinitsin Ivan [Wed, 2 Jul 2008 06:20:42 +0000 (10:20 +0400)] 
mshtml: Add HTMLWindow_scrollTo implementation.

15 years agomsxml3: Use libxml macros to get the length of a set.
Alistair Leslie-Hughes [Wed, 2 Jul 2008 00:22:36 +0000 (10:22 +1000)] 
msxml3: Use libxml macros to get the length of a set.

15 years agomsxml3/tests: Fix error messages.
Piotr Caban [Tue, 1 Jul 2008 21:05:27 +0000 (23:05 +0200)] 
msxml3/tests: Fix error messages.

15 years agomsxml3/tests: Better error messages formatting.
Piotr Caban [Tue, 1 Jul 2008 21:05:10 +0000 (23:05 +0200)] 
msxml3/tests: Better error messages formatting.

15 years agovdmdbg: Add stub for VDMEnumProcessWOW.
Vijay Kiran Kamuju [Tue, 1 Jul 2008 20:24:46 +0000 (16:24 -0400)] 
vdmdbg: Add stub for VDMEnumProcessWOW.

15 years agogdiplus: Construction/desctruction tests for PathIterator.
Nikolay Sivov [Thu, 3 Jul 2008 06:42:13 +0000 (10:42 +0400)] 
gdiplus: Construction/desctruction tests for PathIterator.

15 years agogdiplus: Added file for PathIterator testing.
Nikolay Sivov [Thu, 3 Jul 2008 06:42:08 +0000 (10:42 +0400)] 
gdiplus: Added file for PathIterator testing.

15 years agogdiplus: Implementation of GdipPathIterEnumerate.
Nikolay Sivov [Thu, 3 Jul 2008 06:41:57 +0000 (10:41 +0400)] 
gdiplus: Implementation of GdipPathIterEnumerate.

15 years agogdiplus: Implemented GdipDrawBeziers.
Nikolay Sivov [Wed, 2 Jul 2008 23:04:50 +0000 (03:04 +0400)] 
gdiplus: Implemented GdipDrawBeziers.

15 years agogdiplus: Implemented GdipCreateTextureIAI using float args version.
Nikolay Sivov [Wed, 2 Jul 2008 23:04:40 +0000 (03:04 +0400)] 
gdiplus: Implemented GdipCreateTextureIAI using float args version.

15 years agoinclude: Add more #define's for winhttp options.
Zac Brown [Wed, 2 Jul 2008 20:39:32 +0000 (13:39 -0700)] 
include: Add more #define's for winhttp options.

15 years agorichedit: Fixed simulated keyboard events on tests.
Dylan Smith [Wed, 2 Jul 2008 14:44:01 +0000 (10:44 -0400)] 
richedit: Fixed simulated keyboard events on tests.

15 years agowidl: Consolidate top-level parameter conformance/variance expression writing into...
Rob Shearman [Thu, 3 Jul 2008 08:11:00 +0000 (09:11 +0100)] 
widl: Consolidate top-level parameter conformance/variance expression writing into a separate function.

Descend through as many pointer types as necessary to find the
fundamental type and determine whether it needs a top-level parameter
conformance/variance expression to be written.

Add support for writing top-level parameter conformance/variance
expressions for non-encapsulated unions.

15 years agoquartz: Fix return value for video renderer.
Maarten Lankhorst [Thu, 3 Jul 2008 03:09:33 +0000 (20:09 -0700)] 
quartz: Fix return value for video renderer.

15 years agoquartz: Fix return values in directsound renderer.
Maarten Lankhorst [Thu, 3 Jul 2008 03:08:46 +0000 (20:08 -0700)] 
quartz: Fix return values in directsound renderer.

15 years agowined3d: Fix a deadlock that may occur during initialization.
Maarten Lankhorst [Thu, 3 Jul 2008 03:08:10 +0000 (20:08 -0700)] 
wined3d: Fix a deadlock that may occur during initialization.

15 years agogdiplus: Remove redundant NULL check before GdipFree (Smatch).
Michael Stefaniuc [Wed, 2 Jul 2008 21:39:01 +0000 (23:39 +0200)] 
gdiplus: Remove redundant NULL check before GdipFree (Smatch).

15 years agowined3d: Track depth stencil location per-surface.
H. Verbeet [Wed, 2 Jul 2008 21:00:41 +0000 (23:00 +0200)] 
wined3d: Track depth stencil location per-surface.

This gets rid of depth_copy_state in the device, and instead tracks
the most up to date location per-surface. This makes things a lot
easier to follow, and allows us to make a copy when switching depth
stencils in SetDepthStencilSurface().

15 years agowined3d: Use dst_fbo to do the depth blit.
H. Verbeet [Wed, 2 Jul 2008 21:00:11 +0000 (23:00 +0200)] 
wined3d: Use dst_fbo to do the depth blit.

This makes the depth copy independent of the currently attached render
targets. This is important for the next patch because it might do a
depth copy when the render targets aren't in a valid configuration
(SetDepthStencilSurface()).

15 years agowined3d: Make sure the FBO doesn't have any depth attachments in color_fill_fbo(...
H. Verbeet [Wed, 2 Jul 2008 20:59:49 +0000 (22:59 +0200)] 
wined3d: Make sure the FBO doesn't have any depth attachments in color_fill_fbo() and stretch_rect_fbo().

Currently this is already true, but the next patch will break that assumption.

15 years agowinex11: Made local constant static.
Michael Karcher [Wed, 2 Jul 2008 18:17:23 +0000 (20:17 +0200)] 
winex11: Made local constant static.

15 years agoshell32: Check registry entry for cpl files (in standard control panel).
Owen Rudge [Wed, 2 Jul 2008 17:08:42 +0000 (18:08 +0100)] 
shell32: Check registry entry for cpl files (in standard control panel).

15 years agomshtml: Set doc to NULL in NSContainer_Release.
Jacek Caban [Wed, 2 Jul 2008 16:43:22 +0000 (18:43 +0200)] 
mshtml: Set doc to NULL in NSContainer_Release.

15 years agoinetmib1: Fix test failures on some systems.
Juan Lang [Wed, 2 Jul 2008 15:15:20 +0000 (08:15 -0700)] 
inetmib1: Fix test failures on some systems.

15 years agomsxml3: Added support to create an Attribute in createNode.
Alistair Leslie-Hughes [Wed, 2 Jul 2008 12:49:50 +0000 (22:49 +1000)] 
msxml3: Added support to create an Attribute in createNode.

15 years agoquartz/tests: Make tests run on everything lower then Vista.
Paul Vriens [Wed, 2 Jul 2008 11:59:22 +0000 (13:59 +0200)] 
quartz/tests: Make tests run on everything lower then Vista.

15 years agogdiplus: Add some more region stubs.
Huw Davies [Wed, 2 Jul 2008 10:53:54 +0000 (11:53 +0100)] 
gdiplus: Add some more region stubs.

15 years agonetapi32: Make sure NetUserGetInfo can find the current user.
Kai Blin [Wed, 2 Jul 2008 10:26:35 +0000 (12:26 +0200)] 
netapi32: Make sure NetUserGetInfo can find the current user.

15 years agoiphlpapi: Fix the return value of GetPerAdapterInfo, with tests.
Alexandre Julliard [Wed, 2 Jul 2008 15:27:37 +0000 (17:27 +0200)] 
iphlpapi: Fix the return value of GetPerAdapterInfo, with tests.

15 years agouser32: Split the SetWindowPos driver backend in WindowPosChanging/Changed.
Alexandre Julliard [Wed, 2 Jul 2008 13:40:10 +0000 (15:40 +0200)] 
user32: Split the SetWindowPos driver backend in WindowPosChanging/Changed.

This is needed to allow updating the visible rect before invalidating
the DCEs.

15 years agowinspool: Use the backend for EnumMonitors.
Detlef Riekenberg [Mon, 30 Jun 2008 19:54:57 +0000 (21:54 +0200)] 
winspool: Use the backend for EnumMonitors.

15 years agolocalspl: Implement fpEnumMonitors.
Detlef Riekenberg [Mon, 30 Jun 2008 19:49:31 +0000 (21:49 +0200)] 
localspl: Implement fpEnumMonitors.

15 years agowined3d: Restore the gamma when destroying the swapchain.
Stefan Dösinger [Tue, 1 Jul 2008 16:17:38 +0000 (11:17 -0500)] 
wined3d: Restore the gamma when destroying the swapchain.

15 years agowined3d: Delay render target activation.
Stefan Dösinger [Mon, 16 Jun 2008 23:42:55 +0000 (01:42 +0200)] 
wined3d: Delay render target activation.

The ActivateContext in SetRenderTarget was an old regression prevention,
but now it is time to remove it.

15 years agowined3d: Use CTXUSAGE_RESOURCELOAD for fb->texture reads.
Stefan Dösinger [Mon, 16 Jun 2008 23:41:02 +0000 (01:41 +0200)] 
wined3d: Use CTXUSAGE_RESOURCELOAD for fb->texture reads.

There is no need for _BLIT usage. RESOURCELOAD should be faster.

15 years agowined3d: Update the blit ortho on size changes.
Stefan Dösinger [Mon, 16 Jun 2008 23:41:49 +0000 (01:41 +0200)] 
wined3d: Update the blit ortho on size changes.

SetupForBlit sets up the GL viewport and projection matrix for
screen-cordinate access to the framebuffer. These settings were not
updated if the other gl states were already set up for blitting. Guild
Wars reads back an offscreen rendered texture from the framebuffer,
which currently sets up CTXUSAGE_BLIT, then changes the render target,
and draws to the texture, which has to be reloaded from system memory
before it can be rendered to(since GW loaded some data into it). If the
two render targets had different size this failed.

15 years agowined3d: RENDERTARGET | AUTOGENMIPMAP are compatible.
Stefan Dösinger [Tue, 1 Jul 2008 15:10:28 +0000 (10:10 -0500)] 
wined3d: RENDERTARGET | AUTOGENMIPMAP are compatible.

The test used D3DPOOL_MANAGED which is mutually exclusive with
RENDERTARGET usage, thus the call failed.

15 years agoquartz: Fix memory leak and behavior on errors in FilterMapper_EnumMatchingFilters.
Alexander Dorofeyev [Tue, 1 Jul 2008 21:59:33 +0000 (00:59 +0300)] 
quartz: Fix memory leak and behavior on errors in FilterMapper_EnumMatchingFilters.

15 years agoquartz: Fix memory leak in FilterMapper_RegisterFilter.
Alexander Dorofeyev [Tue, 1 Jul 2008 21:59:27 +0000 (00:59 +0300)] 
quartz: Fix memory leak in FilterMapper_RegisterFilter.

15 years agoquartz: Fix memleak in FilterMapper2_RegisterFilter.
Alexander Dorofeyev [Tue, 1 Jul 2008 21:59:21 +0000 (00:59 +0300)] 
quartz: Fix memleak in FilterMapper2_RegisterFilter.

15 years agoquartz: Fix memory leaks in FM2_DeleteRegFilter.
Alexander Dorofeyev [Tue, 1 Jul 2008 21:59:10 +0000 (00:59 +0300)] 
quartz: Fix memory leaks in FM2_DeleteRegFilter.

15 years agoquartz: Fix memory leaks in IEnumRegFiltersImpl_Release.
Alexander Dorofeyev [Tue, 1 Jul 2008 21:58:57 +0000 (00:58 +0300)] 
quartz: Fix memory leaks in IEnumRegFiltersImpl_Release.

15 years agoquartz: Fix interface leak in EnumMonikerImpl_Release.
Alexander Dorofeyev [Tue, 1 Jul 2008 21:58:48 +0000 (00:58 +0300)] 
quartz: Fix interface leak in EnumMonikerImpl_Release.

15 years agogdiplus: Test GdipCloneImage.
Adam Petaccia [Wed, 2 Jul 2008 01:04:10 +0000 (21:04 -0400)] 
gdiplus: Test GdipCloneImage.

15 years agogdiplus: Stub GdipCloneImage.
Adam Petaccia [Wed, 2 Jul 2008 01:03:34 +0000 (21:03 -0400)] 
gdiplus: Stub GdipCloneImage.

15 years agogdiplus: Correct spec entry for GdipFlush.
Adam Petaccia [Wed, 2 Jul 2008 00:46:31 +0000 (20:46 -0400)] 
gdiplus: Correct spec entry for GdipFlush.

15 years agontdll: Skip the byte swap test in win2k.
James Hawkins [Wed, 2 Jul 2008 04:21:17 +0000 (23:21 -0500)] 
ntdll: Skip the byte swap test in win2k.

15 years agogdi32: Fix two tests that fail for all platforms.
James Hawkins [Wed, 2 Jul 2008 04:20:12 +0000 (23:20 -0500)] 
gdi32: Fix two tests that fail for all platforms.

15 years agorpcrt4: Fix a failing test in win2k.
James Hawkins [Wed, 2 Jul 2008 04:22:39 +0000 (23:22 -0500)] 
rpcrt4: Fix a failing test in win2k.

15 years agod3d9: Fix a test that fails with broken drivers.
James Hawkins [Wed, 2 Jul 2008 04:23:18 +0000 (23:23 -0500)] 
d3d9: Fix a test that fails with broken drivers.

15 years agoadvapi32: Send in an empty string to RegSetValueEx to avoid a test failure in win95.
James Hawkins [Wed, 2 Jul 2008 04:23:51 +0000 (23:23 -0500)] 
advapi32: Send in an empty string to RegSetValueEx to avoid a test failure in win95.

15 years agokernel32: Fix test failures because of a broken ReplaceFile in win2k.
James Hawkins [Wed, 2 Jul 2008 04:20:46 +0000 (23:20 -0500)] 
kernel32: Fix test failures because of a broken ReplaceFile in win2k.

15 years agodsound: Fix a failing test for broken drivers.
James Hawkins [Wed, 2 Jul 2008 04:19:38 +0000 (23:19 -0500)] 
dsound: Fix a failing test for broken drivers.

15 years agoddraw: Fix a failing test for broken drivers.
James Hawkins [Wed, 2 Jul 2008 04:19:06 +0000 (23:19 -0500)] 
ddraw: Fix a failing test for broken drivers.

15 years agoddraw: Fix a failing test for broken drivers.
James Hawkins [Wed, 2 Jul 2008 04:18:05 +0000 (23:18 -0500)] 
ddraw: Fix a failing test for broken drivers.

15 years agoadvapi32: Fix a failing test in win2k.
James Hawkins [Wed, 2 Jul 2008 04:16:54 +0000 (23:16 -0500)] 
advapi32: Fix a failing test in win2k.

15 years agofusion: pwzFilePath is an out parameter, so don't trace its contents.
James Hawkins [Wed, 2 Jul 2008 04:16:15 +0000 (23:16 -0500)] 
fusion: pwzFilePath is an out parameter, so don't trace its contents.

15 years agomsi: Test the special _Storages table.
James Hawkins [Tue, 1 Jul 2008 19:56:05 +0000 (14:56 -0500)] 
msi: Test the special _Storages table.