wine
16 years agoquartz: Add a filtergraph test for mpeg files.
Lei Zhang [Wed, 14 Jan 2009 18:48:19 +0000 (10:48 -0800)] 
quartz: Add a filtergraph test for mpeg files.

16 years agogdiplus: GdipLoadImageFromStream should use well-known pixel format constants when...
Andrey Turkin [Thu, 15 Jan 2009 09:39:47 +0000 (12:39 +0300)] 
gdiplus: GdipLoadImageFromStream should use well-known pixel format constants when possible.

16 years agoole32: Do not crash in WriteClassStg if passed NULL pointer.
Andrey Turkin [Wed, 14 Jan 2009 19:31:06 +0000 (22:31 +0300)] 
ole32: Do not crash in WriteClassStg if passed NULL pointer.

16 years agoole32: Add IContextCallback interface to context object.
Andrey Turkin [Wed, 14 Jan 2009 17:28:09 +0000 (20:28 +0300)] 
ole32: Add IContextCallback interface to context object.

16 years agoshell32: Document SHFlushSFCache, and remove an unneeded fixme.
Juan Lang [Wed, 14 Jan 2009 16:31:04 +0000 (08:31 -0800)] 
shell32: Document SHFlushSFCache, and remove an unneeded fixme.

16 years agowininet: Send a content length header for all verbs other than GET.
Hans Leidekker [Wed, 14 Jan 2009 15:20:11 +0000 (16:20 +0100)] 
wininet: Send a content length header for all verbs other than GET.

16 years agokernel32/tests: Add test cases for reading/writing process memory from an invalid...
Alexandre Julliard [Wed, 14 Jan 2009 19:36:42 +0000 (20:36 +0100)] 
kernel32/tests: Add test cases for reading/writing process memory from an invalid buffer address.

16 years agontdll: Check buffer for access in NtRead/WriteVirtualMemory.
Alexandre Julliard [Wed, 14 Jan 2009 19:36:27 +0000 (20:36 +0100)] 
ntdll: Check buffer for access in NtRead/WriteVirtualMemory.

This also triggers page faults needed for DIB section access and write
watches.

16 years agokernel32: Remove the DIB section hack in WriteFile now that NtWriteFile takes care...
Alexandre Julliard [Wed, 14 Jan 2009 19:20:14 +0000 (20:20 +0100)] 
kernel32: Remove the DIB section hack in WriteFile now that NtWriteFile takes care of it.

16 years agogdi32/tests: Add a test case for calling WriteFile with the DIB section bits as buffer.
Alexandre Julliard [Wed, 14 Jan 2009 19:19:42 +0000 (20:19 +0100)] 
gdi32/tests: Add a test case for calling WriteFile with the DIB section bits as buffer.

16 years agokernel32/tests: Add test cases for reading/writing from an invalid buffer address.
Alexandre Julliard [Wed, 14 Jan 2009 19:18:29 +0000 (20:18 +0100)] 
kernel32/tests: Add test cases for reading/writing from an invalid buffer address.

16 years agontdll: Check buffer for access in NtReadFile before performing I/O.
Alexandre Julliard [Wed, 14 Jan 2009 19:17:52 +0000 (20:17 +0100)] 
ntdll: Check buffer for access in NtReadFile before performing I/O.

This also triggers page faults needed for write watches.

16 years agontdll: Check buffer for access in NtWriteFile before performing I/O.
Alexandre Julliard [Wed, 14 Jan 2009 19:17:52 +0000 (20:17 +0100)] 
ntdll: Check buffer for access in NtWriteFile before performing I/O.

This also triggers page faults needed for DIB section access.

16 years agocabinet: Don't try to copy data from the file if we don't even have a data buffer.
Alexandre Julliard [Thu, 15 Jan 2009 11:03:08 +0000 (12:03 +0100)] 
cabinet: Don't try to copy data from the file if we don't even have a data buffer.

16 years agocomdlg32: We no longer need to update the dialog struct on exit as all of the informa...
Huw Davies [Wed, 14 Jan 2009 14:42:38 +0000 (14:42 +0000)] 
comdlg32: We no longer need to update the dialog struct on exit as all of the information is up to date.

16 years agocomdlg32: Use a unicode dialog.
Huw Davies [Wed, 14 Jan 2009 14:43:08 +0000 (14:43 +0000)] 
comdlg32: Use a unicode dialog.

