wine
15 years agomshtml: Added IHTMLCurrentStyle::get_display implementation.
Jacek Caban [Mon, 6 Oct 2008 14:49:24 +0000 (09:49 -0500)] 
mshtml: Added IHTMLCurrentStyle::get_display implementation.

15 years agomshtml: Store nsIDOMCSSStyleDeclaration in HTMLCurrentStyle.
Jacek Caban [Mon, 6 Oct 2008 14:49:00 +0000 (09:49 -0500)] 
mshtml: Store nsIDOMCSSStyleDeclaration in HTMLCurrentStyle.

15 years agomshtml: Use IDs instead of strings in HTMLStyle implementation.
Jacek Caban [Mon, 6 Oct 2008 14:48:25 +0000 (09:48 -0500)] 
mshtml: Use IDs instead of strings in HTMLStyle implementation.

15 years agomshtml: Moved HTMLStyle to separated header file.
Jacek Caban [Mon, 6 Oct 2008 14:47:58 +0000 (09:47 -0500)] 
mshtml: Moved HTMLStyle to separated header file.

15 years agomshtml: Added IDispatchEx support to HTMLCurrentStyle.
Jacek Caban [Mon, 6 Oct 2008 14:47:25 +0000 (09:47 -0500)] 
mshtml: Added IDispatchEx support to HTMLCurrentStyle.

15 years agomshtml.idl: Added DispHTMLCurrentStyle dispinterface declaration.
Jacek Caban [Mon, 6 Oct 2008 14:47:02 +0000 (09:47 -0500)] 
mshtml.idl: Added DispHTMLCurrentStyle dispinterface declaration.

15 years agowininet: Avoid a crash on certain buffer size queries in HTTP_HttpQueryInfoW.
Hans Leidekker [Mon, 6 Oct 2008 13:48:28 +0000 (15:48 +0200)] 
wininet: Avoid a crash on certain buffer size queries in HTTP_HttpQueryInfoW.

15 years agowininet: Option INTERNET_OPTION_CALLBACK is not settable.
Hans Leidekker [Mon, 6 Oct 2008 13:48:04 +0000 (15:48 +0200)] 
wininet: Option INTERNET_OPTION_CALLBACK is not settable.

15 years agowldap32: Add tests for ldap_parse_sort_control and make them pass.
Hans Leidekker [Mon, 6 Oct 2008 13:47:28 +0000 (15:47 +0200)] 
wldap32: Add tests for ldap_parse_sort_control and make them pass.

15 years agowldap32: Return an error when ldap_parse_sort_control or ldap_parse_vlv_control is...
Hans Leidekker [Mon, 6 Oct 2008 13:46:54 +0000 (15:46 +0200)] 
wldap32: Return an error when ldap_parse_sort_control or ldap_parse_vlv_control is called with NULL control array.

15 years agoquartz: Check hr so we are not incrementing a NULL (Coverity 106).
Aric Stewart [Mon, 6 Oct 2008 12:44:29 +0000 (07:44 -0500)] 
quartz: Check hr so we are not incrementing a NULL (Coverity 106).

15 years agontdll: Preserve the 2K block size returned for CDROMs.
Alexandre Julliard [Mon, 6 Oct 2008 15:52:23 +0000 (17:52 +0200)] 
ntdll: Preserve the 2K block size returned for CDROMs.

15 years agokernel32/tests: Add some skips to fix failures on WinMe.
Paul Vriens [Mon, 6 Oct 2008 12:02:44 +0000 (14:02 +0200)] 
kernel32/tests: Add some skips to fix failures on WinMe.

15 years agogdi32: Allow a rounding error in the text justification test.
Dmitry Timoshkov [Mon, 6 Oct 2008 13:27:30 +0000 (22:27 +0900)] 
gdi32: Allow a rounding error in the text justification test.

15 years agogdi32: Add a test for a font being selected into 2 DCs with different transformations.
Dmitry Timoshkov [Mon, 6 Oct 2008 13:27:13 +0000 (22:27 +0900)] 
gdi32: Add a test for a font being selected into 2 DCs with different transformations.

