wine
15 years agoRelease 1.1.9. wine-1.1.9
Alexandre Julliard [Fri, 21 Nov 2008 16:20:28 +0000 (17:20 +0100)] 
Release 1.1.9.

15 years agoshdocvw: Fix the computation of the default extents.
Alexandre Julliard [Fri, 21 Nov 2008 16:07:21 +0000 (17:07 +0100)] 
shdocvw: Fix the computation of the default extents.

15 years agouser32/tests: Only test the window caption status if there is a foreground window.
Alexandre Julliard [Fri, 21 Nov 2008 14:53:25 +0000 (15:53 +0100)] 
user32/tests: Only test the window caption status if there is a foreground window.

15 years agoversion: VerQueryValueA/W allow blank and NULL strings.
Alistair Leslie-Hughes [Fri, 21 Nov 2008 09:02:54 +0000 (20:02 +1100)] 
version: VerQueryValueA/W allow blank and NULL strings.

15 years agomshtml: Implement IHTMLDocument2_get_images.
Alistair Leslie-Hughes [Tue, 18 Nov 2008 08:47:45 +0000 (19:47 +1100)] 
mshtml: Implement IHTMLDocument2_get_images.

15 years agomshtml: Implement IDispatch for IHTMLCurrentStyle.
Alistair Leslie-Hughes [Fri, 21 Nov 2008 09:51:43 +0000 (20:51 +1100)] 
mshtml: Implement IDispatch for IHTMLCurrentStyle.

15 years agomshtml: Implement IHTMLStyle get/put posTop.
Alistair Leslie-Hughes [Tue, 11 Nov 2008 11:36:39 +0000 (22:36 +1100)] 
mshtml: Implement IHTMLStyle get/put posTop.

15 years agouser32: Fix the loading of stretched cursors.
Andrew Riedi [Thu, 20 Nov 2008 14:39:53 +0000 (06:39 -0800)] 
user32: Fix the loading of stretched cursors.

Based on patches by Henri Verbeet.

15 years agowined3d: Sign-compare warnings fix.
Andrew Talbot [Thu, 20 Nov 2008 22:13:48 +0000 (22:13 +0000)] 
wined3d: Sign-compare warnings fix.

15 years agocrypt32: Pass next data pointer when decoding a CRL dist point.
Juan Lang [Thu, 20 Nov 2008 22:17:59 +0000 (14:17 -0800)] 
crypt32: Pass next data pointer when decoding a CRL dist point.

15 years agoatl: Remove dead store (llvm/clang).
Ricardo Filipe [Wed, 19 Nov 2008 21:32:29 +0000 (21:32 +0000)] 
atl: Remove dead store (llvm/clang).

15 years agocomctl32: Remove dead stores (llvm/clang).
Ricardo Filipe [Wed, 19 Nov 2008 23:46:36 +0000 (23:46 +0000)] 
comctl32: Remove dead stores (llvm/clang).

15 years agocomctl32: Removed dead increment (llvm/clang).
Ricardo Filipe [Wed, 19 Nov 2008 23:37:30 +0000 (23:37 +0000)] 
comctl32: Removed dead increment (llvm/clang).

15 years agocomctl32: Removed dead increment (llvm/clang).
Ricardo Filipe [Wed, 19 Nov 2008 23:33:55 +0000 (23:33 +0000)] 
comctl32: Removed dead increment (llvm/clang).

15 years agocomctl32: Removed dead store (llvm/clang).
Ricardo Filipe [Wed, 19 Nov 2008 23:27:51 +0000 (23:27 +0000)] 
comctl32: Removed dead store (llvm/clang).

15 years agosane.ds: Check dead stored status (llvm/clang).
Ricardo Filipe [Wed, 19 Nov 2008 20:29:53 +0000 (20:29 +0000)] 
sane.ds: Check dead stored status (llvm/clang).

15 years agoconfigure: Add a --disable-tests option to avoid building regression tests.
Alexandre Julliard [Fri, 21 Nov 2008 09:16:12 +0000 (10:16 +0100)] 
configure: Add a --disable-tests option to avoid building regression tests.

15 years agomsvcrt: Fix a compiler warning.
Austin English [Fri, 21 Nov 2008 00:07:07 +0000 (18:07 -0600)] 
msvcrt: Fix a compiler warning.

15 years agouser32/tests: Fix a few test failures on Win9x.
Paul Vriens [Fri, 21 Nov 2008 07:59:09 +0000 (08:59 +0100)] 
user32/tests: Fix a few test failures on Win9x.