16 years agocomdlg32: Keep the DEVMODE's papersize member up to date.
Huw Davies [Wed, 14 Jan 2009 14:43:00 +0000 (14:43 +0000)] 
comdlg32: Keep the DEVMODE's papersize member up to date.

16 years agocomdlg32: Keep the DEVMODE's orientation member up to date.
Huw Davies [Wed, 14 Jan 2009 14:42:53 +0000 (14:42 +0000)] 
comdlg32: Keep the DEVMODE's orientation member up to date.

16 years agowinhlp32: Make some functions static in hlpfile.c and remove HLPFILE_PointsToTwips().
Francois Gouget [Wed, 14 Jan 2009 13:52:50 +0000 (14:52 +0100)] 
winhlp32: Make some functions static in hlpfile.c and remove HLPFILE_PointsToTwips().

16 years agowinhlp32: Reorder some functions to avoid forward declarations in hlpfile.c.
Francois Gouget [Wed, 14 Jan 2009 13:52:32 +0000 (14:52 +0100)] 
winhlp32: Reorder some functions to avoid forward declarations in hlpfile.c.

16 years agokernel32/tests: Some todo tests for CompareStringA and lstrcmpi.
Nikolay Sivov [Wed, 14 Jan 2009 13:28:58 +0000 (16:28 +0300)] 
kernel32/tests: Some todo tests for CompareStringA and lstrcmpi.

16 years agouser32/tests: Add tests for DdeGetData Ascii interface.
Jeff Latimer [Wed, 14 Jan 2009 07:29:28 +0000 (18:29 +1100)] 
user32/tests: Add tests for DdeGetData Ascii interface.

16 years agouser32: Check for NULL pData in DdeClientTransAction expecting to be passed a handle.
Jeff Latimer [Wed, 14 Jan 2009 07:29:18 +0000 (18:29 +1100)] 
user32: Check for NULL pData in DdeClientTransAction expecting to be passed a handle.

16 years agoddrawex/tests: Don't crash on win9x.
Paul Vriens [Wed, 14 Jan 2009 13:29:56 +0000 (14:29 +0100)] 
ddrawex/tests: Don't crash on win9x.

16 years agosetupapi/tests: Fix some test failures on win9x.
Paul Vriens [Wed, 14 Jan 2009 13:26:38 +0000 (14:26 +0100)] 
setupapi/tests: Fix some test failures on win9x.

16 years agoconfigure: Check for ESound, FreeType, GPhoto2 and SANE even if their 'xxx-config...
Francois Gouget [Wed, 14 Jan 2009 13:16:06 +0000 (14:16 +0100)] 
configure: Check for ESound, FreeType, GPhoto2 and SANE even if their 'xxx-config' tool is missing.

16 years agoddrawex: Add a trailing '\n' to a Wine trace.
Francois Gouget [Wed, 14 Jan 2009 13:15:45 +0000 (14:15 +0100)] 
ddrawex: Add a trailing '\n' to a Wine trace.

16 years agowidl: Add a trailing '\n' to an error() message.
Francois Gouget [Wed, 14 Jan 2009 13:15:33 +0000 (14:15 +0100)] 
widl: Add a trailing '\n' to an error() message.

16 years agorpcrt4/tests: Add a trailing '\n' to ok() calls.
Francois Gouget [Wed, 14 Jan 2009 13:15:26 +0000 (14:15 +0100)] 
rpcrt4/tests: Add a trailing '\n' to ok() calls.

16 years agorichedit: Correct limitations on values for setting zoom ratio.
Dylan Smith [Tue, 13 Jan 2009 18:39:39 +0000 (13:39 -0500)] 
richedit: Correct limitations on values for setting zoom ratio.

16 years agorichedit: Zoom in and out with mouse wheel with control held.
Dylan Smith [Tue, 13 Jan 2009 18:39:32 +0000 (13:39 -0500)] 
richedit: Zoom in and out with mouse wheel with control held.

16 years agorichedit: Added tests for zooming.
Dylan Smith [Tue, 13 Jan 2009 18:39:23 +0000 (13:39 -0500)] 
richedit: Added tests for zooming.

The contents of the text can be zoomed in with EM_SETZOOM, or with the
mouse wheel.  EM_SETZOOM is implemented, but these tests show bugs in
the implementation, and zooming using the mouse wheel isn't
implemented at all yet.

16 years agoole32/tests: Add test for IContextCallback.
Andrey Turkin [Tue, 13 Jan 2009 22:59:03 +0000 (01:59 +0300)] 
ole32/tests: Add test for IContextCallback.

