https://git.reactos.org/?p=reactos.git;a=commitdiff;h=42b5f5ec06d8a7343cacd…
commit 42b5f5ec06d8a7343cacdde0c9913402bf9c3175
Author: Thomas Faber <thomas.faber(a)reactos.org>
AuthorDate: Fri Feb 1 18:09:12 2019 +0100
Commit: Thomas Faber <thomas.faber(a)reactos.org>
CommitDate: Fri Feb 1 18:09:52 2019 +0100
[OLEAUT32] Add AMD64 version of call_double_method aka fix build.
---
dll/win32/oleaut32/msvc.S | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/dll/win32/oleaut32/msvc.S b/dll/win32/oleaut32/msvc.S
index 0d088d3e8c..7503cd1231 100644
--- a/dll/win32/oleaut32/msvc.S
+++ b/dll/win32/oleaut32/msvc.S
@@ -17,6 +17,10 @@ call_method:
int 2ch
ret
+PUBLIC call_double_method
+call_double_method:
+ jmp call_method
+
#else
#include <asm.inc>