wine
17 years agowined3d: Rewrite shader_glsl_rcp() to properly take the write mask into account.
H. Verbeet [Mon, 15 Jan 2007 18:33:06 +0000 (19:33 +0100)] 
wined3d: Rewrite shader_glsl_rcp() to properly take the write mask into account.

17 years agowined3d: Rewrite shader_glsl_expp() to properly take the write mask into account.
H. Verbeet [Mon, 15 Jan 2007 18:33:01 +0000 (19:33 +0100)] 
wined3d: Rewrite shader_glsl_expp() to properly take the write mask into account.

17 years agowined3d: Rewrite shader_glsl_cnd() to properly take the write mask into account.
H. Verbeet [Mon, 15 Jan 2007 18:32:54 +0000 (19:32 +0100)] 
wined3d: Rewrite shader_glsl_cnd() to properly take the write mask into account.

Take the difference between ps 1.4 and earlier versions into account.

17 years agowined3d: Rewrite shader_glsl_cmp() to properly take the write mask into account.
H. Verbeet [Mon, 15 Jan 2007 18:32:48 +0000 (19:32 +0100)] 
wined3d: Rewrite shader_glsl_cmp() to properly take the write mask into account.

17 years agowined3d: Rewrite shader_glsl_lrp() to properly take the write mask into account,...
H. Verbeet [Mon, 15 Jan 2007 18:32:40 +0000 (19:32 +0100)] 
wined3d: Rewrite shader_glsl_lrp() to properly take the write mask into account, use the GLSL mix instruction.

17 years agowined3d: Pass the correct mask to shader_glsl_add_src_param() in shader_glsl_lit().
H. Verbeet [Mon, 15 Jan 2007 18:32:33 +0000 (19:32 +0100)] 
wined3d: Pass the correct mask to shader_glsl_add_src_param() in shader_glsl_lit().

17 years agowined3d: Rewrite shader_glsl_mov() to properly take the write mask into account.
H. Verbeet [Mon, 15 Jan 2007 18:32:27 +0000 (19:32 +0100)] 
wined3d: Rewrite shader_glsl_mov() to properly take the write mask into account.

In case of writing to an address register round the source.

17 years agowined3d: Rewrite pshader_glsl_dp2add() to properly take the write mask into account.
H. Verbeet [Mon, 15 Jan 2007 18:32:20 +0000 (19:32 +0100)] 
wined3d: Rewrite pshader_glsl_dp2add() to properly take the write mask into account.

17 years agowined3d: Rewrite shader_glsl_dot() to properly take the write mask into account.
H. Verbeet [Mon, 15 Jan 2007 18:32:13 +0000 (19:32 +0100)] 
wined3d: Rewrite shader_glsl_dot() to properly take the write mask into account.

17 years agowined3d: Rewrite shader_glsl_map2gl() to properly take the write mask into account.
H. Verbeet [Mon, 15 Jan 2007 18:32:07 +0000 (19:32 +0100)] 
wined3d: Rewrite shader_glsl_map2gl() to properly take the write mask into account.

17 years agowined3d: Give WINED3DSIO_CRS its own function, properly take the write mask into...
H. Verbeet [Mon, 15 Jan 2007 18:31:56 +0000 (19:31 +0100)] 
wined3d: Give WINED3DSIO_CRS its own function, properly take the write mask into account.

17 years agowined3d: Move WINED3DSIO_SGE & WINED3DSIO_SLT from shader_glsl_map2gl() to shader_gls...
H. Verbeet [Mon, 15 Jan 2007 18:31:49 +0000 (19:31 +0100)] 
wined3d: Move WINED3DSIO_SGE & WINED3DSIO_SLT from shader_glsl_map2gl() to shader_glsl_compare() where they belong.

Properly take the write mask into account

17 years agowined3d: Rewrite shader_glsl_mad() to properly take the write mask into account.
H. Verbeet [Mon, 15 Jan 2007 18:31:37 +0000 (19:31 +0100)] 
wined3d: Rewrite shader_glsl_mad() to properly take the write mask into account.

17 years agowined3d: Rewrite shader_glsl_arith() to properly take the write mask into account.
H. Verbeet [Mon, 15 Jan 2007 18:31:31 +0000 (19:31 +0100)] 
wined3d: Rewrite shader_glsl_arith() to properly take the write mask into account.