16 years agoinclude: Add ctxtcall.idl file with IContextCallback interface definition.
Andrey Turkin [Tue, 13 Jan 2009 22:58:41 +0000 (01:58 +0300)] 
include: Add ctxtcall.idl file with IContextCallback interface definition.

16 years agocryptnet: Remove superfluous pointer casts.
Michael Stefaniuc [Wed, 14 Jan 2009 08:51:43 +0000 (09:51 +0100)] 
cryptnet: Remove superfluous pointer casts.

16 years agod3d8: Remove superfluous pointer casts.
Michael Stefaniuc [Wed, 14 Jan 2009 08:51:52 +0000 (09:51 +0100)] 
d3d8: Remove superfluous pointer casts.

16 years agodswave: Remove superfluous pointer casts.
Michael Stefaniuc [Wed, 14 Jan 2009 08:52:15 +0000 (09:52 +0100)] 
dswave: Remove superfluous pointer casts.

16 years agogdiplus: Remove superfluous pointer casts.
Michael Stefaniuc [Wed, 14 Jan 2009 08:52:24 +0000 (09:52 +0100)] 
gdiplus: Remove superfluous pointer casts.

16 years agowined3d: Fix a memory leak in CreateSwapChain() error handling.
Henri Verbeet [Wed, 14 Jan 2009 09:01:12 +0000 (10:01 +0100)] 
wined3d: Fix a memory leak in CreateSwapChain() error handling.

16 years agowined3d: Get rid of D3DCREATEOBJECTINSTANCE.
Henri Verbeet [Wed, 14 Jan 2009 09:01:11 +0000 (10:01 +0100)] 
wined3d: Get rid of D3DCREATEOBJECTINSTANCE.

16 years agowined3d: Remove AddDirtyRect() from the public interface.
Henri Verbeet [Wed, 14 Jan 2009 09:01:11 +0000 (10:01 +0100)] 
wined3d: Remove AddDirtyRect() from the public interface.

16 years agowined3d: Remove AddDirtyBox() from the public interface.
Henri Verbeet [Wed, 14 Jan 2009 09:01:10 +0000 (10:01 +0100)] 
wined3d: Remove AddDirtyBox() from the public interface.

This is an internal wined3d function.

16 years agowined3d: Remove CleanDirtyBox().
Henri Verbeet [Wed, 14 Jan 2009 09:01:10 +0000 (10:01 +0100)] 
wined3d: Remove CleanDirtyBox().

It's never used.

16 years agoconfigure: Specify the target flags directly from configure to avoid trouble on BSD...
Alexandre Julliard [Wed, 14 Jan 2009 11:53:42 +0000 (12:53 +0100)] 
configure: Specify the target flags directly from configure to avoid trouble on BSD make.

16 years agowinebuild: Add -b as a short option for --target for gcc compatibility.
Alexandre Julliard [Wed, 14 Jan 2009 11:52:53 +0000 (12:52 +0100)] 
winebuild: Add -b as a short option for --target for gcc compatibility.

16 years agomshtml: Add missing IHTMLCurrentStyle interfaces.
Alistair Leslie-Hughes [Tue, 13 Jan 2009 08:22:54 +0000 (19:22 +1100)] 
mshtml: Add missing IHTMLCurrentStyle interfaces.

16 years agomsxml3: Add fixme for unsupported parameter.
Alistair Leslie-Hughes [Tue, 13 Jan 2009 21:29:27 +0000 (08:29 +1100)] 
msxml3: Add fixme for unsupported parameter.

16 years agoriched20: Declare some functions static.
Andrew Talbot [Tue, 13 Jan 2009 23:25:51 +0000 (23:25 +0000)] 
riched20: Declare some functions static.

16 years agoshell32: A nicer icon for desktop.
Hervé Chanal [Tue, 13 Jan 2009 15:58:41 +0000 (16:58 +0100)] 
shell32: A nicer icon for desktop.

16 years agowrc: Warn for duplicate dialog ids.
Dmitry Timoshkov [Wed, 14 Jan 2009 10:31:29 +0000 (18:31 +0800)] 
wrc: Warn for duplicate dialog ids.

16 years agowordpad: Use "-1" as a "don't care value", fix dialog id duplicates.
Dmitry Timoshkov [Wed, 14 Jan 2009 10:31:00 +0000 (18:31 +0800)] 
wordpad: Use "-1" as a "don't care value", fix dialog id duplicates.