15 years agogdi32: Make test_font_metrics require the font being selected into the DC.
Dmitry Timoshkov [Mon, 6 Oct 2008 13:26:48 +0000 (22:26 +0900)] 
gdi32: Make test_font_metrics require the font being selected into the DC.

15 years agomsxml3: Parameter validation for IXMLDOMNode::replaceChild and tests.
Michael Karcher [Sun, 5 Oct 2008 10:13:37 +0000 (12:13 +0200)] 
msxml3: Parameter validation for IXMLDOMNode::replaceChild and tests.

15 years agomsxml3: Simplify IXMLDOMNode::removeChild.
Michael Karcher [Sun, 5 Oct 2008 10:13:24 +0000 (12:13 +0200)] 
msxml3: Simplify IXMLDOMNode::removeChild.

15 years agomsxml3: Fail a bit earlier on removeChild(...,NULL,...).
Michael Karcher [Sun, 5 Oct 2008 10:12:56 +0000 (12:12 +0200)] 
msxml3: Fail a bit earlier on removeChild(...,NULL,...).

15 years agomsxml3: removeChild can only delete direct children.
Michael Karcher [Sun, 5 Oct 2008 10:12:38 +0000 (12:12 +0200)] 
msxml3: removeChild can only delete direct children.

15 years agomsxml3/tests: Clean up test_removeChild.
Michael Karcher [Sun, 5 Oct 2008 10:12:21 +0000 (12:12 +0200)] 
msxml3/tests: Clean up test_removeChild.

Rename variables to help the reader following the xml traversal. While doing
that, I encountered a possible typo, as node_list2 was never used after being
acquired. This version now really tries to delete a grandchild and expects
a failure.

15 years agowinealsa: Don't dereference a potentially NULL value in the WARN statement (Coverity...
Aric Stewart [Sat, 4 Oct 2008 18:03:17 +0000 (13:03 -0500)] 
winealsa: Don't dereference a potentially NULL value in the WARN statement (Coverity 93).

15 years agooleaut32: Add tests for metafiles, make them pass under Wine.
Kirill K. Smirnov [Fri, 3 Oct 2008 23:24:37 +0000 (03:24 +0400)] 
oleaut32: Add tests for metafiles, make them pass under Wine.

15 years agomsvcrt: Implemented wcsncpy_s.
Eric Pouech [Thu, 2 Oct 2008 20:00:34 +0000 (22:00 +0200)] 
msvcrt: Implemented wcsncpy_s.

15 years agox11drv: ime: In the update functions if we get a null string with a len report this...
Aric Stewart [Thu, 2 Oct 2008 15:43:13 +0000 (10:43 -0500)] 
x11drv: ime: In the update functions if we get a null string with a len report this and fix len to be 0 (Coverity 656 and 655).

15 years agoversion: Check for out of memory in VerInstallFileA/W conversion (Coverity 635).
Aric Stewart [Thu, 2 Oct 2008 15:39:18 +0000 (10:39 -0500)] 
version: Check for out of memory in VerInstallFileA/W conversion (Coverity 635).

15 years agokernel32/tests: Fix some failures on win9x.
Paul Vriens [Mon, 6 Oct 2008 11:33:27 +0000 (13:33 +0200)] 
kernel32/tests: Fix some failures on win9x.

15 years agokernel32/tests: Fix the remaining errors on win95.
Paul Vriens [Mon, 6 Oct 2008 11:12:03 +0000 (13:12 +0200)] 
kernel32/tests: Fix the remaining errors on win95.

15 years agorichedit: Show arrow cursor over scrollbar.
Dylan Smith [Mon, 6 Oct 2008 08:28:37 +0000 (04:28 -0400)] 
richedit: Show arrow cursor over scrollbar.

