8122 Command and Conqueror 3 renders incorrectly with >Low VFX detail
13426 When installing WebEngine you get the message "http://download.virtualmechanics.com/download/install/webenginev2/200N/WebEngineV200N.msi is not trusted"
8134 Finale Notepad 2007: Random crashes during playback.
14498 VB6 App problem on MouseIcon property
8228 Mediamonkey 2.5.5 hangs on startup
14600 Oblivion has wrong thunderbolt spell
8312 Startopia Demo: Freezes after starting application
14824 Red Alert 3 Beta requires several functions of WinHttp to be implemented
8515 Game Runaway: The dream of the Turtle does not start
14885 [Morrowind] System freeze/reboot required after switching from wine to other apps
regedit: Check that we were able to allocate line_buf too.
regedit: line_size is supposed to track a string length.
regedit: The xxx_name_len variables track buffer sizes. That is they count the trailing '\0'. Adjust a couple of places that got this wrong and rename them to xxx_name_size.
regedit: Simplify REGPROC_export_string().
regedit: Tighten a buffer size calculation.
regedit: Simplify / clean up export_hkey().
regedit: Fix a buffer overflow when exporting binary values in export_hkey().
regedit: Fix the wrapping of binary values in export_hkey().
d3dx9_36/tests: Fix compilation on systems that don't support nameless unions.
inetcomm: Fix compilation on systems that don't support nameless unions.
d3d10core: Fix spelling of 'unknown'.
crypt32: Fix Spelling of 'superseded'.
Assorted spelling fixes.
Assorted spelling fixes.
msxml3: Dynamically load libxslt.so and only call xsltInit() if present.
d3d9: Remove IDirect3DDevice9Impl_GetFrontBuffer() as it is unused.
ntdll/tests: Fix typos in test_NtQueryValueKey().
d3d9: Remove WINAPI on static functions where not needed.
ntdll/tests: Test how NT(Set, Query)ValueKey() handle non-terminated strings.
shlwapi: Remove WINAPI on static functions where not needed.
kernel32: Fix create_scsi_entry() so it puts properly '\0'-terminated strings in the registry.
wined3d: Remove WINAPI on static functions where not needed.
kernel32: Simplify and optimize create_(system,env)_registry_keys().
user32: Remove WINAPI/CALLBACK on static functions where not needed.
msxml3: Fix compilation on systems that don't have xsltInit().
msxml3: Remove WINAPI on static functions where not needed.
regedit: Fix a buffer allocation in export_registry_key().
wintrust: Remove WINAPI on static functions where not needed.
regedit: Pass the string length to REGPROC_export_string().
wininet: Remove WINAPI on static functions where not needed.
regedit: Fix exporting of REG_EXPAND_SZ and other 'weird' strings.
wineoss: Remove WINAPI on static functions where not needed.
regedit: Avoid wsprintfW() so we can avoid loading user32.dll for 'regedit /E'.
version: Remove WINAPI on static functions where not needed.
ntdll/tests: Remove a redundant 'if'.
wrc: parser_error() does not need a trailing '\n'.