16 years agowinemine: Use "-1" as a "don't care value", fix dialog id duplicates.
Dmitry Timoshkov [Wed, 14 Jan 2009 10:30:44 +0000 (18:30 +0800)] 
winemine: Use "-1" as a "don't care value", fix dialog id duplicates.

16 years agoprogman: Use "-1" as a "don't care value", fix dialog id duplicates.
Dmitry Timoshkov [Wed, 14 Jan 2009 10:30:26 +0000 (18:30 +0800)] 
progman: Use "-1" as a "don't care value", fix dialog id duplicates.

16 years agooleview: Use "-1" as a "don't care value", fix dialog id duplicates.
Dmitry Timoshkov [Wed, 14 Jan 2009 10:30:05 +0000 (18:30 +0800)] 
oleview: Use "-1" as a "don't care value", fix dialog id duplicates.

16 years agoserialui: Use "-1" as a "don't care value", fix dialog id duplicates.
Dmitry Timoshkov [Wed, 14 Jan 2009 10:29:44 +0000 (18:29 +0800)] 
serialui: Use "-1" as a "don't care value", fix dialog id duplicates.

16 years agomshtml: Use "-1" as a "don't care value", fix dialog id duplicates.
Dmitry Timoshkov [Wed, 14 Jan 2009 10:29:27 +0000 (18:29 +0800)] 
mshtml: Use "-1" as a "don't care value", fix dialog id duplicates.

16 years agocryptui: Use "-1" as a "don't care value", fix dialog id duplicates.
Dmitry Timoshkov [Wed, 14 Jan 2009 10:29:06 +0000 (18:29 +0800)] 
cryptui: Use "-1" as a "don't care value", fix dialog id duplicates.

16 years agocredui: Use "-1" as a "don't care value", fix dialog id duplicates.
Dmitry Timoshkov [Wed, 14 Jan 2009 10:28:46 +0000 (18:28 +0800)] 
credui: Use "-1" as a "don't care value", fix dialog id duplicates.

16 years agoinclude: Change to LONG/ULONG in fdi.h for Win64 compatibility.
Michael Stefaniuc [Tue, 13 Jan 2009 22:31:50 +0000 (23:31 +0100)] 
include: Change to LONG/ULONG in fdi.h for Win64 compatibility.

16 years agoinclude: Change to LONG/ULONG in fci.h for Win64 compatibility.
Michael Stefaniuc [Tue, 13 Jan 2009 22:31:29 +0000 (23:31 +0100)] 
include: Change to LONG/ULONG in fci.h for Win64 compatibility.

16 years agoddrawex: Remove superfluous pointer casts.
Michael Stefaniuc [Wed, 14 Jan 2009 08:52:06 +0000 (09:52 +0100)] 
ddrawex: Remove superfluous pointer casts.

16 years agoddraw: Remove superfluous pointer casts.
Michael Stefaniuc [Tue, 13 Jan 2009 22:31:09 +0000 (23:31 +0100)] 
ddraw: Remove superfluous pointer casts.

16 years agocomdlg32: Remove superfluous pointer casts.
Michael Stefaniuc [Tue, 13 Jan 2009 22:30:08 +0000 (23:30 +0100)] 
comdlg32: Remove superfluous pointer casts.

16 years agosetupapi: Add the Romanian translation.
Michael Stefaniuc [Wed, 14 Jan 2009 08:59:47 +0000 (09:59 +0100)] 
setupapi: Add the Romanian translation.

16 years agowineps.drv: Add the Romanian translation.
Michael Stefaniuc [Tue, 13 Jan 2009 22:28:07 +0000 (23:28 +0100)] 
wineps.drv: Add the Romanian translation.

16 years agocomdlg32: Fix typo in #pragma line in cdlg_Ro.rc.
Michael Stefaniuc [Tue, 13 Jan 2009 22:27:52 +0000 (23:27 +0100)] 
comdlg32: Fix typo in #pragma line in cdlg_Ro.rc.

16 years agontdll: Check pointers in NtAccessCheck to prevent access violation.
Nikolay Sivov [Tue, 13 Jan 2009 19:54:32 +0000 (22:54 +0300)] 
ntdll: Check pointers in NtAccessCheck to prevent access violation.