15 years agocomdlg32/tests 2/2: Fix a test failure on Win9x.
Paul Vriens [Thu, 20 Nov 2008 19:52:35 +0000 (20:52 +0100)] 
comdlg32/tests 2/2: Fix a test failure on Win9x.

15 years agocomdlg32/tests 1/2: Fix a test failure on XP and W2K3.
Paul Vriens [Thu, 20 Nov 2008 19:48:12 +0000 (20:48 +0100)] 
comdlg32/tests 1/2: Fix a test failure on XP and W2K3.

15 years agoreg: Avoid wvsprintfW() so we can avoid loading user32.dll.
Francois Gouget [Thu, 20 Nov 2008 19:49:30 +0000 (20:49 +0100)] 
reg: Avoid wvsprintfW() so we can avoid loading user32.dll.

15 years agoadvapi32/tests: Check how the registry APIs handle non-terminated strings.
Francois Gouget [Thu, 20 Nov 2008 19:47:59 +0000 (20:47 +0100)] 
advapi32/tests: Check how the registry APIs handle non-terminated strings.

15 years agoadvapi32/tests: Fix the line number reported by test_hkey_main_Value_[AW]().
Francois Gouget [Thu, 20 Nov 2008 19:47:43 +0000 (20:47 +0100)] 
advapi32/tests: Fix the line number reported by test_hkey_main_Value_[AW]().

15 years agoadvapi32/tests: Cleanup test_hkey_main_Value_[AW]().
Francois Gouget [Thu, 20 Nov 2008 19:46:34 +0000 (20:46 +0100)] 
advapi32/tests: Cleanup test_hkey_main_Value_[AW]().

Fix a byte vs. WCHAR count issue in test_hkey_main_Value_W().
Check that RegQueryValueEx[AW]() did not write more data than expected.

15 years agontdll/tests: Remove a redundant 'if'.
Francois Gouget [Thu, 20 Nov 2008 19:49:43 +0000 (20:49 +0100)] 
ntdll/tests: Remove a redundant 'if'.

15 years agoregedit: Avoid wsprintfW() so we can avoid loading user32.dll for 'regedit /E'.
Francois Gouget [Thu, 20 Nov 2008 19:45:12 +0000 (20:45 +0100)] 
regedit: Avoid wsprintfW() so we can avoid loading user32.dll for 'regedit /E'.

15 years agoregedit: Fix exporting of REG_EXPAND_SZ and other 'weird' strings.
Francois Gouget [Thu, 20 Nov 2008 19:43:25 +0000 (20:43 +0100)] 
regedit: Fix exporting of REG_EXPAND_SZ and other 'weird' strings.

REG_EXPAND_SZ must be exported as hexadecimal to preserve the string type.
0-byte strings and those missing a trailing '\0' or with odd sizes must
be saved as hexadecimal too so they are restored as is.
Move the binary-value export code to the new REGPROC_export_binary()
function.

15 years agoregedit: Pass the string length to REGPROC_export_string().
Francois Gouget [Thu, 20 Nov 2008 19:45:25 +0000 (20:45 +0100)] 
regedit: Pass the string length to REGPROC_export_string().

We already know it in the caller so this saves us one lstrlenW() call.

15 years agoregedit: Fix a buffer allocation in export_registry_key().
Francois Gouget [Thu, 20 Nov 2008 19:41:04 +0000 (20:41 +0100)] 
regedit: Fix a buffer allocation in export_registry_key().

This fixes a major buffer overflow bug in 'regedit /E'.

15 years agocrypt32: Formatted bits are always in a single line, regardless of dwFormatStrType.
Juan Lang [Thu, 20 Nov 2008 17:19:15 +0000 (09:19 -0800)] 
crypt32: Formatted bits are always in a single line, regardless of dwFormatStrType.

15 years agocrypt32: Check registered CryptFormatObject functions before using default hex format.
Juan Lang [Thu, 20 Nov 2008 17:32:57 +0000 (09:32 -0800)] 
crypt32: Check registered CryptFormatObject functions before using default hex format.

15 years agocrypt32: Decoded unicode name value strings should be NULL-terminated.
Juan Lang [Thu, 20 Nov 2008 16:23:25 +0000 (08:23 -0800)] 
crypt32: Decoded unicode name value strings should be NULL-terminated.

