wine
16 years agod3dx9: Implement D3DXGetShaderSize().
Luis Busquets [Mon, 14 Jul 2008 20:47:19 +0000 (22:47 +0200)] 
d3dx9: Implement D3DXGetShaderSize().

16 years agoquartz: Fix wrong assignment of variable in parser.
Maarten Lankhorst [Mon, 14 Jul 2008 18:49:08 +0000 (11:49 -0700)] 
quartz: Fix wrong assignment of variable in parser.

16 years agokernel32/tests: Fix p_BindIoCompletionCallback declaration so it compiles with the...
Dan Hipschman [Wed, 16 Jul 2008 00:49:57 +0000 (17:49 -0700)] 
kernel32/tests: Fix p_BindIoCompletionCallback declaration so it compiles with the MS compiler.

16 years agolibs/wine: Avoid over-allocating memory in default_dbgstr_wn.
Dan Hipschman [Tue, 15 Jul 2008 22:55:36 +0000 (15:55 -0700)] 
libs/wine: Avoid over-allocating memory in default_dbgstr_wn.

16 years agorpcrt4: Fix the memory pointer passed into the conformant array marshaller in NdrComp...
Rob Shearman [Tue, 15 Jul 2008 22:35:40 +0000 (23:35 +0100)] 
rpcrt4: Fix the memory pointer passed into the conformant array marshaller in NdrComplexStructMarshall.

It needs to be the end of the memory used by the constant part of the
structure, which is returned by CompkexStructMarshall.

16 years agowined3d: Use rev_tex_unit_map instead of assuming there's a 1:1 mapping between sampl...
H. Verbeet [Tue, 15 Jul 2008 21:54:44 +0000 (23:54 +0200)] 
wined3d: Use rev_tex_unit_map instead of assuming there's a 1:1 mapping between samplers and texture units.

16 years agowined3d: Improve some shader traces.
H. Verbeet [Tue, 15 Jul 2008 21:54:37 +0000 (23:54 +0200)] 
wined3d: Improve some shader traces.

Make it clear the traced values are hexadecimal.

16 years agowordpad: Fixed and added Dutch translations.
Frans Kool [Tue, 15 Jul 2008 19:57:06 +0000 (21:57 +0200)] 
wordpad: Fixed and added Dutch translations.

16 years agowinhlp32: Fixed Dutch translations.
Frans Kool [Tue, 15 Jul 2008 20:07:47 +0000 (22:07 +0200)] 
winhlp32: Fixed Dutch translations.

16 years agoregedit: Fixed Dutch translations.
Frans Kool [Tue, 15 Jul 2008 19:04:35 +0000 (21:04 +0200)] 
regedit: Fixed Dutch translations.

16 years agoshell32: Fixed Dutch translations.
Frans Kool [Tue, 15 Jul 2008 15:23:23 +0000 (17:23 +0200)] 
shell32: Fixed Dutch translations.

16 years agowintrust: Correct error slot for SoftpubLoadSignature.
Juan Lang [Tue, 15 Jul 2008 19:11:25 +0000 (12:11 -0700)] 
wintrust: Correct error slot for SoftpubLoadSignature.

16 years agowintrust: Execute WinVerifyTrust as a sequence of steps, and return the error code...
Juan Lang [Tue, 15 Jul 2008 19:09:44 +0000 (12:09 -0700)] 
wintrust: Execute WinVerifyTrust as a sequence of steps, and return the error code from the first failing step of the sequence.

16 years agowintrust: Add tests for WinVerifyTrust/WinVerifyTrustEx.
Juan Lang [Tue, 15 Jul 2008 18:48:31 +0000 (11:48 -0700)] 
wintrust: Add tests for WinVerifyTrust/WinVerifyTrustEx.

16 years agowintrust: Move provider function tests to their own function.
Juan Lang [Tue, 15 Jul 2008 18:46:34 +0000 (11:46 -0700)] 
wintrust: Move provider function tests to their own function.

16 years agosecur32: Fix GetComputerObjectName tests for domain members.
Kai Blin [Tue, 15 Jul 2008 07:45:49 +0000 (09:45 +0200)] 
secur32: Fix GetComputerObjectName tests for domain members.

At least for XP domain members, all EXTENDED_NAME_FORMATS apart from
NameSamCompatible return ERROR_ACCESS_DENIED. Given that the function
returns an error for all formats on non-members, just ignore
ERROR_ACCESS_DENIED as well.

