X-Git-Url: https://git.reactos.org/?p=reactos.git;a=blobdiff_plain;f=rostests%2Fwinetests%2Fshlwapi%2Fordinal.c;h=1348e15cc9d68a8c546735f46217d94ac913d135;hp=dac2f2ad5836aec8ea63c7b3d7e126b6ebbba010;hb=8fb79dfcc4b2bfb932c6d3b60c14da7f3a6e5fc3;hpb=66503f6e3f7fb0121331156fd658a234476dec5f diff --git a/rostests/winetests/shlwapi/ordinal.c b/rostests/winetests/shlwapi/ordinal.c index dac2f2ad583..1348e15cc9d 100755 --- a/rostests/winetests/shlwapi/ordinal.c +++ b/rostests/winetests/shlwapi/ordinal.c @@ -2688,14 +2688,22 @@ static HRESULT WINAPI SF_CreateViewObject(IShellFolder *iface, } static HRESULT WINAPI SF_GetAttributesOf(IShellFolder *iface, +#ifdef __REACTOS__ + UINT cidl, PCUITEMID_CHILD_ARRAY idl, SFGAOF *inOut) +#else UINT cidl, LPCITEMIDLIST *idl, SFGAOF *inOut) +#endif { ok(0, "Didn't expect GetAttributesOf\n"); return E_NOTIMPL; } static HRESULT WINAPI SF_GetUIObjectOf(IShellFolder *iface, +#ifdef __REACTOS__ + HWND owner, UINT cidl, PCUITEMID_CHILD_ARRAY idls, REFIID riid, UINT *inOut, +#else HWND owner, UINT cidl, LPCITEMIDLIST *idls, REFIID riid, UINT *inOut, +#endif void **out) { ok(0, "Didn't expect GetUIObjectOf\n");