15 years agourlmon/tests: Don't expect IHttpNegotiate2 queries if the interface is not supported.
Alexandre Julliard [Thu, 20 Nov 2008 22:06:27 +0000 (23:06 +0100)] 
urlmon/tests: Don't expect IHttpNegotiate2 queries if the interface is not supported.

15 years agoshell32/tests: Fix the systray tests on Win9x and NT4.
Alexandre Julliard [Thu, 20 Nov 2008 21:56:52 +0000 (22:56 +0100)] 
shell32/tests: Fix the systray tests on Win9x and NT4.

15 years agorpcrt4/tests: Fix test failures on Win9x.
Alexandre Julliard [Thu, 20 Nov 2008 21:44:46 +0000 (22:44 +0100)] 
rpcrt4/tests: Fix test failures on Win9x.

15 years agomshtml/tests: Avoid crashing on test failure.
Alexandre Julliard [Thu, 20 Nov 2008 21:35:33 +0000 (22:35 +0100)] 
mshtml/tests: Avoid crashing on test failure.

15 years agokernel32/tests: Fix the mailslot tests on Win9x.
Alexandre Julliard [Thu, 20 Nov 2008 20:59:26 +0000 (21:59 +0100)] 
kernel32/tests: Fix the mailslot tests on Win9x.

15 years agokernel32/tests: Fix test failures on Win9x and NT4.
Alexandre Julliard [Thu, 20 Nov 2008 20:39:48 +0000 (21:39 +0100)] 
kernel32/tests: Fix test failures on Win9x and NT4.

Get rid of most of the macros that make it hard to handle special cases.

15 years agouser32/tests: Allow the foreground window to be null in the window tests.
Alexandre Julliard [Thu, 20 Nov 2008 19:51:06 +0000 (20:51 +0100)] 
user32/tests: Allow the foreground window to be null in the window tests.

15 years agouser32/tests: Fix some of the sysparams tests on Win9x and NT4.
Alexandre Julliard [Thu, 20 Nov 2008 19:46:54 +0000 (20:46 +0100)] 
user32/tests: Fix some of the sysparams tests on Win9x and NT4.

15 years agouser32/tests: Fix the monitor tests on NT4.
Alexandre Julliard [Thu, 20 Nov 2008 19:06:46 +0000 (20:06 +0100)] 
user32/tests: Fix the monitor tests on NT4.

15 years agouser32/tests: Fix wildcard directory lists handling for Win9x.
Alexandre Julliard [Thu, 20 Nov 2008 18:52:03 +0000 (19:52 +0100)] 
user32/tests: Fix wildcard directory lists handling for Win9x.

15 years agouser32/tests: Fix the edit margins tests on Win9x.
Alexandre Julliard [Thu, 20 Nov 2008 17:21:38 +0000 (18:21 +0100)] 
user32/tests: Fix the edit margins tests on Win9x.

15 years agouser32/tests: Fix the cursor tests on Win9x.
Alexandre Julliard [Thu, 20 Nov 2008 17:09:10 +0000 (18:09 +0100)] 
user32/tests: Fix the cursor tests on Win9x.

15 years agouser32/tests: The BSF_SENDNOTIFYMESSAGE flag is not supported on NT4.
Alexandre Julliard [Thu, 20 Nov 2008 17:01:23 +0000 (18:01 +0100)] 
user32/tests: The BSF_SENDNOTIFYMESSAGE flag is not supported on NT4.

15 years agowinhttp: Prefer builtin over native.
Hans Leidekker [Thu, 20 Nov 2008 13:50:58 +0000 (14:50 +0100)] 
winhttp: Prefer builtin over native.

15 years agomsxml3: Check some dead store results (llvm/clang).
Ricardo Filipe [Thu, 13 Nov 2008 13:33:27 +0000 (13:33 +0000)] 
msxml3: Check some dead store results (llvm/clang).

15 years agokernel32/tests: Add a couple of tests for write watches.
Alexandre Julliard [Thu, 20 Nov 2008 13:27:35 +0000 (14:27 +0100)] 
kernel32/tests: Add a couple of tests for write watches.

15 years agodxgi: Implement IDXGIAdapter::GetParent().
Henri Verbeet [Thu, 20 Nov 2008 12:32:00 +0000 (13:32 +0100)] 
dxgi: Implement IDXGIAdapter::GetParent().