17 years agowined3d: Rewrite shader_glsl_sincos() to properly take the write mask into account.
H. Verbeet [Mon, 15 Jan 2007 18:31:25 +0000 (19:31 +0100)] 
wined3d: Rewrite shader_glsl_sincos() to properly take the write mask into account.

The write mask can only be one of .x, .y, .xy

17 years agowined3d: Pass the correct mask to shader_glsl_add_src_param() in shader_glsl_get_regi...
H. Verbeet [Mon, 15 Jan 2007 18:31:17 +0000 (19:31 +0100)] 
wined3d: Pass the correct mask to shader_glsl_add_src_param() in shader_glsl_get_register_name().

17 years agowined3d: Pass a mask to shader_glsl_add_src_param().
H. Verbeet [Mon, 15 Jan 2007 18:31:06 +0000 (19:31 +0100)] 
wined3d: Pass a mask to shader_glsl_add_src_param().

17 years agowined3d: Rename shader_glsl_add_dst() to shader_glsl_add_dst_old(), add shader_glsl_a...
H. Verbeet [Mon, 15 Jan 2007 18:30:59 +0000 (19:30 +0100)] 
wined3d: Rename shader_glsl_add_dst() to shader_glsl_add_dst_old(), add shader_glsl_append_dst().

17 years ago05/49: wined3d: Only add line numbers for new lines in shader_addline().
H. Verbeet [Mon, 15 Jan 2007 18:30:41 +0000 (19:30 +0100)] 
05/49: wined3d: Only add line numbers for new lines in shader_addline().

17 years agowined3d: Fixup the write mask for gl_FogFragCoord and gl_PointSize.
H. Verbeet [Mon, 15 Jan 2007 18:30:35 +0000 (19:30 +0100)] 
wined3d: Fixup the write mask for gl_FogFragCoord and gl_PointSize.

gl_FogFragCoord and gl_PointSize are floats rather than vec4s in GLSL,
so they shouldn't have a destination swizzle, and the write mask we
return should consist of only the first component.

17 years agowined3d: Return the (binary) write mask from shader_glsl_add_dst_param().
H. Verbeet [Mon, 15 Jan 2007 18:30:28 +0000 (19:30 +0100)] 
wined3d: Return the (binary) write mask from shader_glsl_add_dst_param().

17 years agowined3d: Split shader_glsl_add_param() in shader_glsl_add_src_param() and shader_glsl...
H. Verbeet [Mon, 15 Jan 2007 18:30:20 +0000 (19:30 +0100)] 
wined3d: Split shader_glsl_add_param() in shader_glsl_add_src_param() and shader_glsl_add_dst_param().

17 years agowined3d: Add a comment about D3D write masks and GLSL destination swizzles.
H. Verbeet [Mon, 15 Jan 2007 18:30:12 +0000 (19:30 +0100)] 
wined3d: Add a comment about D3D write masks and GLSL destination swizzles.

17 years agontdll: Added a missing chunk in the NtLockVirtualMemory support.
Alexandre Julliard [Tue, 16 Jan 2007 15:01:28 +0000 (16:01 +0100)] 
ntdll: Added a missing chunk in the NtLockVirtualMemory support.

Thanks to Rob Shearman for noticing this.

17 years agowmc: Use standard format for error messages.
Alexandre Julliard [Tue, 16 Jan 2007 15:00:55 +0000 (16:00 +0100)] 
wmc: Use standard format for error messages.

17 years agomsvcrt: Export various locale and codepage variables.
Alexandre Julliard [Tue, 16 Jan 2007 11:08:59 +0000 (12:08 +0100)] 
msvcrt: Export various locale and codepage variables.

17 years agokernel: Beginning of French translation of error messages.
Jonathan Ernst [Mon, 15 Jan 2007 17:27:38 +0000 (18:27 +0100)] 
kernel: Beginning of French translation of error messages.

17 years agowmc: Added support for neutral languages.
Alexandre Julliard [Tue, 16 Jan 2007 10:43:56 +0000 (11:43 +0100)] 
wmc: Added support for neutral languages.

17 years agosnmpapi: Implement SnmpUtilVarBindList{Cpy,Free}.
Hans Leidekker [Mon, 15 Jan 2007 18:08:40 +0000 (19:08 +0100)] 
snmpapi: Implement SnmpUtilVarBindList{Cpy,Free}.

17 years agowinetools: Fix installing on distributions without a root password.
Kai Blin [Mon, 15 Jan 2007 14:46:31 +0000 (15:46 +0100)] 
winetools: Fix installing on distributions without a root password.

