mirror of
https://github.com/reactos/reactos.git
synced 2025-04-26 16:40:27 +00:00
[OLEAUT32] Add AMD64 version of call_double_method aka fix build.
This commit is contained in:
parent
e7acf61764
commit
42b5f5ec06
1 changed files with 4 additions and 0 deletions
|
@ -17,6 +17,10 @@ call_method:
|
||||||
int 2ch
|
int 2ch
|
||||||
ret
|
ret
|
||||||
|
|
||||||
|
PUBLIC call_double_method
|
||||||
|
call_double_method:
|
||||||
|
jmp call_method
|
||||||
|
|
||||||
#else
|
#else
|
||||||
|
|
||||||
#include <asm.inc>
|
#include <asm.inc>
|
||||||
|
|
Loading…
Reference in a new issue