15 years agodxgi: Implement IDXGIDevice::GetAdapter().
Henri Verbeet [Thu, 20 Nov 2008 12:32:00 +0000 (13:32 +0100)] 
dxgi: Implement IDXGIDevice::GetAdapter().

15 years agowined3d: Remove some unused code.
Henri Verbeet [Thu, 20 Nov 2008 12:32:00 +0000 (13:32 +0100)] 
wined3d: Remove some unused code.

15 years agowined3d: Don't use the same GUID for IWineD3D and IWineD3DDevice.
Henri Verbeet [Thu, 20 Nov 2008 12:32:00 +0000 (13:32 +0100)] 
wined3d: Don't use the same GUID for IWineD3D and IWineD3DDevice.

15 years agowined3d: wined3d_gl.h should be internal to wined3d.
Henri Verbeet [Thu, 20 Nov 2008 12:32:00 +0000 (13:32 +0100)] 
wined3d: wined3d_gl.h should be internal to wined3d.

15 years agontoskrnl.exe: Implement MmGetSystemRoutineAddress.
Alistair Leslie-Hughes [Mon, 17 Nov 2008 10:01:10 +0000 (21:01 +1100)] 
ntoskrnl.exe: Implement MmGetSystemRoutineAddress.

15 years agousp10: Sign-compare warnings fix.
Andrew Talbot [Wed, 19 Nov 2008 21:28:04 +0000 (21:28 +0000)] 
usp10: Sign-compare warnings fix.

15 years agowined3d: Rename the fragment ffp desc structures.
Stefan Dösinger [Fri, 7 Nov 2008 16:15:29 +0000 (17:15 +0100)] 
wined3d: Rename the fragment ffp desc structures.

This reflects the fact that they describe the fragment pipeline.
The vertex pipeline will use its own structures.

15 years agod3d9: Test psize_min vs psize_max vs psize behavior.
Stefan Dösinger [Fri, 7 Nov 2008 16:02:54 +0000 (17:02 +0100)] 
d3d9: Test psize_min vs psize_max vs psize behavior.

Add a test that checks what happens if D3DRS_POINTSIZE, D3DRS_POINTSIZE_MIN
and POINTSIZE_MAX have conflicting values. D3DRS_POINTSIZE_MAX trumps
D3DRS_POINTSIZE_MIN, and both MIN and MAX clamp the D3DRS_POINTSIZE value if it is
outside of their range.

15 years agowined3d: Make sure the arbfp pipeline replacement constants are loaded.
Stefan Dösinger [Wed, 19 Nov 2008 13:29:34 +0000 (14:29 +0100)] 
wined3d: Make sure the arbfp pipeline replacement constants are loaded.

The code here skipped constant loading when a pixel shader was in use,
and only reloaded them on ffp use if the shader implementation used
ARB too. This way a e.g. texfactor change could get lost if GLSL
shaders are used, and the texfactor changed while a pixel shader was
in use.

15 years agontdll: wine_nt_to_unix_file_name() parse string to int instead of cast char, where...
A C Hurst [Wed, 19 Nov 2008 14:58:59 +0000 (14:58 +0000)] 
ntdll: wine_nt_to_unix_file_name() parse string to int instead of cast char, where string may be passed.

15 years agoimm32: Implement ImmInstallIME(W/A).
Aric Stewart [Wed, 19 Nov 2008 14:10:33 +0000 (08:10 -0600)] 
imm32: Implement ImmInstallIME(W/A).

15 years agouser32/tests: Don't crash on Win95.
Paul Vriens [Thu, 20 Nov 2008 10:42:35 +0000 (11:42 +0100)] 
user32/tests: Don't crash on Win95.

15 years agocrypt32: Fix failing tests on Win9x/NT4.
Juan Lang [Wed, 19 Nov 2008 20:35:19 +0000 (12:35 -0800)] 
crypt32: Fix failing tests on Win9x/NT4.

15 years agocrypt32: Implement CryptFormatObject for szOID_NETSCAPE_CERT_TYPE.
Juan Lang [Wed, 19 Nov 2008 20:06:08 +0000 (12:06 -0800)] 
crypt32: Implement CryptFormatObject for szOID_NETSCAPE_CERT_TYPE.

15 years agocrypt32: Implement CryptFormatObject for szOID_KEY_USAGE.
Juan Lang [Wed, 19 Nov 2008 19:42:34 +0000 (11:42 -0800)] 
crypt32: Implement CryptFormatObject for szOID_KEY_USAGE.

