[ACTXPRXY]
authorThomas Faber <thomas.faber@reactos.org>
Mon, 6 Jul 2015 18:51:18 +0000 (18:51 +0000)
committerThomas Faber <thomas.faber@reactos.org>
Mon, 6 Jul 2015 18:51:18 +0000 (18:51 +0000)
- Sync usrmarshal.c to Wine aka fix build

svn path=/trunk/; revision=68358

reactos/dll/win32/actxprxy/usrmarshal.c

index 9b3bb8b..850a1e6 100644 (file)
@@ -215,3 +215,21 @@ HRESULT __RPC_STUB IModalWindow_Show_Stub(
     TRACE("(%p)->(%p)\n", This, hwndOwner);
     return IModalWindow_Show(This, hwndOwner);
 }
+
+HRESULT __RPC_STUB IFolderView2_GetGroupBy_Stub(
+    IFolderView2 *This,
+    PROPERTYKEY *pkey,
+    BOOL *ascending)
+{
+    TRACE("(%p)->(%p %p)\n", This, pkey, ascending);
+    return IFolderView2_GetGroupBy(This, pkey, ascending);
+}
+
+HRESULT __RPC_STUB IFolderView2_GetGroupBy_Proxy(
+    IFolderView2 *This,
+    PROPERTYKEY *pkey,
+    BOOL *ascending)
+{
+    TRACE("(%p)->(%p %p)\n", This, pkey, ascending);
+    return IFolderView2_RemoteGetGroupBy_Proxy(This, pkey, ascending);
+}