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 |
Michael Stefaniuc
|
5c9d24702f
|
msctf/tests: Remove an unsused assignment (PVS-Studio).
|
2015-03-06 20:32:01 +09:00 |
Michael Stefaniuc
|
5f28bbcda3
|
mmdevapi/tests: Remove an unused assignment (PVS-Studio).
|
2015-03-06 20:32:00 +09:00 |
Michael Stefaniuc
|
8293cf33e0
|
gdi32: Remove double parentheses, not a misplaced pair (PVS-Studio).
|
2015-03-06 20:32:00 +09:00 |
Alistair Leslie-Hughes
|
63c7fd2a63
|
dpnet: Correct usage of memcpy in GetComponentByName.
|
2015-03-06 20:31:59 +09:00 |
Alistair Leslie-Hughes
|
b779dee768
|
dpnet: Always update type since it might change.
|
2015-03-06 20:31:59 +09:00 |
Alistair Leslie-Hughes
|
4299da0d7c
|
dpnet: Free previous allocated data.
|
2015-03-06 20:31:59 +09:00 |
Alistair Leslie-Hughes
|
a5d3125395
|
dpnet: Add check for mismatched string lengths.
|
2015-03-06 20:31:58 +09:00 |
Mark Harmstone
|
b12f73a591
|
uxtheme: Assume imagecount to be 1 if unspecified.
|
2015-03-06 20:31:57 +09:00 |
Piotr Caban
|
4c6427d080
|
gdiplus: Don't use CoCreateInstance in encode_image_wic.
|
2015-03-06 20:31:44 +09:00 |
Piotr Caban
|
afe3422849
|
gdiplus: Don't use CoCreateInstance in get_palette function.
|
2015-03-06 20:31:42 +09:00 |
Piotr Caban
|
b03c60d85c
|
gdiplus: Don't use CoCreateInstance in decode_image_wic.
|
2015-03-06 20:31:40 +09:00 |
Piotr Caban
|
df9ec3c178
|
windowscodecs: Add helper to create internal COM classes without CoCreateInstance call if possible.
|
2015-03-06 20:31:35 +09:00 |
Nikolay Sivov
|
2b40f9b01e
|
rpcrt4: Implement RPC_FC_CALLBACK_HANDLE handle type for NdrClientCall2().
|
2015-03-06 12:57:03 +09:00 |
Daniel Lehman
|
c921deebf1
|
wininet: Eat terminator on last chunk.
|
2015-03-06 12:56:29 +09:00 |
Francois Gouget
|
0cd1922302
|
hal: Remove unneeded NONAMELESSXXX directives.
|
2015-03-06 12:54:40 +09:00 |
Francois Gouget
|
9cf7398394
|
mountmgr.sys: Remove unneeded NONAMELESSXXX directives.
|
2015-03-06 12:54:32 +09:00 |
Francois Gouget
|
f572279576
|
d3dx9_36: Remove unneeded NONAMELESSXXX directives.
|
2015-03-06 12:54:01 +09:00 |
Francois Gouget
|
fb908b3a95
|
ole32: Don't define NONAMELESSUNION in olestd.h. It's not needed anyway.
|
2015-03-06 12:53:55 +09:00 |
Jacek Caban
|
0de7b95c37
|
vbscript: Added a helper for getting default IDispatch value.
|
2015-03-06 00:02:08 +09:00 |
Akihiro Sagawa
|
7561375ede
|
mciqtz: Implement MCI_DGV_SETAUDIO_VOLUME.
|
2015-03-06 00:02:03 +09:00 |
Akihiro Sagawa
|
6a41aeefe8
|
winmm/tests: Add MCI_SETAUDIO command tests.
|
2015-03-06 00:01:51 +09:00 |
Akihiro Sagawa
|
11db448129
|
po: Update Japanese translation.
|
2015-03-06 00:01:44 +09:00 |
Bruno Jesus
|
bf36fb0216
|
ws2_32: Make closesocket() more robust.
|
2015-03-05 21:43:18 +09:00 |
Bruno Jesus
|
81598be9cf
|
kernel32: In GetTempPathW only copy the path if it fits and zero the buffer when it doesn't.
|
2015-03-05 21:42:32 +09:00 |
Jacek Caban
|
c769d6fe23
|
appwiz.cpl: Include package version in request URL.
|
2015-03-05 21:42:10 +09:00 |
Christian Costa
|
27c72ae986
|
d3dx9_36: Fix d3dx9_skin_info_ConvertToIndexedBlendedMesh stub.
|
2015-03-05 21:41:58 +09:00 |
Mark Harmstone
|
a20c920bbd
|
comctl32: Draw hot parts of themed scrollbars.
|
2015-03-05 21:39:21 +09:00 |