15 years agoinclude: Add a few missing definitions for Netscape cert extensions.
Juan Lang [Wed, 19 Nov 2008 20:05:39 +0000 (12:05 -0800)] 
include: Add a few missing definitions for Netscape cert extensions.

15 years agoinclude: Fix typos.
Juan Lang [Wed, 19 Nov 2008 18:48:05 +0000 (10:48 -0800)] 
include: Fix typos.

15 years agouser32/tests: Fix a few more failures in the window test.
Alexandre Julliard [Thu, 20 Nov 2008 10:57:32 +0000 (11:57 +0100)] 
user32/tests: Fix a few more failures in the window test.

15 years agomake_makefiles: Add a target to build only the test directories.
Alexandre Julliard [Wed, 19 Nov 2008 14:31:44 +0000 (15:31 +0100)] 
make_makefiles: Add a target to build only the test directories.

15 years agouser32/tests: Test size and minmax of WS_THICKFRAME child.
Florian Köberle [Wed, 19 Nov 2008 10:07:00 +0000 (11:07 +0100)] 
user32/tests: Test size and minmax of WS_THICKFRAME child.

15 years agouser32/tests: Capture tests should not require no active window.
Florian Köberle [Wed, 19 Nov 2008 10:06:59 +0000 (11:06 +0100)] 
user32/tests: Capture tests should not require no active window.

15 years agowined3d: Avoid using a stack buffer in a few places in shader_hw_map2gl().
Henri Verbeet [Wed, 19 Nov 2008 10:49:14 +0000 (11:49 +0100)] 
wined3d: Avoid using a stack buffer in a few places in shader_hw_map2gl().

15 years agowined3d: Give mov & mova their own handler.
Henri Verbeet [Wed, 19 Nov 2008 10:49:13 +0000 (11:49 +0100)] 
wined3d: Give mov & mova their own handler.

15 years agowined3d: Make it more obvious the pshader path in shader_hw_map2gl() doesn't handle...
Henri Verbeet [Wed, 19 Nov 2008 10:49:13 +0000 (11:49 +0100)] 
wined3d: Make it more obvious the pshader path in shader_hw_map2gl() doesn't handle opcodes without parameters.

15 years agowined3d: Fix the cube map coordinates in surface_blt_to_drawable().
Henri Verbeet [Wed, 19 Nov 2008 10:49:13 +0000 (11:49 +0100)] 
wined3d: Fix the cube map coordinates in surface_blt_to_drawable().

I don't see how this can ever have worked properly.

15 years agonetapi32: Fix dead stores.
Juan Lang [Tue, 18 Nov 2008 23:44:38 +0000 (15:44 -0800)] 
netapi32: Fix dead stores.

15 years agowinetest: Report an error when a test program completely fails to run.
Alexandre Julliard [Wed, 19 Nov 2008 12:24:43 +0000 (13:24 +0100)] 
winetest: Report an error when a test program completely fails to run.

15 years agowinetest: Allow to specify a subset of tests to run on the command line.
Alexandre Julliard [Wed, 19 Nov 2008 11:19:42 +0000 (12:19 +0100)] 
winetest: Allow to specify a subset of tests to run on the command line.

15 years agowinetest: Capture the Win32 stderr into the log file too.
Alexandre Julliard [Wed, 19 Nov 2008 11:19:22 +0000 (12:19 +0100)] 
winetest: Capture the Win32 stderr into the log file too.

15 years agouser32: Do not change focus if the window is no longer active.
Dmitry Timoshkov [Wed, 19 Nov 2008 05:52:36 +0000 (13:52 +0800)] 
user32: Do not change focus if the window is no longer active.

15 years agorpcrt4: Fixed dead increments (llvm/clang).
Ricardo Filipe [Thu, 13 Nov 2008 12:21:10 +0000 (12:21 +0000)] 
rpcrt4: Fixed dead increments (llvm/clang).

15 years agontdll: Fixed dead store (llvm/clang).
Ricardo Filipe [Thu, 13 Nov 2008 11:06:31 +0000 (11:06 +0000)] 
ntdll: Fixed dead store (llvm/clang).

15 years agooleaut32: Fixed dead increment (llvm/clang).
Ricardo Filipe [Thu, 13 Nov 2008 12:04:46 +0000 (12:04 +0000)] 
oleaut32: Fixed dead increment (llvm/clang).

