Author: tfaber
Date: Mon Oct 19 16:03:00 2015
New Revision: 69622
URL:
http://svn.reactos.org/svn/reactos?rev=69622&view=rev
Log:
[SHLWAPI_WINETEST]
- Fix build until I figure out how to upstream this
Modified:
trunk/rostests/winetests/shlwapi/ordinal.c
Modified: trunk/rostests/winetests/shlwapi/ordinal.c
URL:
http://svn.reactos.org/svn/reactos/trunk/rostests/winetests/shlwapi/ordinal…
==============================================================================
--- trunk/rostests/winetests/shlwapi/ordinal.c [iso-8859-1] (original)
+++ trunk/rostests/winetests/shlwapi/ordinal.c [iso-8859-1] Mon Oct 19 16:03:00 2015
@@ -2688,14 +2688,22 @@
}
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");