[OLEAUT32] Add AMD64 version of call_double_method aka fix build.

This commit is contained in:
Thomas Faber
2019-02-01 18:09:12 +01:00
parent e7acf61764
commit 42b5f5ec06

View File

@@ -17,6 +17,10 @@ call_method:
int 2ch
ret
PUBLIC call_double_method
call_double_method:
jmp call_method
#else
#include <asm.inc>