15 years agomsxml3: Fix compilation on systems that don't have xsltInit().
Francois Gouget [Wed, 19 Nov 2008 07:40:25 +0000 (08:40 +0100)] 
msxml3: Fix compilation on systems that don't have xsltInit().

Reduce the scope of xsltInit().
Remove an include that was needed only for xsltInit().

15 years agoshdocvw/tests: Make the webbrowser test dpi aware, make it pass in wine.
Detlef Riekenberg [Wed, 19 Nov 2008 04:33:38 +0000 (05:33 +0100)] 
shdocvw/tests: Make the webbrowser test dpi aware, make it pass in wine.

15 years agokernel32: Simplify and optimize create_(system,env)_registry_keys().
Francois Gouget [Tue, 18 Nov 2008 20:58:38 +0000 (21:58 +0100)] 
kernel32: Simplify and optimize create_(system,env)_registry_keys().

15 years agokernel32: Fix create_scsi_entry() so it puts properly '\0'-terminated strings in...
Francois Gouget [Tue, 18 Nov 2008 20:58:26 +0000 (21:58 +0100)] 
kernel32: Fix create_scsi_entry() so it puts properly '\0'-terminated strings in the registry.

15 years agontdll/tests: Test how NT(Set, Query)ValueKey() handle non-terminated strings.
Francois Gouget [Tue, 18 Nov 2008 20:58:04 +0000 (21:58 +0100)] 
ntdll/tests: Test how NT(Set, Query)ValueKey() handle non-terminated strings.

15 years agontdll/tests: Fix typos in test_NtQueryValueKey().
Francois Gouget [Tue, 18 Nov 2008 20:57:09 +0000 (21:57 +0100)] 
ntdll/tests: Fix typos in test_NtQueryValueKey().

15 years agontdll: Get rid of the Wine-specific MEM_SYSTEM flag.
Alexandre Julliard [Tue, 18 Nov 2008 19:14:46 +0000 (20:14 +0100)] 
ntdll: Get rid of the Wine-specific MEM_SYSTEM flag.

15 years agokernel32: Moved allocation of the DOS memory area to ntdll.
Alexandre Julliard [Tue, 18 Nov 2008 19:11:49 +0000 (20:11 +0100)] 
kernel32: Moved allocation of the DOS memory area to ntdll.

15 years agouser32: Handle NULL rectangles in WM_NCCALCSIZE.
Damjan Jovanovic [Sat, 15 Nov 2008 16:15:04 +0000 (18:15 +0200)] 
user32: Handle NULL rectangles in WM_NCCALCSIZE.

15 years agocryptdlg: Register/unregister the OID functions exported by cryptdlg.
Juan Lang [Sat, 15 Nov 2008 03:34:00 +0000 (19:34 -0800)] 
cryptdlg: Register/unregister the OID functions exported by cryptdlg.

15 years agowidl: Fix check for interface type in get_size_procformatstring.
Daniel Zimmermann [Mon, 17 Nov 2008 20:34:01 +0000 (15:34 -0500)] 
widl: Fix check for interface type in get_size_procformatstring.

15 years agokernel32/tests: Allow up to 2 seconds of difference in timestamps.
Alexandre Julliard [Tue, 18 Nov 2008 12:52:25 +0000 (13:52 +0100)] 
kernel32/tests: Allow up to 2 seconds of difference in timestamps.

15 years agowinetest: Give the 'Running' progress bar the same size as the others.
Paul Vriens [Tue, 18 Nov 2008 10:39:55 +0000 (11:39 +0100)] 
winetest: Give the 'Running' progress bar the same size as the others.

15 years agomlang: Fixed dead stores (llvm/clang).
Ricardo Filipe [Thu, 13 Nov 2008 01:16:24 +0000 (01:16 +0000)] 
mlang: Fixed dead stores (llvm/clang).

15 years agoiphlpapi: Fixed dead store (llvm/clang).
Ricardo Filipe [Wed, 12 Nov 2008 23:38:21 +0000 (23:38 +0000)] 
iphlpapi: Fixed dead store (llvm/clang).

15 years agogdi32: Fix dead store (llvm/clang).
Ricardo Filipe [Wed, 12 Nov 2008 23:34:01 +0000 (23:34 +0000)] 
gdi32: Fix dead store (llvm/clang).

15 years agodbghelp: Fixed dead store (llvm/clang).
Ricardo Filipe [Wed, 12 Nov 2008 23:15:08 +0000 (23:15 +0000)] 
dbghelp: Fixed dead store (llvm/clang).