17 years agodsound: Fix tests for old versions of windows.
Robert Reif [Mon, 15 Jan 2007 14:00:39 +0000 (09:00 -0500)] 
dsound: Fix tests for old versions of windows.

17 years agoshell32: Remove unused variable.
Andrew Talbot [Mon, 15 Jan 2007 21:53:23 +0000 (21:53 +0000)] 
shell32: Remove unused variable.

17 years agomsvcrt: Move static function from header into file where it is called.
Andrew Talbot [Mon, 15 Jan 2007 21:56:05 +0000 (21:56 +0000)] 
msvcrt: Move static function from header into file where it is called.

17 years agooleaut32: Remove unused items.
Andrew Talbot [Sat, 13 Jan 2007 20:37:15 +0000 (20:37 +0000)] 
oleaut32: Remove unused items.

17 years agowinspool/tests: Fix tests for EnumPrinters when the spooler is off.
Detlef Riekenberg [Mon, 15 Jan 2007 04:38:47 +0000 (05:38 +0100)] 
winspool/tests: Fix tests for EnumPrinters when the spooler is off.

17 years agowinspool: More error checks for XcvDataW.
Detlef Riekenberg [Mon, 15 Jan 2007 04:38:28 +0000 (05:38 +0100)] 
winspool: More error checks for XcvDataW.

17 years agowinspool: Improve trace for ClosePrinter.
Detlef Riekenberg [Mon, 15 Jan 2007 04:38:22 +0000 (05:38 +0100)] 
winspool: Improve trace for ClosePrinter.

17 years agowinspool: Support xcv in AddPortW.
Detlef Riekenberg [Mon, 15 Jan 2007 04:37:24 +0000 (05:37 +0100)] 
winspool: Support xcv in AddPortW.

17 years agowinspool: Support xcv in DeletePortW.
Detlef Riekenberg [Mon, 15 Jan 2007 04:37:20 +0000 (05:37 +0100)] 
winspool: Support xcv in DeletePortW.

17 years agowinspool/tests: Use a more generic name for a variable.
Detlef Riekenberg [Mon, 15 Jan 2007 04:37:14 +0000 (05:37 +0100)] 
winspool/tests: Use a more generic name for a variable.

17 years agocomctl32: toolbar: Recalc the toolbar after a TB_SETIMAGELIST.
Mikołaj Zalewski [Sat, 13 Jan 2007 22:51:24 +0000 (23:51 +0100)] 
comctl32: toolbar: Recalc the toolbar after a TB_SETIMAGELIST.

17 years agocomctl32: listview: When shrinking the last column clear the now unused field.
Mikołaj Zalewski [Sat, 13 Jan 2007 22:50:23 +0000 (23:50 +0100)] 
comctl32: listview: When shrinking the last column clear the now unused field.

17 years agocomctl32: listview: A CDRF_SKIPDEFAULT for an item should skip the whole row.
Mikołaj Zalewski [Sat, 13 Jan 2007 22:49:23 +0000 (23:49 +0100)] 
comctl32: listview: A CDRF_SKIPDEFAULT for an item should skip the whole row.

17 years agontdll: Implemented NtLockVirtualMemory and NtUnlockVirtualMemory.
Alexandre Julliard [Tue, 16 Jan 2007 08:50:08 +0000 (09:50 +0100)] 
ntdll: Implemented NtLockVirtualMemory and NtUnlockVirtualMemory.

17 years agontdll: Implementation of inter-process NtFlushVirtualMemory.
Alexandre Julliard [Mon, 15 Jan 2007 21:31:07 +0000 (22:31 +0100)] 
ntdll: Implementation of inter-process NtFlushVirtualMemory.

17 years agontdll: Implementation of inter-process VirtualProtectEx.
Alexandre Julliard [Mon, 15 Jan 2007 21:30:04 +0000 (22:30 +0100)] 
ntdll: Implementation of inter-process VirtualProtectEx.

17 years agontdll: Implementation of inter-process VirtualQueryEx.
Alexandre Julliard [Mon, 15 Jan 2007 21:28:42 +0000 (22:28 +0100)] 
ntdll: Implementation of inter-process VirtualQueryEx.

17 years agontdll: Implementation of inter-process VirtualAllocEx and VirtualFreeEx.
Alexandre Julliard [Mon, 15 Jan 2007 21:27:40 +0000 (22:27 +0100)] 
ntdll: Implementation of inter-process VirtualAllocEx and VirtualFreeEx.

