https://git.reactos.org/?p=reactos.git;a=commitdiff;h=82272f03e3c6360378a144f768f42ce4470ce881

commit 82272f03e3c6360378a144f768f42ce4470ce881
Author:     Serge Gautherie <[email protected]>
AuthorDate: Wed Jun 10 10:09:14 2020 +0200
Commit:     Thomas Faber <[email protected]>
CommitDate: Sat Jun 27 14:48:00 2020 +0200

    [OLE32] ole32_ros.diff: Remove remnant '__ASM_STDCALL_FUNC()'
    
    Addendum to 0f5d91b.
    CORE-16441
---
 dll/win32/ole32/ole32_ros.diff | 11 -----------
 1 file changed, 11 deletions(-)

diff --git a/dll/win32/ole32/ole32_ros.diff b/dll/win32/ole32/ole32_ros.diff
index 649e8766919..39218d6b3b6 100644
--- a/dll/win32/ole32/ole32_ros.diff
+++ b/dll/win32/ole32/ole32_ros.diff
@@ -40,17 +40,6 @@ diff -pudN e:\wine\dlls\ole32/compobj.c 
e:\reactos\dll\win32\ole32/compobj.c
 diff -pudN e:\wine\dlls\ole32/stg_prop.c e:\reactos\dll\win32\ole32/stg_prop.c
 --- e:\wine\dlls\ole32/stg_prop.c      2016-11-16 17:29:23 +0100
 +++ e:\reactos\dll\win32\ole32/stg_prop.c      2016-08-15 16:49:04 +0100
-@@ -41,6 +41,10 @@
- 
- WINE_DEFAULT_DEBUG_CHANNEL(storage);
- 
-+#ifdef _MSC_VER
-+#define __ASM_STDCALL_FUNC(name,args,code)
-+#endif
-+
- static inline StorageImpl *impl_from_IPropertySetStorage( IPropertySetStorage 
*iface )
- {
-     return CONTAINING_RECORD(iface, StorageImpl, 
base.IPropertySetStorage_iface);
 @@ -1013,7 +1017,13 @@ static HRESULT PropertyStorage_ReadDicti
      return hr;
  }

Reply via email to