16 years agoquartz: Explicitly handle wave headers in avi splitter.
Maarten Lankhorst [Mon, 14 Jul 2008 21:22:09 +0000 (14:22 -0700)] 
quartz: Explicitly handle wave headers in avi splitter.

16 years agowinemp3: Be more tolerant to what a valid mp3 header is.
Maarten Lankhorst [Mon, 14 Jul 2008 21:20:28 +0000 (14:20 -0700)] 
winemp3: Be more tolerant to what a valid mp3 header is.

16 years agoshell32: Remove unneeded address-of operators from array names.
Andrew Talbot [Mon, 14 Jul 2008 17:44:17 +0000 (18:44 +0100)] 
shell32: Remove unneeded address-of operators from array names.

16 years agoregedit: Update Norwegian Bokmål translation.
Alexander Nicolaysen Sørnes [Mon, 14 Jul 2008 13:50:02 +0000 (15:50 +0200)] 
regedit: Update Norwegian Bokmål translation.

16 years agomsxml3: Fix compilation on systems that don't support nameless unions.
Francois Gouget [Mon, 14 Jul 2008 07:51:38 +0000 (09:51 +0200)] 
msxml3: Fix compilation on systems that don't support nameless unions.

16 years agorpcrt4: Implement RpcCancelThreadEx.
Rob Shearman [Mon, 14 Jul 2008 07:08:03 +0000 (08:08 +0100)] 
rpcrt4: Implement RpcCancelThreadEx.

Implement RpcCancelThreadEx using existing code moved into a new
function, rpc_ccancel_thread.

Implement RpcCancelThread based on RpcCancelThreadEx with timeout of 0.

16 years agomsxml3: Fixed typo in create_bsc.
Piotr Caban [Sun, 13 Jul 2008 21:21:41 +0000 (23:21 +0200)] 
msxml3: Fixed typo in create_bsc.

16 years agonotepad: Fix opening Unicode files.
Alexander Nicolaysen Sørnes [Sun, 13 Jul 2008 12:08:58 +0000 (14:08 +0200)] 
notepad: Fix opening Unicode files.

16 years agoregedit: Add missing fclose on file import.
Alexander Nicolaysen Sørnes [Sun, 13 Jul 2008 12:50:34 +0000 (14:50 +0200)] 
regedit: Add missing fclose on file import.

16 years agoregedit: Fix concat handling in unicode import.
Alexander Nicolaysen Sørnes [Sun, 13 Jul 2008 11:58:40 +0000 (13:58 +0200)] 
regedit: Fix concat handling in unicode import.

16 years agowordpad: Show error message if saving fails.
Alexander Nicolaysen Sørnes [Fri, 11 Jul 2008 18:38:50 +0000 (20:38 +0200)] 
wordpad: Show error message if saving fails.

16 years agorichedit: Cannot undo setting of default character format.
Dylan Smith [Sat, 12 Jul 2008 00:06:05 +0000 (20:06 -0400)] 
richedit: Cannot undo setting of default character format.

This also reverts commit 2b52dd845097f16076c0185b02a003f63898dcab:
wordpad: Empty the richedit undo buffer on creation.

The reverted commit I created to fix an issue that only applied to Wine,
but it just masked the issue which was in richedit controls.  The
default character format was set in two places while wordpad was
starting up, and caused wordpad to have two undo items at startup.

16 years agorichedit: Enforce the maximum font size.
Dylan Smith [Sat, 12 Jul 2008 00:05:57 +0000 (20:05 -0400)] 
richedit: Enforce the maximum font size.

Trying to set the font size to a value larger than 1638
in points (yHeightCharPtsMost) using EM_SETCHARFORMAT will cause it to be
set to actually set to the maximum.

16 years agorichedit: Spelling fixes.
Aurimas Fischer [Fri, 11 Jul 2008 19:38:07 +0000 (22:38 +0300)] 
richedit: Spelling fixes.

16 years agoquartz: Fix reference leak in avi splitter on end of stream.
Maarten Lankhorst [Fri, 11 Jul 2008 18:20:47 +0000 (11:20 -0700)] 
quartz: Fix reference leak in avi splitter on end of stream.

16 years agoquartz: Only allocate 1 buffer in transform filter.
Maarten Lankhorst [Fri, 11 Jul 2008 18:20:23 +0000 (11:20 -0700)] 
quartz: Only allocate 1 buffer in transform filter.

