Commit Graph

12 Commits

Author SHA1 Message Date
Michael Stefaniuc c9acabe1dd dispex/tests: Get rid of a cast from a COM object to an iface.
Signed-off-by: Michael Stefaniuc <mstefani@redhat.de>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2016-07-04 17:30:28 +09:00
Nikolay Sivov acea0eea5d dlls: Print HRESULT as 32bit value. 2014-01-28 10:52:12 +01:00
Alexandre Julliard 99ef0d6ff0 makefiles: Get rid of the MAKE_TEST_RULES variable. 2014-01-02 12:13:16 +01:00
Nikolay Sivov de69361b8a dispex/tests: Compile with -D__WINESRC__. 2013-10-16 11:23:59 +02:00
Michael Stefaniuc 0e681027a2 tests: Compile the tests by default with -D__WINESRC__. 2013-10-02 11:04:02 +02:00
Michael Stefaniuc 87f42eb853 dispex/tests: Use an iface instead of a vtbl pointer in dispex. 2010-11-29 13:28:22 +01:00
Alexandre Julliard 81b8ee863e makefiles: Add a standard header for all makefiles to replace the common variable initializations. 2010-09-19 12:36:48 +02:00
Alexandre Julliard b86d515ed6 dlls: Remove explicit imports of kernel32 and ntdll. 2010-07-21 17:38:36 +02:00
Huw Davies f1ebd2d894 dispex: Check whether the server function changes the type of the arguments. 2010-03-23 13:24:27 +01:00
Huw Davies 56e625b0da dispex: Call the deferred fill in function before returning from the server. 2010-03-23 13:24:27 +01:00
Huw Davies afb1a08b5f dispex: Use the upper WORD of the flags parameter to indicate whether the optional [out] parameters are NULL. 2010-03-22 15:52:35 +01:00
Huw Davies df07561ce2 dispex: Implement proxy and stub for IDispatchEx_InvokeEx. 2010-03-19 16:25:48 +01:00