wine
17 years agolocalspl: Implement PortIsValid for XcvDataPort.
Detlef Riekenberg [Mon, 15 Jan 2007 23:42:15 +0000 (00:42 +0100)] 
localspl: Implement PortIsValid for XcvDataPort.

17 years agolocalspl: Implement XcvDataPort.
Detlef Riekenberg [Mon, 15 Jan 2007 23:38:02 +0000 (00:38 +0100)] 
localspl: Implement XcvDataPort.

17 years agolocalspl: Implement XcvOpenPort and XcvClosePort.
Detlef Riekenberg [Thu, 11 Jan 2007 14:02:24 +0000 (15:02 +0100)] 
localspl: Implement XcvOpenPort and XcvClosePort.

17 years agolocalspl/tests: Add test for XcvDataPort_PortIsValid.
Detlef Riekenberg [Mon, 15 Jan 2007 23:37:08 +0000 (00:37 +0100)] 
localspl/tests: Add test for XcvDataPort_PortIsValid.

17 years agolocalspl/tests: Extend test for XcvDataPort_MonitorUI.
Detlef Riekenberg [Mon, 15 Jan 2007 23:36:11 +0000 (00:36 +0100)] 
localspl/tests: Extend test for XcvDataPort_MonitorUI.

17 years agocomctl32: toolbar: Fix the TB_SETBITMAPSIZE for width or height zero (with testcase).
Mikołaj Zalewski [Tue, 16 Jan 2007 14:41:44 +0000 (15:41 +0100)] 
comctl32: toolbar: Fix the TB_SETBITMAPSIZE for width or height zero (with testcase).

17 years agoadvapi32: Add tests for RegQueryValue.
James Hawkins [Tue, 16 Jan 2007 10:16:11 +0000 (04:16 -0600)] 
advapi32: Add tests for RegQueryValue.

17 years agooleaut32: Initialize nrofnames to keep from freeing unused memory in the error case.
James Hawkins [Tue, 16 Jan 2007 10:15:20 +0000 (04:15 -0600)] 
oleaut32: Initialize nrofnames to keep from freeing unused memory in the error case.

17 years agowined3d: Add a glsl_src_param_t type, pass it to shader_glsl_add_src_param() instead...
H. Verbeet [Mon, 15 Jan 2007 18:37:04 +0000 (19:37 +0100)] 
wined3d: Add a glsl_src_param_t type, pass it to shader_glsl_add_src_param() instead of three separate character arrays.

17 years agowined3d: Add a glsl_dst_param_t type, pass it to shader_glsl_add_dst_param() instead...
H. Verbeet [Mon, 15 Jan 2007 18:36:58 +0000 (19:36 +0100)] 
wined3d: Add a glsl_dst_param_t type, pass it to shader_glsl_add_dst_param() instead of three separate character arrays.

17 years agowined3d: Simplify shader_glsl_get_write_mask().
H. Verbeet [Mon, 15 Jan 2007 18:36:52 +0000 (19:36 +0100)] 
wined3d: Simplify shader_glsl_get_write_mask().

17 years agowined3d: Simplify shader_glsl_get_swizzle().
H. Verbeet [Mon, 15 Jan 2007 18:36:46 +0000 (19:36 +0100)] 
wined3d: Simplify shader_glsl_get_swizzle().

17 years agowined3d: Fix pshader_glsl_tex() and pshader_glsl_texcoord().
H. Verbeet [Mon, 15 Jan 2007 18:36:40 +0000 (19:36 +0100)] 
wined3d: Fix pshader_glsl_tex() and pshader_glsl_texcoord().

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

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

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

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

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

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

Fix the comment.

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

Use shader_glsl_get_sample_function().
Use the GLSL builtin reflect() function.

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

Use shader_glsl_get_sample_function().

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

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

Use shader_glsl_get_sample_function().

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

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

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

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

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

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

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

Use shader_glsl_get_sample_function() rather than having the instruction handler figure it out itself.
Get rid of shader_glsl_add_dst_old().

17 years agowined3d: Split out getting the sample function and coordinate mask from shader_glsl_s...
H. Verbeet [Mon, 15 Jan 2007 18:33:38 +0000 (19:33 +0100)] 
wined3d: Split out getting the sample function and coordinate mask from shader_glsl_sample().

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

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

Use the correct source swizzle.

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

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.