17 years agoserver: Support queuing some APCs to a process instead of a thread.
Alexandre Julliard [Mon, 15 Jan 2007 21:26:32 +0000 (22:26 +0100)] 
server: Support queuing some APCs to a process instead of a thread.

17 years agoserver: Added mechanism for returning results of APC calls.
Alexandre Julliard [Mon, 15 Jan 2007 21:24:40 +0000 (22:24 +0100)] 
server: Added mechanism for returning results of APC calls.

Defined APC_VIRTUAL_ALLOC and APC_VIRTUAL_FREE requests.

17 years agoserver: Properly wake the waiting threads when an APC is cancelled.
Alexandre Julliard [Mon, 15 Jan 2007 19:02:05 +0000 (20:02 +0100)] 
server: Properly wake the waiting threads when an APC is cancelled.

17 years agokernel32: Use the proper codepage for console functions.
Alexandre Julliard [Mon, 15 Jan 2007 15:49:08 +0000 (16:49 +0100)] 
kernel32: Use the proper codepage for console functions.

Based on a patch by Anatoly Lyutin.

17 years agosecur32/tests: Fix compilation for older gcc versions (and MinGW).
Paul Vriens [Sat, 13 Jan 2007 15:08:55 +0000 (16:08 +0100)] 
secur32/tests: Fix compilation for older gcc versions (and MinGW).

17 years agomshtml/tests: Fix compilation for older gcc versions (and MinGW).
Paul Vriens [Sat, 13 Jan 2007 15:08:11 +0000 (16:08 +0100)] 
mshtml/tests: Fix compilation for older gcc versions (and MinGW).

17 years agocrypt32/tests: Fix compilation for older gcc versions (and MinGW).
Paul Vriens [Sat, 13 Jan 2007 15:07:10 +0000 (16:07 +0100)] 
crypt32/tests: Fix compilation for older gcc versions (and MinGW).

17 years agontdll: Remove unused function.
Andrew Talbot [Sat, 13 Jan 2007 20:34:13 +0000 (20:34 +0000)] 
ntdll: Remove unused function.

17 years agomsvcrt: Declare some items static.
Andrew Talbot [Sat, 13 Jan 2007 20:31:01 +0000 (20:31 +0000)] 
msvcrt: Declare some items static.

17 years agomsxml3: Remove unused functions.
Andrew Talbot [Sat, 13 Jan 2007 20:44:56 +0000 (20:44 +0000)] 
msxml3: Remove unused functions.

17 years agosnmpapi: Implement SnmpUtilVarBindCpy.
Hans Leidekker [Sun, 14 Jan 2007 18:20:38 +0000 (19:20 +0100)] 
snmpapi: Implement SnmpUtilVarBindCpy.

17 years agosnmpapi: Implement SnmpUtilMem{Alloc,Free,ReAlloc}.
Hans Leidekker [Sun, 14 Jan 2007 18:20:24 +0000 (19:20 +0100)] 
snmpapi: Implement SnmpUtilMem{Alloc,Free,ReAlloc}.

17 years agosnmpapi: Add some missing APIs to the spec file.
Hans Leidekker [Sun, 14 Jan 2007 18:20:00 +0000 (19:20 +0100)] 
snmpapi: Add some missing APIs to the spec file.

17 years agosnmpapi: Implement SnmpUtilOidCpy, SnmpUtilOidFree and SnmpUtilVarBindFree.
Hans Leidekker [Sun, 14 Jan 2007 18:19:52 +0000 (19:19 +0100)] 
snmpapi: Implement SnmpUtilOidCpy, SnmpUtilOidFree and SnmpUtilVarBindFree.

17 years agoloader: Fix git-describe invocation to work with old git versions.
Alexandre Julliard [Mon, 15 Jan 2007 12:02:00 +0000 (13:02 +0100)] 
loader: Fix git-describe invocation to work with old git versions.

17 years agooleaut32/tests: Replace some macros by functions to reduce code size and compile...
Alexandre Julliard [Mon, 15 Jan 2007 12:01:42 +0000 (13:01 +0100)] 
oleaut32/tests: Replace some macros by functions to reduce code size and compile time.

17 years agokernel32: Add details in description function MultiByteToWideChar and WideCharToMulti...
Anatoly Lyutin [Fri, 12 Jan 2007 14:22:39 +0000 (17:22 +0300)] 
kernel32: Add details in description function MultiByteToWideChar and WideCharToMultiByte.