16 years agocomctl32/tests: Fix wrong comment-headline in toolbar.c.
André Hentschel [Tue, 13 Jan 2009 19:47:09 +0000 (20:47 +0100)] 
comctl32/tests: Fix wrong comment-headline in toolbar.c.

16 years agosetupapi: Fix resolving target path when given a section. Default to the system direc...
Hans Leidekker [Tue, 13 Jan 2009 16:22:11 +0000 (17:22 +0100)] 
setupapi: Fix resolving target path when given a section. Default to the system directory.

16 years agouser32/tests: Fix the layered window tests for some Vista versions.
Alexandre Julliard [Tue, 13 Jan 2009 16:06:31 +0000 (17:06 +0100)] 
user32/tests: Fix the layered window tests for some Vista versions.

16 years agouser32/tests: Comment out the menu size tests, there's no consistent behavior to...
Alexandre Julliard [Tue, 13 Jan 2009 16:06:17 +0000 (17:06 +0100)] 
user32/tests: Comment out the menu size tests, there's no consistent behavior to test for.

16 years agod3d9: Use D3DFOG_* constants instead of plain integers.
Stefan Dösinger [Thu, 1 Jan 2009 19:02:35 +0000 (20:02 +0100)] 
d3d9: Use D3DFOG_* constants instead of plain integers.

16 years agod3d9: Properly set AutoRestoreDisplayMode.
Stefan Dösinger [Mon, 22 Dec 2008 18:31:49 +0000 (19:31 +0100)] 
d3d9: Properly set AutoRestoreDisplayMode.

16 years agokernel32: Implemented GetErrorMode().
Nikolay Sivov [Mon, 12 Jan 2009 20:54:12 +0000 (23:54 +0300)] 
kernel32: Implemented GetErrorMode().

16 years agouser32/tests: keybd_event can send HCBT_KEYSKIPPED notifications.
Ge van Geldorp [Mon, 12 Jan 2009 17:03:14 +0000 (18:03 +0100)] 
user32/tests: keybd_event can send HCBT_KEYSKIPPED notifications.

16 years agorpcrt4/tests: Remove NdrVaryingArrayUnmarshall() test, it is broken on Windows.
Ge van Geldorp [Mon, 12 Jan 2009 15:51:40 +0000 (16:51 +0100)] 
rpcrt4/tests: Remove NdrVaryingArrayUnmarshall() test, it is broken on Windows.

The failures in rpcrt4:server on Windows are caused by an access violation
thrown in NdrVaryingArrayUnmarshall() called from get_5numbers(). I've
created a minimum get_5numbers() test with Microsoft tools and that throws
the same access violation. The access violation disappears when zeroing
out the StubMsg before calling NdrClientInitializeNew(), so my guess is
Windows NdrVaryingArrayUnmarshall() uses an uninitialized member.

16 years agowcmd: Fix redirecting a pipe to another pipe.
Erich Hoover [Sun, 11 Jan 2009 20:08:50 +0000 (13:08 -0700)] 
wcmd: Fix redirecting a pipe to another pipe.

16 years agowcmd: Handle batch scripts containing quotes within quotes.
Erich Hoover [Sun, 11 Jan 2009 22:47:53 +0000 (15:47 -0700)] 
wcmd: Handle batch scripts containing quotes within quotes.

16 years agosetupapi: Add support for DIRID_PRINTPROCESSOR.
Andrey Turkin [Tue, 13 Jan 2009 10:49:28 +0000 (13:49 +0300)] 
setupapi: Add support for DIRID_PRINTPROCESSOR.

16 years agod3dx9: Fix falling tests in native windows.
David Adam [Tue, 13 Jan 2009 11:22:25 +0000 (12:22 +0100)] 
d3dx9: Fix falling tests in native windows.

16 years agoole32: Add tests for CoInitializeEx.
Austin English [Tue, 13 Jan 2009 09:52:41 +0000 (03:52 -0600)] 
ole32: Add tests for CoInitializeEx.

16 years agohttpapi: Add HttpDeleteServiceConfiguration, HttpQueryServiceConfiguration and HttpSe...
Andrey Turkin [Mon, 12 Jan 2009 18:01:57 +0000 (21:01 +0300)] 
httpapi: Add HttpDeleteServiceConfiguration, HttpQueryServiceConfiguration and HttpSetServiceConfiguration stubs.

16 years agohttpapi: Add HttpInitialize and HttpTerminate stubs.
Andrey Turkin [Mon, 12 Jan 2009 18:01:27 +0000 (21:01 +0300)] 
httpapi: Add HttpInitialize and HttpTerminate stubs.

