mirror of
https://github.com/reactos/reactos.git
synced 2025-04-25 16:10:29 +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
|
||||
ret
|
||||
|
||||
PUBLIC call_double_method
|
||||
call_double_method:
|
||||
jmp call_method
|
||||
|
||||
#else
|
||||
|
||||
#include <asm.inc>
|
||||
|
|
Loading…
Reference in a new issue