16 years agoquartz: Fix memory and sample leaks.
Maarten Lankhorst [Fri, 11 Jul 2008 17:51:25 +0000 (10:51 -0700)] 
quartz: Fix memory and sample leaks.

16 years agoquartz: Fix incorrect use of mtCurrent in transform filter.
Maarten Lankhorst [Fri, 11 Jul 2008 04:41:35 +0000 (21:41 -0700)] 
quartz: Fix incorrect use of mtCurrent in transform filter.

16 years agowinhelp: Double clicking in the index list should open the page.
Eric Pouech [Sat, 12 Jul 2008 08:37:38 +0000 (10:37 +0200)] 
winhelp: Double clicking in the index list should open the page.

16 years agowinhelp: Constify the internal .hlp file parsing.
Eric Pouech [Sat, 12 Jul 2008 08:37:31 +0000 (10:37 +0200)] 
winhelp: Constify the internal .hlp file parsing.

16 years agowinhelp: Move the check about correct RLE decoding inside the decoding routine itself.
Eric Pouech [Sat, 12 Jul 2008 08:37:25 +0000 (10:37 +0200)] 
winhelp: Move the check about correct RLE decoding inside the decoding routine itself.

16 years agowinhelp: Allow MACRO_Execute to be called recursively.
Eric Pouech [Sat, 12 Jul 2008 08:37:19 +0000 (10:37 +0200)] 
winhelp: Allow MACRO_Execute to be called recursively.

16 years agowinhelp: Implemented SetPopupColor macro.
Eric Pouech [Sat, 12 Jul 2008 08:37:08 +0000 (10:37 +0200)] 
winhelp: Implemented SetPopupColor macro.

16 years agowinhelp: Implemented SetHelpOnFile macro.
Eric Pouech [Sat, 12 Jul 2008 08:37:01 +0000 (10:37 +0200)] 
winhelp: Implemented SetHelpOnFile macro.

16 years agowinhelp: Fixed memory leak in macro handling.
Eric Pouech [Sat, 12 Jul 2008 08:36:55 +0000 (10:36 +0200)] 
winhelp: Fixed memory leak in macro handling.

16 years agowinhelp: Pick nicer fonts for buttons.
Eric Pouech [Sat, 12 Jul 2008 08:36:49 +0000 (10:36 +0200)] 
winhelp: Pick nicer fonts for buttons.

16 years agocomctl32: Free the trackbar tics.
James Hawkins [Sat, 12 Jul 2008 00:57:22 +0000 (19:57 -0500)] 
comctl32: Free the trackbar tics.

16 years agocomctl32: Explicity set the number of tics before testing tic placement.
James Hawkins [Sat, 12 Jul 2008 00:37:21 +0000 (19:37 -0500)] 
comctl32: Explicity set the number of tics before testing tic placement.

16 years agows2_32: Remove unneeded address-of operators from array names.
Andrew Talbot [Sat, 12 Jul 2008 19:37:39 +0000 (20:37 +0100)] 
ws2_32: Remove unneeded address-of operators from array names.

16 years agowintrust: Remove unneeded address-of operators from array names.
Andrew Talbot [Sat, 12 Jul 2008 19:37:34 +0000 (20:37 +0100)] 
wintrust: Remove unneeded address-of operators from array names.

16 years agowininet: Remove unneeded address-of operators from array names.
Andrew Talbot [Sat, 12 Jul 2008 19:37:31 +0000 (20:37 +0100)] 
wininet: Remove unneeded address-of operators from array names.

16 years agowinex11.drv: Remove unneeded address-of operators from array names.
Andrew Talbot [Sat, 12 Jul 2008 19:37:27 +0000 (20:37 +0100)] 
winex11.drv: Remove unneeded address-of operators from array names.

16 years agowinejoystick.drv: Remove unneeded address-of operator from array name.
Andrew Talbot [Sat, 12 Jul 2008 19:37:24 +0000 (20:37 +0100)] 
winejoystick.drv: Remove unneeded address-of operator from array name.

16 years agowinedos: Remove unneeded address-of operators from array names.
Andrew Talbot [Fri, 11 Jul 2008 20:58:38 +0000 (21:58 +0100)] 
winedos: Remove unneeded address-of operators from array names.

16 years agowined3d: Remove unneeded address-of operators from array names.
Andrew Talbot [Fri, 11 Jul 2008 20:58:34 +0000 (21:58 +0100)] 
wined3d: Remove unneeded address-of operators from array names.