16 years agocomdlg32: Use the DEVMODE and DEVNAMES directly from the PAGESETUPDLG structure.
Huw Davies [Tue, 13 Jan 2009 12:18:28 +0000 (12:18 +0000)] 
comdlg32: Use the DEVMODE and DEVNAMES directly from the PAGESETUPDLG structure.

16 years agocomdlg32: Update the original dialog structure rather than a temporary copy.
Huw Davies [Tue, 13 Jan 2009 12:18:23 +0000 (12:18 +0000)] 
comdlg32: Update the original dialog structure rather than a temporary copy.

16 years agoriched20: Declare some functions static.
Andrew Talbot [Mon, 12 Jan 2009 21:48:01 +0000 (21:48 +0000)] 
riched20: Declare some functions static.

16 years agosetupapi: Enable reuse of create_inf_file in tests.
Hans Leidekker [Mon, 12 Jan 2009 21:07:41 +0000 (22:07 +0100)] 
setupapi: Enable reuse of create_inf_file in tests.

16 years agourlmon: Added https binding tests.
Jacek Caban [Mon, 12 Jan 2009 17:20:28 +0000 (18:20 +0100)] 
urlmon: Added https binding tests.

16 years agourlmon: Use pluggable protocol handler for https binding.
Jacek Caban [Mon, 12 Jan 2009 17:20:21 +0000 (18:20 +0100)] 
urlmon: Use pluggable protocol handler for https binding.

16 years agourlmon: Ignore ReportProgress(BINDSTATUS_ACCEPTRANGES) calls.
Jacek Caban [Mon, 12 Jan 2009 17:20:14 +0000 (18:20 +0100)] 
urlmon: Ignore ReportProgress(BINDSTATUS_ACCEPTRANGES) calls.

16 years agourlmon: Added HttpSProtocol object tests.
Jacek Caban [Mon, 12 Jan 2009 17:20:06 +0000 (18:20 +0100)] 
urlmon: Added HttpSProtocol object tests.

16 years agourlmon: Call ReportProgress(BINDSTATUS_ACCEPTRANGES) in https handler.
Jacek Caban [Mon, 12 Jan 2009 17:20:00 +0000 (18:20 +0100)] 
urlmon: Call ReportProgress(BINDSTATUS_ACCEPTRANGES) in https handler.

16 years agowininet: Make sure that we have data buffered before sending INTERNET_STATUS_REQUEST_...
Jacek Caban [Mon, 12 Jan 2009 23:28:25 +0000 (00:28 +0100)] 
wininet: Make sure that we have data buffered before sending INTERNET_STATUS_REQUEST_COMPLETE notification.

16 years agodmime: Remove superfluous pointer casts.
Michael Stefaniuc [Tue, 13 Jan 2009 09:56:24 +0000 (10:56 +0100)] 
dmime: Remove superfluous pointer casts.

16 years agodmusic: Remove superfluous pointer casts.
Michael Stefaniuc [Tue, 13 Jan 2009 09:57:20 +0000 (10:57 +0100)] 
dmusic: Remove superfluous pointer casts.

16 years agoversion: Remove superfluous pointer casts.
Michael Stefaniuc [Tue, 13 Jan 2009 09:55:14 +0000 (10:55 +0100)] 
version: Remove superfluous pointer casts.

16 years agouser32/tests: Do not cast the (IDC|IDI|RT)_* defines to LPSTR.
Michael Stefaniuc [Tue, 13 Jan 2009 09:55:46 +0000 (10:55 +0100)] 
user32/tests: Do not cast the (IDC|IDI|RT)_* defines to LPSTR.

16 years agowintrust/tests: Remove superfluous pointer casts.
Michael Stefaniuc [Tue, 13 Jan 2009 09:54:56 +0000 (10:54 +0100)] 
wintrust/tests: Remove superfluous pointer casts.

16 years agoadvapi32/tests: Remove superfluous pointer casts.
Michael Stefaniuc [Tue, 13 Jan 2009 09:57:53 +0000 (10:57 +0100)] 
advapi32/tests: Remove superfluous pointer casts.

16 years agouxtheme: Remove superfluous pointer casts.
Michael Stefaniuc [Tue, 13 Jan 2009 09:55:29 +0000 (10:55 +0100)] 
uxtheme: Remove superfluous pointer casts.