17 years agokernel32: Forward CopyLZFile() to LZCopy() instead of wrapping it.
Felix Nawothnig [Sun, 14 Jan 2007 16:05:00 +0000 (17:05 +0100)] 
kernel32: Forward CopyLZFile() to LZCopy() instead of wrapping it.

17 years agodbghelp: Removed unneeded code from rewrite of .gnu_link handling.
Eric Pouech [Sun, 14 Jan 2007 13:29:12 +0000 (14:29 +0100)] 
dbghelp: Removed unneeded code from rewrite of .gnu_link handling.

17 years agompr: Fix typo (Coverity).
Paul Vriens [Sun, 14 Jan 2007 12:23:45 +0000 (13:23 +0100)] 
mpr: Fix typo (Coverity).

17 years agouser32: Remove redundant visibility checks of a maximized MDI child, add an explanati...
Dmitry Timoshkov [Mon, 15 Jan 2007 09:03:11 +0000 (17:03 +0800)] 
user32: Remove redundant visibility checks of a maximized MDI child, add an explanation why we do that.

17 years agouser32: Simplify some maximized MDI child checks.
Dmitry Timoshkov [Sun, 14 Jan 2007 12:20:29 +0000 (20:20 +0800)] 
user32: Simplify some maximized MDI child checks.

17 years agouser32: Remove MDI_AugmentFrameMenu call from WM_MDICREATE handler.
Dmitry Timoshkov [Sun, 14 Jan 2007 12:19:50 +0000 (20:19 +0800)] 
user32: Remove MDI_AugmentFrameMenu call from WM_MDICREATE handler.

17 years agowinex11.drv: Fix the typos in the fullscreen state debug trace.
Dmitry Timoshkov [Sun, 14 Jan 2007 12:17:07 +0000 (20:17 +0800)] 
winex11.drv: Fix the typos in the fullscreen state debug trace.

17 years agowined3d: Do not play with WS_VISIBLE, this causes unwanted mapping/unmapping of the...
Dmitry Timoshkov [Sun, 14 Jan 2007 12:16:42 +0000 (20:16 +0800)] 
wined3d: Do not play with WS_VISIBLE, this causes unwanted mapping/unmapping of the window.

17 years agowined3d, d3d9: Caps correction.
Stefan Dösinger [Fri, 12 Jan 2007 22:13:58 +0000 (23:13 +0100)] 
wined3d, d3d9: Caps correction.

17 years agowined3d: Do not force dynamic usage on transformed buffers.
Stefan Dösinger [Fri, 12 Jan 2007 18:02:36 +0000 (19:02 +0100)] 
wined3d: Do not force dynamic usage on transformed buffers.

17 years agowined3d: Better tracking of vertex buffer assignments.
Stefan Dösinger [Fri, 12 Jan 2007 18:01:59 +0000 (19:01 +0100)] 
wined3d: Better tracking of vertex buffer assignments.

17 years agowined3d: Do not free regularily locked surfaces.
Stefan Dösinger [Fri, 12 Jan 2007 17:57:26 +0000 (18:57 +0100)] 
wined3d: Do not free regularily locked surfaces.

17 years agowined3d: Revert "wined3d: Do not preload vertex buffers in unlock.".
Stefan Dösinger [Fri, 12 Jan 2007 17:55:16 +0000 (18:55 +0100)] 
wined3d: Revert "wined3d: Do not preload vertex buffers in unlock.".

This reverts commit 6fb1869b98265a30a285c6f94a768934476a8c2a.

17 years agompr: Add Polish translation.
Mikołaj Zalewski [Mon, 15 Jan 2007 08:32:53 +0000 (09:32 +0100)] 
mpr: Add Polish translation.

17 years agomsi: Add Polish translation.
Mikołaj Zalewski [Mon, 15 Jan 2007 08:32:28 +0000 (09:32 +0100)] 
msi: Add Polish translation.

17 years agocmdlgtst: Add Polish translation.
Mikołaj Zalewski [Sat, 13 Jan 2007 22:52:55 +0000 (23:52 +0100)] 
cmdlgtst: Add Polish translation.

17 years agowininet: Add Polish translation.
Mikołaj Zalewski [Sat, 13 Jan 2007 22:52:34 +0000 (23:52 +0100)] 
wininet: Add Polish translation.

