On Wed, Mar 02, 2016 at 08:51:49AM +0100, Sebastian Lackner wrote:
From: Michael Müller <michael(a)fds-team.de>
Signed-off-by: Michael Müller <michael(a)fds-team.de> Signed-off-by: Sebastian Lackner <sebastian(a)fds-team.de> ---
Changes in v2 (thanks Nikolay): * Replace ERROR_SUCCESS -> S_OK (Oopps..) * Initialize variables in tests to make it more convincing.
dlls/api-ms-win-core-com-l1-1-0/api-ms-win-core-com-l1-1-0.spec | 2 dlls/api-ms-win-core-com-l1-1-1/api-ms-win-core-com-l1-1-1.spec | 2 dlls/api-ms-win-downlevel-ole32-l1-1-0/api-ms-win-downlevel-ole32-l1-1-0.spec | 2 dlls/combase/combase.spec | 2 dlls/ole32/compobj.c | 29 +++++ dlls/ole32/ole32.spec | 1 dlls/ole32/tests/compobj.c | 56 ++++++++++ include/objidl.idl | 9 + 8 files changed, 99 insertions(+), 4 deletions(-)
The prototype should go in objbase.h . Actually, newer SDKs have moved that into combaseapi.h, but we don't have that yet so objbase.h is good for now. Huw.