15 years agouser32: Converted rcScrollBar to screen coordinates.
Dylan Smith [Mon, 6 Oct 2008 08:28:22 +0000 (04:28 -0400)] 
user32: Converted rcScrollBar to screen coordinates.

15 years agoadvapi32: Check for NULL ptr.
Marcus Meissner [Sat, 4 Oct 2008 08:35:32 +0000 (10:35 +0200)] 
advapi32: Check for NULL ptr.

15 years agorichedit: ES_AUTOHSCROLL window style disables word wrapping.
Dylan Smith [Fri, 3 Oct 2008 22:28:34 +0000 (18:28 -0400)] 
richedit: ES_AUTOHSCROLL window style disables word wrapping.

15 years agoole32: Handle GetMenuItemCount returning -1 by changing UINT to INT (Coverity 228).
Aric Stewart [Fri, 3 Oct 2008 14:55:57 +0000 (09:55 -0500)] 
ole32: Handle GetMenuItemCount returning -1 by changing UINT to INT (Coverity 228).

15 years agogdiplus: Stub GdipRecordMetafileFileName and GdipRecordMetafileFileNameI.
Alistair Leslie-Hughes [Fri, 3 Oct 2008 10:56:40 +0000 (20:56 +1000)] 
gdiplus: Stub GdipRecordMetafileFileName and GdipRecordMetafileFileNameI.