16 years agouser32: Remove unneeded address-of operators from array names.
Andrew Talbot [Fri, 11 Jul 2008 20:58:31 +0000 (21:58 +0100)] 
user32: Remove unneeded address-of operators from array names.

16 years agoshlwapi: Remove unneeded address-of operator from array name.
Andrew Talbot [Fri, 11 Jul 2008 20:58:28 +0000 (21:58 +0100)] 
shlwapi: Remove unneeded address-of operator from array name.

16 years agosetupapi: Remove unneeded address-of operator from array name.
Andrew Talbot [Fri, 11 Jul 2008 20:58:21 +0000 (21:58 +0100)] 
setupapi: Remove unneeded address-of operator from array name.

16 years agorpcrt4: Remove unneeded address-of operator from array name.
Andrew Talbot [Fri, 11 Jul 2008 20:58:18 +0000 (21:58 +0100)] 
rpcrt4: Remove unneeded address-of operator from array name.

16 years agomshtml: Added IHTMLElement2::getElementsByTagName tests.
Jacek Caban [Fri, 11 Jul 2008 21:45:22 +0000 (23:45 +0200)] 
mshtml: Added IHTMLElement2::getElementsByTagName tests.

16 years agomshtml: Added IHTMLElement2::getElementsByTagName implementation.
Jacek Caban [Fri, 11 Jul 2008 21:45:04 +0000 (23:45 +0200)] 
mshtml: Added IHTMLElement2::getElementsByTagName implementation.

16 years agomshtml: Allow timers to be cleaned during processing.
Jacek Caban [Fri, 11 Jul 2008 21:44:38 +0000 (23:44 +0200)] 
mshtml: Allow timers to be cleaned during processing.

16 years agomsxml3: Fix compile without xml headers.
Alexandre Julliard [Mon, 14 Jul 2008 09:48:37 +0000 (11:48 +0200)] 
msxml3: Fix compile without xml headers.

16 years agorpcrt4: Ignore the return value of functions when unmarshalling a pickled procedure.
Rob Shearman [Thu, 24 Apr 2008 13:30:59 +0000 (14:30 +0100)] 
rpcrt4: Ignore the return value of functions when unmarshalling a pickled procedure.

16 years agorpcrt4: Implement MesDecodeBufferHandleCreate and MesEncodeFixedBufferHandleCreate.
Rob Shearman [Mon, 5 Nov 2007 11:21:09 +0000 (11:21 +0000)] 
rpcrt4: Implement MesDecodeBufferHandleCreate and MesEncodeFixedBufferHandleCreate.

16 years agorpcrt4: Implement NdrMesProcEncodeDecode.
Rob Shearman [Mon, 5 Nov 2007 11:16:43 +0000 (11:16 +0000)] 
rpcrt4: Implement NdrMesProcEncodeDecode.

16 years agorpcrt4: Implement MesEncodeIncrementalHandleCreate, MesDecodeIncrementalHandleCreate...
Rob Shearman [Sun, 4 Nov 2007 23:10:32 +0000 (23:10 +0000)] 
rpcrt4: Implement MesEncodeIncrementalHandleCreate, MesDecodeIncrementalHandleCreate, MesIncrementalHandleReset and MesHandleFree.

16 years agowined3d: Remove some dead code.
Stefan Dösinger [Fri, 4 Jul 2008 22:43:57 +0000 (17:43 -0500)] 
wined3d: Remove some dead code.

16 years agowined3d: Separate texture_activate_dimensions.
Stefan Dösinger [Fri, 4 Jul 2008 22:25:23 +0000 (17:25 -0500)] 
wined3d: Separate texture_activate_dimensions.

This creates an nvts version of this function, and removes the nvts
code from the original one. The nvts version is used by the nvts
pipeline implementation, the original one by the nvrc-only, atifs and
ffp one.

16 years agowined3d: Give nv* fixed function stuff its own state template.
Stefan Dösinger [Sat, 5 Jul 2008 23:31:34 +0000 (18:31 -0500)] 
wined3d: Give nv* fixed function stuff its own state template.

16 years agowined3d: Move shader constant affecting states to the misc pipeline.
Stefan Dösinger [Fri, 4 Jul 2008 21:54:06 +0000 (16:54 -0500)] 
wined3d: Move shader constant affecting states to the misc pipeline.

As long as we have the shader constants in misc, it is best to keep
all the code that affects shader constants, like bumpenvmat setting,
in there as well.

