[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
No known key found for this signature in database
GPG key ID: 076E7C3D44720826

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>