15 years agorichedit: Use RTF reader for text starting with {\urtf.
Dylan Smith [Fri, 3 Oct 2008 08:08:34 +0000 (04:08 -0400)] 
richedit: Use RTF reader for text starting with {\urtf.

15 years agogdi32: Sign-compare warnings fix.
Andrew Talbot [Thu, 2 Oct 2008 21:18:38 +0000 (22:18 +0100)] 
gdi32: Sign-compare warnings fix.

15 years agouser32: Print the expected and received rectangles.
Dmitry Timoshkov [Thu, 2 Oct 2008 19:52:17 +0000 (04:52 +0900)] 
user32: Print the expected and received rectangles.

15 years agogdi32/tests: Fix a few failures on win9x.
Paul Vriens [Mon, 6 Oct 2008 09:47:56 +0000 (11:47 +0200)] 
gdi32/tests: Fix a few failures on win9x.

15 years agogdiplus: Also handle 32bpp bitmaps.
Marcus Meissner [Sat, 4 Oct 2008 09:30:09 +0000 (11:30 +0200)] 
gdiplus: Also handle 32bpp bitmaps.

15 years agowinealsa.drv: Don't hang on last few bytes not played.
Maarten Lankhorst [Sat, 4 Oct 2008 10:04:12 +0000 (12:04 +0200)] 
winealsa.drv: Don't hang on last few bytes not played.

Fixes winmm:wave test hanging.

15 years agodsound: Fix volume and panning for primary buffer.
Maarten Lankhorst [Sun, 28 Sep 2008 18:47:28 +0000 (20:47 +0200)] 
dsound: Fix volume and panning for primary buffer.

Fixes failing dsound tests in wine.

15 years agoregedit: Make branch export behavior work more like native regedit.
Lei Zhang [Fri, 3 Oct 2008 21:21:15 +0000 (14:21 -0700)] 
regedit: Make branch export behavior work more like native regedit.

15 years agowininet: Fix behaviour of InternetTimeFromSystemTimeA/W when dealing with invalid...
Rob Shearman [Fri, 3 Oct 2008 11:58:32 +0000 (12:58 +0100)] 
wininet: Fix behaviour of InternetTimeFromSystemTimeA/W when dealing with invalid parameters.

15 years agowininet: Add tests for passing invalid parameters into InternetTimeFromSystemTimeA/W.
Rob Shearman [Fri, 3 Oct 2008 11:58:25 +0000 (12:58 +0100)] 
wininet: Add tests for passing invalid parameters into InternetTimeFromSystemTimeA/W.

15 years agowininet: Fix GetUrlCacheEntryInfoA/W when a NULL lpCacheEntryInfo parameter is passed in.
Rob Shearman [Fri, 3 Oct 2008 11:57:57 +0000 (12:57 +0100)] 
wininet: Fix GetUrlCacheEntryInfoA/W when a NULL lpCacheEntryInfo parameter is passed in.

15 years agowininet: Return error codes explicitly from URLCache functions instead of returning...
Rob Shearman [Fri, 3 Oct 2008 11:57:50 +0000 (12:57 +0100)] 
wininet: Return error codes explicitly from URLCache functions instead of returning a BOOL and storing the error code in the last error value.

This makes the code more efficient and allows errors from functions to
be ignored without side-effects.

15 years agod3d8/9: Use WINED3D_OK instead of D3D_OK in vertexshader.c.
Rob Shearman [Fri, 3 Oct 2008 11:55:51 +0000 (12:55 +0100)] 
d3d8/9: Use WINED3D_OK instead of D3D_OK in vertexshader.c.

15 years agoAdd configure check for dirent.h and readdir.
Rob Shearman [Fri, 3 Oct 2008 11:55:21 +0000 (12:55 +0100)] 
Add configure check for dirent.h and readdir.

15 years agowined3d: Enable lights on the correct swapchain.
Henri Verbeet [Fri, 3 Oct 2008 06:55:41 +0000 (08:55 +0200)] 
wined3d: Enable lights on the correct swapchain.

15 years agorichedit: Unsigned cast char to avoid EOF equality.
Dylan Smith [Fri, 3 Oct 2008 05:44:53 +0000 (01:44 -0400)] 
richedit: Unsigned cast char to avoid EOF equality.

15 years agorichedit: Removed invalid assertion.
Dylan Smith [Fri, 3 Oct 2008 04:49:39 +0000 (00:49 -0400)] 
richedit: Removed invalid assertion.

The assertion was not valid, because it neglected to take into account
the situation where a line break is forced with a MERF_ENDROW run
(caused by \line control word or pressing Shift-Enter).  This means
that spaces can cause a line wrap after a forced line break as well as
after a paragraph break, so we cannot assert that it is the first row
in the paragraph.

15 years agorichedit: Avoided testing for undocumented behaviour causing test to fail.
Dylan Smith [Thu, 2 Oct 2008 21:33:33 +0000 (17:33 -0400)] 
richedit: Avoided testing for undocumented behaviour causing test to fail.

The test for EM_GETLINE was testing to make sure the null terminating
character was written at the end of the text as long as the buffer was
long enough, and also tested to make sure that no other bytes were
written after this null terminating character.  This is consistent with
Windows 2000 and up, but not for previous versions of Windows.

15 years agorichedit: Swapped the expected and destination buffers in a test.
Dylan Smith [Thu, 2 Oct 2008 21:33:24 +0000 (17:33 -0400)] 
richedit: Swapped the expected and destination buffers in a test.

15 years agomsi: Implement the DROP TABLE sql command.
James Hawkins [Thu, 2 Oct 2008 20:56:54 +0000 (15:56 -0500)] 
msi: Implement the DROP TABLE sql command.

15 years agojscript: Added possibility to run test scripts from file.
Jacek Caban [Thu, 2 Oct 2008 14:24:02 +0000 (16:24 +0200)] 
jscript: Added possibility to run test scripts from file.

With this patch it's possible to test scripts by running
wine jscript_test.exe.so run <file_name>
Although it's not what Wine tests are for, it proved to be very useful
for me.

15 years agojscript: Fixed backslash handling in regular expressions.
Jacek Caban [Thu, 2 Oct 2008 14:23:15 +0000 (16:23 +0200)] 
jscript: Fixed backslash handling in regular expressions.

15 years agojscript: Fixed conflict in Block statement that caused problems with empty blocks.
Jacek Caban [Thu, 2 Oct 2008 14:22:45 +0000 (16:22 +0200)] 
jscript: Fixed conflict in Block statement that caused problems with empty blocks.

15 years agojscript: Don't initialize variables without initialiser to undefined in variable_list...
Jacek Caban [Thu, 2 Oct 2008 14:22:27 +0000 (16:22 +0200)] 
jscript: Don't initialize variables without initialiser to undefined in variable_list_eval.

15 years agoole32: Remove an unneeded WINAPI and remove some useless comments.
Huw Davies [Thu, 2 Oct 2008 19:02:54 +0000 (14:02 -0500)] 
ole32: Remove an unneeded WINAPI and remove some useless comments.

15 years agomshtml: Added IHTMLElement2::get_currentStyle implementation.
Jacek Caban [Thu, 2 Oct 2008 13:27:17 +0000 (15:27 +0200)] 
mshtml: Added IHTMLElement2::get_currentStyle implementation.

15 years agomshtml: Added IHTMLStyle2 to IDispatchEx support.
Jacek Caban [Thu, 2 Oct 2008 10:37:44 +0000 (12:37 +0200)] 
mshtml: Added IHTMLStyle2 to IDispatchEx support.

15 years agomshtml: Added IHTMStyle2 stub implementation.
Jacek Caban [Thu, 2 Oct 2008 10:37:35 +0000 (12:37 +0200)] 
mshtml: Added IHTMStyle2 stub implementation.

15 years agomshtml.idl: Added IHTMLStyle2 interface declaration.
Jacek Caban [Thu, 2 Oct 2008 10:37:15 +0000 (12:37 +0200)] 
mshtml.idl: Added IHTMLStyle2 interface declaration.

15 years agomsvcrt: Avoid a NULL pointer deref in ctime.
Jeff Zaroyko [Tue, 30 Sep 2008 05:34:51 +0000 (15:34 +1000)] 
msvcrt: Avoid a NULL pointer deref in ctime.

15 years agowintab32: Handle negative output context range for y-axe.
John Klehm [Mon, 29 Sep 2008 22:20:15 +0000 (17:20 -0500)] 
wintab32: Handle negative output context range for y-axe.

15 years agowintab32: Improve tracing of LOGCONTEXT struct.
John Klehm [Wed, 1 Oct 2008 16:26:05 +0000 (11:26 -0500)] 
wintab32: Improve tracing of LOGCONTEXT struct.

15 years agodwmapi: Add a few stub implementations.
Andrey Turkin [Wed, 1 Oct 2008 15:53:23 +0000 (19:53 +0400)] 
dwmapi: Add a few stub implementations.

15 years agomsxml: Fix implementation of ISAXContentHandler_characters.
Piotr Caban [Wed, 1 Oct 2008 17:52:48 +0000 (19:52 +0200)] 
msxml: Fix implementation of ISAXContentHandler_characters.

15 years agomsxml: Partial implementation of ISAXXMLReader_putProperty.
Piotr Caban [Wed, 1 Oct 2008 17:52:36 +0000 (19:52 +0200)] 
msxml: Partial implementation of ISAXXMLReader_putProperty.

15 years agowine.inf: Add entry for fake wintab32.dll.
Andrew Nguyen [Wed, 1 Oct 2008 18:05:51 +0000 (13:05 -0500)] 
wine.inf: Add entry for fake wintab32.dll.

15 years agocomctl32/tests: Don't crash on some win9x boxes.
Paul Vriens [Wed, 1 Oct 2008 20:25:11 +0000 (22:25 +0200)] 
comctl32/tests: Don't crash on some win9x boxes.

15 years agorichedit: Print hex string for strcmp test failing on Windows 95, 98 & NT4.
Dylan Smith [Thu, 2 Oct 2008 05:59:46 +0000 (01:59 -0400)] 
richedit: Print hex string for strcmp test failing on Windows 95, 98 & NT4.

15 years agowinex11.drv: Add support for _NET_WORKAREA.
Dmitry Timoshkov [Wed, 1 Oct 2008 19:00:18 +0000 (04:00 +0900)] 
winex11.drv: Add support for _NET_WORKAREA.

15 years agoinetcomm: Add missing license header.
Alexandre Julliard [Thu, 2 Oct 2008 15:30:55 +0000 (10:30 -0500)] 
inetcomm: Add missing license header.

15 years agouser32/tests: GetMenuItemCount returns INT so check for -1 (Coverity 542).
Aric Stewart [Thu, 2 Oct 2008 12:52:55 +0000 (07:52 -0500)] 
user32/tests: GetMenuItemCount returns INT so check for -1 (Coverity 542).

15 years agouser32/tests: GetMenuItemCount returns an INT which can be -1 (Coverity 543).
Aric Stewart [Thu, 2 Oct 2008 12:42:34 +0000 (07:42 -0500)] 
user32/tests: GetMenuItemCount returns an INT which can be -1 (Coverity 543).

15 years agomlang: Correct use of uninitialized rfcstr value (Coverity 796).
Aric Stewart [Thu, 2 Oct 2008 12:20:01 +0000 (07:20 -0500)] 
mlang: Correct use of uninitialized rfcstr value (Coverity 796).

15 years agowininet: Move internet time tests from http.c to internet.c.
Rob Shearman [Thu, 2 Oct 2008 10:38:45 +0000 (11:38 +0100)] 
wininet: Move internet time tests from http.c to internet.c.

15 years agowininet: Fix behaviour of InternetTimeFromSystemTimeA/W when a buffer that is too...
Rob Shearman [Thu, 2 Oct 2008 10:38:38 +0000 (11:38 +0100)] 
wininet: Fix behaviour of InternetTimeFromSystemTimeA/W when a buffer that is too small is passed in.

15 years agowininet: Add tests for InternetTimeFromSystemTimeW with insufficient buffer.
Rob Shearman [Thu, 2 Oct 2008 10:38:30 +0000 (11:38 +0100)] 
wininet: Add tests for InternetTimeFromSystemTimeW with insufficient buffer.

15 years agooleaut32: Make the code in copy_to_variant and copy_from_variant more portable.
Rob Shearman [Thu, 2 Oct 2008 10:38:05 +0000 (11:38 +0100)] 
oleaut32: Make the code in copy_to_variant and copy_from_variant more portable.

The typeof keyword isn't available on all compilers so avoid it if at
all possible.

15 years agoregedit: Check return values, don't request unneeded value which always fails.
Lei Zhang [Thu, 2 Oct 2008 08:35:59 +0000 (01:35 -0700)] 
regedit: Check return values, don't request unneeded value which always fails.

15 years agoregedit: Use W version of TreeView_GetItem.
Lei Zhang [Thu, 2 Oct 2008 08:30:22 +0000 (01:30 -0700)] 
regedit: Use W version of TreeView_GetItem.

15 years agohhctrl.ocx: Always set WS_OVERLAPPEDWINDOW.
Jeff Zaroyko [Thu, 2 Oct 2008 05:10:27 +0000 (15:10 +1000)] 
hhctrl.ocx: Always set WS_OVERLAPPEDWINDOW.

15 years agowintrust: Implement OpenPersonalTrustDBDialog.
Juan Lang [Thu, 2 Oct 2008 04:46:47 +0000 (21:46 -0700)] 
wintrust: Implement OpenPersonalTrustDBDialog.

15 years agogdi32: Do not skip the font metrics update after the DC transform change.
Dmitry Timoshkov [Wed, 1 Oct 2008 21:16:26 +0000 (06:16 +0900)] 
gdi32: Do not skip the font metrics update after the DC transform change.

15 years agowine.inf: Correct the Pacific SA Standard Time entry.
Dmitry Timoshkov [Wed, 1 Oct 2008 19:48:44 +0000 (04:48 +0900)] 
wine.inf: Correct the Pacific SA Standard Time entry.

15 years agorpcrt4: Actually set an unmarshalled object ptr to NULL when a NULL pointer id is...
Huw Davies [Wed, 1 Oct 2008 18:43:37 +0000 (13:43 -0500)] 
rpcrt4: Actually set an unmarshalled object ptr to NULL when a NULL pointer id is received.

15 years agomlang/tests: windows 2008's version of mlang E_FAILs when you pass in a rgelt in...
Aric Stewart [Sun, 28 Sep 2008 19:48:40 +0000 (14:48 -0500)] 
mlang/tests: windows 2008's version of mlang E_FAILs when you pass in a rgelt in IEnumCodePage::Next.

15 years agomlang/tests: Skip testing a codepage returning the buggy, legacy unicodeFEFF charset...
Aric Stewart [Sun, 28 Sep 2008 19:48:29 +0000 (14:48 -0500)] 
mlang/tests: Skip testing a codepage returning the buggy, legacy unicodeFEFF charset (only appears to exist on windows 2008).

15 years agomlang/tests: GetLastError may not be set if Japanese conversions fail with S_FAIL...
Aric Stewart [Sun, 28 Sep 2008 15:52:20 +0000 (10:52 -0500)] 
mlang/tests: GetLastError may not be set if Japanese conversions fail with S_FAIL so do not require that to skip the Japanese tests.

15 years agomlang/tests: Some versions of native mlang return E_FAIL when source string is NULL...
Aric Stewart [Sun, 28 Sep 2008 14:03:03 +0000 (09:03 -0500)] 
mlang/tests: Some versions of native mlang return E_FAIL when source string is NULL and a source length is supplied.

15 years agomlang/tests: IMultiLanguage2_GetRfc1766FromLcid can return S_FALSE on partial name...
Aric Stewart [Sat, 27 Sep 2008 21:10:51 +0000 (16:10 -0500)] 
mlang/tests: IMultiLanguage2_GetRfc1766FromLcid can return S_FALSE on partial name matching so deal with this properly.

15 years agoimm32: ImmConfigureIME should return 0 when the type is IME_CONFIG_REGISTERWORD and...
Aric Stewart [Sat, 27 Sep 2008 18:30:43 +0000 (13:30 -0500)] 
imm32: ImmConfigureIME should return 0 when the type is IME_CONFIG_REGISTERWORD and the data is NULL.

15 years agoinclude: Generate error codes with correct type in urlmon.idl.
Rob Shearman [Wed, 1 Oct 2008 10:19:58 +0000 (11:19 +0100)] 
include: Generate error codes with correct type in urlmon.idl.

Use the _HRESULT_TYPEDEF_ macro to ensure that the error codes get the
correct type.

15 years agowininet: Make WININET_AllocHandle 64-bit safe by using the correct type in the sizeof...
Rob Shearman [Wed, 1 Oct 2008 10:20:03 +0000 (11:20 +0100)] 
wininet: Make WININET_AllocHandle 64-bit safe by using the correct type in the sizeof expression.

15 years agoquartz: Fix placement of WINAPI attribute in fnFoundSeek typedef.
Rob Shearman [Wed, 1 Oct 2008 10:21:11 +0000 (11:21 +0100)] 
quartz: Fix placement of WINAPI attribute in fnFoundSeek typedef.

MSVC requires that calling conventions appear inside the brackets.

15 years agoquartz: Don't use strlenW in array size declaration.
Rob Shearman [Wed, 1 Oct 2008 10:21:04 +0000 (11:21 +0100)] 
quartz: Don't use strlenW in array size declaration.

Use ARRAYSIZE() on the constant string arrays instead.

15 years agowinedos: Compare HRESULT value explicitly against S_OK instead of using an implicit...
Rob Shearman [Wed, 1 Oct 2008 10:20:53 +0000 (11:20 +0100)] 
winedos: Compare HRESULT value explicitly against S_OK instead of using an implicit != 0 comparison.

15 years agowininet: Compare HRESULT values explicitly against S_OK instead of using an implicit...
Rob Shearman [Wed, 1 Oct 2008 10:20:49 +0000 (11:20 +0100)] 
wininet: Compare HRESULT values explicitly against S_OK instead of using an implicit != 0 comparison.