16 years agowined3d: WINED3DTSS_TEXCOORDINDEX belongs to the vertex pipeline.
Stefan Dösinger [Fri, 4 Jul 2008 21:33:40 +0000 (16:33 -0500)] 
wined3d: WINED3DTSS_TEXCOORDINDEX belongs to the vertex pipeline.

16 years agowined3d: Give the nvts/nvrc code its own pipeline implementation.
Stefan Dösinger [Fri, 4 Jul 2008 21:15:18 +0000 (16:15 -0500)] 
wined3d: Give the nvts/nvrc code its own pipeline implementation.

This code creates the structures and the pipeline selection, as well
as the caps filling. It does not yet move the actual code around,
since this will be a bigger task.

16 years agowined3d: Simplify the fragment pipeline selection.
Stefan Dösinger [Fri, 4 Jul 2008 20:48:45 +0000 (15:48 -0500)] 
wined3d: Simplify the fragment pipeline selection.

This should do the same as the existing code, but it is more obvious.

16 years agowined3d: Move fixed function texture dimension updates to the fragment pipeline.
Stefan Dösinger [Fri, 4 Jul 2008 17:06:58 +0000 (12:06 -0500)] 
wined3d: Move fixed function texture dimension updates to the fragment pipeline.

This is a further separation of the sampler state, and a preparation
to move the nv texture shader stuff to its own pipeline implementation.

16 years agowined3d: NP2 coordinate adjustment is a vertex operation.
Stefan Dösinger [Thu, 3 Jul 2008 18:26:06 +0000 (13:26 -0500)] 
wined3d: NP2 coordinate adjustment is a vertex operation.

When a sampler is changed and unconditional NP2 textures are not
supported, the texture matrix may need adjustment. The sampler state
function checks for that, and calls the texture transform setting
function in that case. However, samplers are a misc state, and the
texture transform flags a vertex state.  Thus split up the code and
move the matrix changes to the vertex side.

16 years agowined3d: Remove the atifs shader backend.
Stefan Dösinger [Fri, 11 Jul 2008 14:41:28 +0000 (09:41 -0500)] 
wined3d: Remove the atifs shader backend.

Since atifs is only doing the fragment pipeline replacement right now
there is no need for the shader backend structure any longer. The ffp
private data is stored in new fragment pipeline private data(which
could potentially be set to equal the shader private data if needed).

16 years agocrypt32: Don't expect ImageGetCertificateData to succeed when Certificate is NULL.
Juan Lang [Fri, 11 Jul 2008 15:54:45 +0000 (08:54 -0700)] 
crypt32: Don't expect ImageGetCertificateData to succeed when Certificate is NULL.

16 years agocrypt32: Add MS root certs to root store.
Juan Lang [Fri, 11 Jul 2008 15:20:35 +0000 (08:20 -0700)] 
crypt32: Add MS root certs to root store.

16 years agoRelease 1.1.1. wine-1.1.1
Alexandre Julliard [Fri, 11 Jul 2008 15:55:55 +0000 (17:55 +0200)] 
Release 1.1.1.

16 years agowinealsa: Fix some unsigned comparison < 0 warnings.
Alexandre Julliard [Fri, 11 Jul 2008 13:29:41 +0000 (15:29 +0200)] 
winealsa: Fix some unsigned comparison < 0 warnings.

16 years agocomctl32: Add support for drawing themed group boxes.
Reece Dunn [Thu, 10 Jul 2008 18:29:32 +0000 (19:29 +0100)] 
comctl32: Add support for drawing themed group boxes.

16 years agocomctl32: Some simplifications.
Gerald Pfeifer [Thu, 10 Jul 2008 14:21:00 +0000 (16:21 +0200)] 
comctl32: Some simplifications.

16 years agoinclude: Add header for mstask.
Roy Shea [Thu, 10 Jul 2008 19:48:08 +0000 (12:48 -0700)] 
include: Add header for mstask.

16 years agoincludes: Add video mixing renderer header.
Maarten Lankhorst [Thu, 10 Jul 2008 17:38:47 +0000 (10:38 -0700)] 
includes: Add video mixing renderer header.

16 years agoregedit: Implement deleting multiple values.
Andre Wisplinghoff [Thu, 10 Jul 2008 12:30:27 +0000 (14:30 +0200)] 
regedit: Implement deleting multiple values.

16 years agowined3d: Set ffp caps in the ffp backend, not the shader backend.
Stefan Dösinger [Thu, 3 Jul 2008 19:36:18 +0000 (14:36 -0500)] 
wined3d: Set ffp caps in the ffp backend, not the shader backend.

