Commit Graph

104359 Commits

Author SHA1 Message Date
Michael Stefaniuc
51e3750fea ieframe: Remove unused assignments (PVS-Studio). 2015-03-04 21:50:40 +09:00
Michael Stefaniuc
802c3f2e1f crypt32/tests: Add a missing test case (PVS-Studio). 2015-03-04 21:50:40 +09:00
Michael Stefaniuc
89569b4b34 crypt32/tests: Remove an unused assignment (PVS-Studio). 2015-03-04 21:50:39 +09:00
Sebastian Lackner
bf65fef8bc ntdll: Assert when trying to replace an exiting file descriptor in fd_cache. 2015-03-04 21:50:38 +09:00
Nikolay Sivov
36bc8563cf rpcrt4: Implement MesEncodeDynBufferHandleCreate(). 2015-03-04 21:50:38 +09:00
Nikolay Sivov
d240fdff18 rpcrt4: Implement MesBufferHandleReset(). 2015-03-04 21:50:37 +09:00
Christian Costa
cc95915a3c windowscodecs: Fix init of LONGLONG variable with a negative value in TGA decoder. 2015-03-04 21:50:37 +09:00
Sebastian Lackner
317fc7aaf8 winecfg: Add library override instead of closing winecfg when pressing Enter.
Based on a patch by Hugh McMaster.
2015-03-04 21:50:36 +09:00
Lauri Kenttä
6aa793e269 po: Update Finnish translation. 2015-03-04 21:50:36 +09:00
Alexandre Julliard
5bf29fb897 wininet: Hardcode the base64 table to avoid ugly macros. 2015-03-04 21:50:35 +09:00
Alexandre Julliard
336be2f694 gdi32: Use shorter constants for byte and word masks to avoid warnings. 2015-03-04 21:50:35 +09:00
Alexandre Julliard
74b627e894 scrrun: Fix typo in header guard. 2015-03-04 21:50:34 +09:00
Alexandre Julliard
9f59a60968 mmdevapi/tests: Use float constants with fabsf. 2015-03-04 21:50:34 +09:00
Alexandre Julliard
d28052066d shell32/tests: Use NULL for a null pointer. 2015-03-04 21:50:33 +09:00
Alexandre Julliard
65180fb2e8 oledb32/tests: The destination array address can't be modified by the called function. 2015-03-04 21:50:33 +09:00
Alexandre Julliard
b7f6362ddc msvcrt: Use the correct object type for __non_rtti_object exceptions. 2015-03-04 21:50:32 +09:00
Alexandre Julliard
cdef3287db msvcrt: Undefine __thiscall before redefining it. 2015-03-04 21:50:32 +09:00
Alexandre Julliard
e1cf7f5a2e msvcp90: Add support for throwing bad cast exception to avoid unused variable warning. 2015-03-04 21:50:31 +09:00
Alexandre Julliard
1097384377 winebuild: Avoid assigning values outside of the target_cpu enum range. 2015-03-04 21:50:29 +09:00
Alexandre Julliard
f15d077f93 wrc: Remove duplicate parentheses. 2015-03-04 17:27:12 +09:00
Alexandre Julliard
ecd350c3ff include: Avoid IKsPropertySet forward type redefinition. 2015-03-04 17:27:10 +09:00
Alexandre Julliard
39f6d04aa0 Revert "shell32: Also return Attributes in GetFolderDefinition."
This reverts commit 0becff8244.
The wrong patch was committed.
2015-03-04 11:34:15 +09:00
Vincent Povirk
129ff974b4 mscoree: Update Wine Mono to 4.5.6. 2015-03-03 23:50:33 +09:00
Jacek Caban
33c5a7d14c vbscript: Added DISPATCH_PROPERTYPUTREF tests. 2015-03-03 23:16:53 +09:00
Jacek Caban
bd42594da9 vbscript: Leave converting object to trivial values up to calee. 2015-03-03 23:16:52 +09:00
Jacek Caban
62bc8aeb0f vbscript: Leave assigning value up to add_dynamic_var callers. 2015-03-03 23:16:51 +09:00
Jacek Caban
86283b31db vbscript: Fail to set non-object values with DISPATCH_PROPERTYPUTREF flag. 2015-03-03 23:16:50 +09:00
Jacek Caban
4bca1665c4 vbscript: Convert VT_DISPATCH propput value to trivial value if DISPATCH_PROPERTYPUTREF is not set. 2015-03-03 23:16:49 +09:00
Jacek Caban
571b09ce42 vbscript: Pass DISPATCH_PROPERTYPUTREF flag to InvokeEx when apropriate. 2015-03-03 23:16:48 +09:00
Jacek Caban
128f79ee77 vbscript: Added support for DISPATCH_PROPERTYPUTREF flag. 2015-03-03 23:16:47 +09:00
Mark Harmstone
d7c2069721 comctl32: Paint themed scrollbars. 2015-03-03 23:16:46 +09:00
Mark Harmstone
b472e5574c dsound/tests: Add GetObjectInPath tests. 2015-03-03 23:16:45 +09:00
Nikolay Sivov
37dd441587 rpcrt4: Fix argument check in MesEncodeFixedBufferHandleCreate(). 2015-03-03 23:16:42 +09:00
Nikolay Sivov
0810db96fa rpcrt4: Use RPC_* error code names. 2015-03-03 20:32:06 +09:00
Damjan Jovanovic
1a20050826 winex11.drv: Support XDnD version 5. 2015-03-03 18:12:46 +09:00
Sebastian Lackner
4c8b3f63be winebuild: Conditionally use different code for restoring the context structure.
Fixes a regression introduced by 44fbc018ed.
2015-03-03 18:12:30 +09:00
Nikolay Sivov
bcd8b6f4ee include: Fix null pointer dereference while tracing. 2015-03-03 17:13:52 +09:00
Sebastian Lackner
c23db594aa ole32: Fix an invalid usage of InterlockedCompareExchange. 2015-03-03 17:13:46 +09:00
Sebastian Lackner
68528519fc ddraw: Remove unused code for ChangeUniquenessValue. 2015-03-03 17:12:41 +09:00
Sebastian Lackner
b282a937e2 ntdll/tests: Add tests for TpSimpleTryPost function. 2015-03-03 17:11:25 +09:00
Sebastian Lackner
d336f1fe68 ntdll/tests: Add tests for NtQueryLicenseKey. 2015-03-03 17:10:37 +09:00
Sebastian Lackner
72a41c50e2 include: Fix definition of SECTION_BASIC_INFORMATION and SECTION_IMAGE_INFORMATION.
Based on a patch by Dmitry Timoshkov.
2015-03-03 17:10:19 +09:00
Alexandre Julliard
1146e251fc ntdll: Avoid the intermediate user APC callback. 2015-03-03 17:02:04 +09:00
Alexandre Julliard
0a241b0fcc ntdll: Allow specifying the user APC argument in the system APC callback. 2015-03-03 17:02:03 +09:00
Alexandre Julliard
8843bc144d server: Allow passing an argument for the user APC async I/O callbacks. 2015-03-03 17:02:03 +09:00
Alexandre Julliard
4273b0d938 ws2_32: Don't queue a user APC when there is no callback function. 2015-03-03 17:01:48 +09:00
Alexandre Julliard
e23233d791 ws2_32: Add a separate structure for async shutdowns.
Conflicts:
	dlls/ws2_32/socket.c
2015-03-03 16:53:04 +09:00
Alexandre Julliard
9fa69b5868 ws2_32: Add a common header to the async I/O structures. 2015-03-03 15:33:21 +09:00
Nikolay Sivov
3814e0229d scrrun: Implement GetExtensionName(). 2015-03-03 12:40:07 +09:00
Nikolay Sivov
2d15758c38 scrrun/tests: A test for adding BYREF item. 2015-03-03 12:40:04 +09:00