Commit Graph

104460 Commits

Author SHA1 Message Date
Nikolay Sivov 613a65982f oleaut32/tests: Some tests for IsMatchingType(). 2015-03-10 15:09:00 +09:00
Jacek Caban 8c826a3c63 wmsdkidl.idl: Added IWMWriter interface declaration. 2015-03-10 15:08:35 +09:00
Jacek Caban 7bce21c087 mshtml: Added IHTMLDOMAttribute2::get_expando implementation. 2015-03-10 15:08:15 +09:00
Jacek Caban 25845c7065 mshtml: Added IHTMLDOMAttribute2 stub implementation. 2015-03-10 15:08:03 +09:00
Henri Verbeet 11b4200012 d3d10core: Implement d3d10_depthstencil_state_GetPrivateData(). 2015-03-09 22:07:34 +09:00
Henri Verbeet f8656657fc d3d10core: Implement d3d10_depthstencil_state_SetPrivateDataInterface(). 2015-03-09 22:07:32 +09:00
Henri Verbeet 5cb14ba454 d3d10core: Implement d3d10_depthstencil_state_SetPrivateData(). 2015-03-09 22:07:30 +09:00
Henri Verbeet 3aafb12c78 d3d10core: Implement d3d10_blend_state_GetPrivateData(). 2015-03-09 22:07:28 +09:00
Henri Verbeet e6aabcd716 d3d10core: Implement d3d10_blend_state_SetPrivateDataInterface(). 2015-03-09 22:07:26 +09:00
Michael Stefaniuc be813aed6f msi: Remove comparison of pointer with >= NULL (PVS-Studio). 2015-03-09 22:07:08 +09:00
Michael Stefaniuc a7daccb674 kernel32: Don't free a NULL / not yet allocated pointer (PVS-Studio). 2015-03-09 22:06:56 +09:00
Michael Stefaniuc cd1e969b28 gameux: Avoid comparison of a BOOL return with TRUE (PVS-Studio). 2015-03-09 22:06:50 +09:00
Michael Stefaniuc 91e59d99f9 dsound: Avoid comparing BOOL variables with TRUE (PVS-Studio). 2015-03-09 22:06:45 +09:00
Michael Stefaniuc 1328ec4854 dbghelp: Remove no-op additions with 0 (PVS-Studio). 2015-03-09 22:06:39 +09:00
Michael Stefaniuc 533bb9f390 mstml/tests: Merge two adjacent if blocks with identical condition (PVS-Studio). 2015-03-09 22:06:30 +09:00
Francois Gouget 99f0f3a7e1 comdlg32: Remove unneeded NONAMELESSSTRUCT directives. 2015-03-09 22:06:24 +09:00
Francois Gouget 285dc99999 commdlg.dll16: Remove unneeded NONAMELESSXXX directives. 2015-03-09 22:06:24 +09:00
Francois Gouget c04cc70f7d comctl32: Remove unneeded NONAMELESSSTRUCT directives. 2015-03-09 22:06:23 +09:00
Francois Gouget d53afeca09 appwiz.cpl: Remove an unneeded NONAMELESSSTRUCT directive. 2015-03-09 22:06:23 +09:00
Francois Gouget f847b42994 actxprxy: Remove unneeded NONAMELESSXXX directives. 2015-03-09 22:06:22 +09:00
Francois Gouget 988a6d099f activeds: Remove an unneeded NONAMELESSUNION directive. 2015-03-09 22:06:22 +09:00
Francois Gouget 9cb5579130 wrc: Remove an unused lexer definition. 2015-03-09 22:06:22 +09:00
Nikolay Sivov 4b15e6fd09 vbscript: Use CP_ACP instead of its numeric value. 2015-03-09 22:06:21 +09:00
Nikolay Sivov 44360823b9 oleaut32: Use WdtpInterfacePointer_* functions in VARIANT marshalling. 2015-03-09 22:06:21 +09:00
Nikolay Sivov 52d30cc301 oleaut32/tests: Hide details about VARIANT wire header in header testing helper. 2015-03-09 22:06:20 +09:00
Nikolay Sivov b9819b0b8e wshom.ocx: Implement CurrentDirectory() property. 2015-03-09 17:32:32 +09:00
Nikolay Sivov 99afcdff2d wshom.ocx: Added missing IWshShell3 methods. 2015-03-09 17:32:27 +09:00
Nikolay Sivov 15d7436a0d rpcrt4: Add all stubs to OLE marshalling stream. 2015-03-09 17:32:19 +09:00
Nikolay Sivov 71d663f1de rpcrt4: Return buffer size directly to avoid accessing implementation fields. 2015-03-09 17:32:14 +09:00
Nikolay Sivov e7a608a4e3 rpcrt4: Handle memory allocation error when creating OLE stream instance. 2015-03-09 17:32:09 +09:00
Bruno Jesus 3e676b205d ws2_32/tests: Add more select() tests. 2015-03-08 17:47:07 +09:00
Bruno Jesus 4ca53984e4 ws2_32/tests: Improve setup_connector_socket to allow non-blocking connect calls. 2015-03-08 17:47:05 +09:00
Bruno Jesus 9eaf92d62a ws2_32/test: Don't test unsupported IP_MULTICAST_TTL on NT4. 2015-03-08 17:47:03 +09:00
Bruno Jesus a65ae0ea57 ws2_32/tests: Fix a NT4 crash due to unsupported SIO_ADDRESS_LIST_QUERY. 2015-03-08 17:47:00 +09:00
Bruno Jesus 2522e205ec ws2_32/tests: Move second WSACleanup test elsewhere. 2015-03-08 17:46:56 +09:00
Francois Gouget e928f5544e ddraw/tests: Fix compilation on systems that don't support nameless unions. 2015-03-08 17:46:52 +09:00
Alexandre Julliard 09cd7cf3e0 ws2_32: Set the completion event on the server side also for AcceptEx. 2015-03-07 15:17:05 +09:00
Alexandre Julliard 8364351b99 server: Don't report completion at all in the MORE_PROCESSING_REQUIRED case. 2015-03-07 14:26:51 +09:00
Alexandre Julliard d1578d8f19 Release 1.7.38. 2015-03-06 22:27:36 +09:00
Jacek Caban 10fba143f7 mshtml: Return S_OK in IHTMLPluginsCollection::refresh. 2015-03-06 21:10:17 +09:00
Sebastian Lackner 49cdebad4b ws2_32: Avoid kernel32 functions in system APC calls.
kernel32 functions might modify the last error, which should be avoided here.
2015-03-06 21:09:45 +09:00
Nikolay Sivov ecda8fd501 rpcrt4: Added inline helper to test for Oicf stub descriptions. 2015-03-06 20:40:44 +09:00
Michael Stefaniuc 3730c99c28 d3d9/tests: Remove no-op binary & with all 1's (PVS-Studio). 2015-03-06 20:32:05 +09:00
Michael Stefaniuc 7c4d45c00b msxml3/tests: Merge two adjacent if blocks with identical condition (PVS-Studio). 2015-03-06 20:32:04 +09:00
Michael Stefaniuc 8a755f37d8 ieframe/tests: Merge adjacent identical if's (PVS-Studio). 2015-03-06 20:32:04 +09:00
Michael Stefaniuc 9e7135e00c wordpad: Simplify code that happened to work by chance (PVS-Studio). 2015-03-06 20:32:03 +09:00
Michael Stefaniuc 9bf064a67a winhlp32: Simplify code that happened to work by chance (PVS-Studio). 2015-03-06 20:32:03 +09:00
Michael Stefaniuc a514fe7642 mmdevapi: Don't check for IID_IDirectSoundCapture8, it is just a define (PVS-Studio). 2015-03-06 20:32:02 +09:00
Michael Stefaniuc 278b70bdd0 msvcrt: Clarify comparison of the diff of two unsigneds with 0 (PVS-Studio). 2015-03-06 20:32:02 +09:00
Michael Stefaniuc 9dcb4004d9 mshtml/tests: Remove an unused assignment (PVS-Studio). 2015-03-06 20:32:01 +09:00