16 years agowined3d: Move shader_fragment_enable to the fragment pipeline implementation.
Stefan Dösinger [Fri, 4 Jul 2008 20:09:49 +0000 (15:09 -0500)] 
wined3d: Move shader_fragment_enable to the fragment pipeline implementation.

It isn't related to the shader backend any longer. The nvts_enable in
the ffp code isn't quite right as well, it should be moved away once
there is a dedicated nvts fragment pipeline replacement

16 years agowined3d: Samplers -> misc states.
Stefan Dösinger [Thu, 3 Jul 2008 12:04:59 +0000 (07:04 -0500)] 
wined3d: Samplers -> misc states.

16 years agoWined3d: Move the last states.
Stefan Dösinger [Thu, 3 Jul 2008 03:26:20 +0000 (22:26 -0500)] 
Wined3d: Move the last states.

16 years agowined3d: One more psize state.
Stefan Dösinger [Thu, 3 Jul 2008 03:22:48 +0000 (22:22 -0500)] 
wined3d: One more psize state.

16 years agowined3d: Point size vertex states.
Stefan Dösinger [Thu, 3 Jul 2008 03:21:35 +0000 (22:21 -0500)] 
wined3d: Point size vertex states.

16 years agorichedit: Use system colour for highlighting after v2.0.
Dylan Smith [Thu, 10 Jul 2008 22:28:45 +0000 (18:28 -0400)] 
richedit: Use system colour for highlighting after v2.0.

In version 1.0 of the richedit controls highlighting is done by
inverting the colours.  Version 2.0 and up highlight instead draw
the text using system colours for the background and the text.

16 years agorichedit: Prevented underlining the end of paragraph character.
Dylan Smith [Thu, 10 Jul 2008 22:28:41 +0000 (18:28 -0400)] 
richedit: Prevented underlining the end of paragraph character.

16 years agorichedit: Tabs are now highlighted and underlined.
Dylan Smith [Thu, 10 Jul 2008 22:26:56 +0000 (18:26 -0400)] 
richedit: Tabs are now highlighted and underlined.

16 years agomsxml3/tests: Added test for getContentHandler with NULL argument.
Piotr Caban [Thu, 10 Jul 2008 22:36:38 +0000 (00:36 +0200)] 
msxml3/tests: Added test for getContentHandler with NULL argument.

16 years agomsxml3: Fixed ISAXXMLReader_getContentHandler and ISAXXMLReader_getErrorHandler when...
Piotr Caban [Thu, 10 Jul 2008 22:36:34 +0000 (00:36 +0200)] 
msxml3: Fixed ISAXXMLReader_getContentHandler and ISAXXMLReader_getErrorHandler when second argument is NULL.

16 years agomsxml3: Fixed xmlnode_removeChild.
Piotr Caban [Thu, 10 Jul 2008 22:36:12 +0000 (00:36 +0200)] 
msxml3: Fixed xmlnode_removeChild.

16 years agowinspool: Move DeleteMonitorW to the backend.
Detlef Riekenberg [Thu, 10 Jul 2008 21:59:37 +0000 (23:59 +0200)] 
winspool: Move DeleteMonitorW to the backend.

16 years agowinspool: Move more parameter-checks for EnumMonitorsW to localspl.
Detlef Riekenberg [Thu, 10 Jul 2008 21:42:55 +0000 (23:42 +0200)] 
winspool: Move more parameter-checks for EnumMonitorsW to localspl.

16 years agosetupapi/tests: Avoid a crash on Win9x.
Detlef Riekenberg [Thu, 10 Jul 2008 21:24:02 +0000 (23:24 +0200)] 
setupapi/tests: Avoid a crash on Win9x.

16 years agodevenum: Call VariantInit instead of VariantClear.
Maarten Lankhorst [Fri, 11 Jul 2008 04:40:20 +0000 (21:40 -0700)] 
devenum: Call VariantInit instead of VariantClear.

16 years agoquartz: Add missing LeaveCriticalSection on error path (Smatch).
Michael Stefaniuc [Thu, 10 Jul 2008 22:10:02 +0000 (00:10 +0200)] 
quartz: Add missing LeaveCriticalSection on error path (Smatch).

16 years agoregedit: Null-terminate buffer in Unicode file import.
Alexander Nicolaysen Sørnes [Fri, 11 Jul 2008 11:21:17 +0000 (13:21 +0200)] 
regedit: Null-terminate buffer in Unicode file import.