17 years agowordpad: Add Polish translation.
Mikołaj Zalewski [Sat, 13 Jan 2007 22:51:55 +0000 (23:51 +0100)] 
wordpad: Add Polish translation.

17 years agowininet: Change HTTP_EncodeBase64 to operate on a series of bytes, instead of text.
Rob Shearman [Sat, 13 Jan 2007 01:17:20 +0000 (19:17 -0600)] 
wininet: Change HTTP_EncodeBase64 to operate on a series of bytes,  instead of text.

Change HTTP_EncodeBasicAuth to convert the username and password into
utf8 before base64 encoding.

17 years agowininet: HTTP_HttpQueryInfoW deals with bytes, not characters so update the callers...
Rob Shearman [Sat, 13 Jan 2007 01:19:18 +0000 (19:19 -0600)] 
wininet: HTTP_HttpQueryInfoW deals with bytes, not characters so update the callers that have this wrong assumption.

17 years agowininet: Allow a NULL value to be passed into HTTP_ProcessHeader
Rob Shearman [Sat, 13 Jan 2007 01:16:49 +0000 (19:16 -0600)] 
wininet: Allow a NULL value to be passed into HTTP_ProcessHeader
instead of crashing so that when used with the replace flag it will
delete an existing value.

17 years agoitss: Added more protocol tests.
Jacek Caban [Sat, 13 Jan 2007 11:47:57 +0000 (12:47 +0100)] 
itss: Added more protocol tests.

17 years agoitss: Close chm file when destroying Storage.
Jacek Caban [Sat, 13 Jan 2007 11:47:27 +0000 (12:47 +0100)] 
itss: Close chm file when destroying Storage.

17 years agoitss: Return S_FALSE in IStream::Read if there is no more data to read.
Jacek Caban [Sat, 13 Jan 2007 11:46:29 +0000 (12:46 +0100)] 
itss: Return S_FALSE in IStream::Read if there is no more data to read.

17 years agourlmon: Added mk protocol implementation.
Jacek Caban [Sat, 13 Jan 2007 11:46:06 +0000 (12:46 +0100)] 
urlmon: Added mk protocol implementation.

17 years agoodbccp32: Implement SQLGet/SetConfigMode.
Bill Medland [Fri, 12 Jan 2007 20:48:17 +0000 (12:48 -0800)] 
odbccp32: Implement SQLGet/SetConfigMode.

17 years agoserver: Set the specified in/out buffer sizes on named pipes using SO_SND/RCVBUF.
Alexandre Julliard [Fri, 12 Jan 2007 19:59:22 +0000 (20:59 +0100)] 
server: Set the specified in/out buffer sizes on named pipes using SO_SND/RCVBUF.

17 years agomsrle32: Declare some functions static.
Andrew Talbot [Fri, 12 Jan 2007 17:25:44 +0000 (17:25 +0000)] 
msrle32: Declare some functions static.

17 years agomsi: Declare some functions static.
Andrew Talbot [Fri, 12 Jan 2007 16:47:57 +0000 (16:47 +0000)] 
msi: Declare some functions static.

17 years agomsi: Remove unused variables.
Andrew Talbot [Fri, 12 Jan 2007 16:47:21 +0000 (16:47 +0000)] 
msi: Remove unused variables.

17 years agoodbccp32: Remove A->W cross-call.
Bill Medland [Fri, 12 Jan 2007 15:12:57 +0000 (07:12 -0800)] 
odbccp32: Remove A->W cross-call.

17 years agocrypt32/tests: Cast-qual warning fixes.
Paul Vriens [Fri, 12 Jan 2007 14:51:02 +0000 (15:51 +0100)] 
crypt32/tests: Cast-qual warning fixes.

17 years agomshtml/tests: Cast-qual warning fix.
Paul Vriens [Fri, 12 Jan 2007 13:26:05 +0000 (14:26 +0100)] 
mshtml/tests: Cast-qual warning fix.

17 years agorpcrt4/tests: Cast-qual warning fixes.
Paul Vriens [Fri, 12 Jan 2007 13:09:59 +0000 (14:09 +0100)] 
rpcrt4/tests: Cast-qual warning fixes.

17 years agosecur32/tests: Cast-qual warning fixes.
Paul Vriens [Fri, 12 Jan 2007 13:01:16 +0000 (14:01 +0100)] 
secur32/tests: Cast-qual warning fixes.