mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 919874 - Don't export xptcstubs on Win64. r=bsmedberg
This commit is contained in:
parent
5e5853070a
commit
8e2e42690b
@ -78,7 +78,7 @@ SharedStub ENDP
|
||||
|
||||
|
||||
STUBENTRY MACRO functionname, paramcount
|
||||
functionname PROC EXPORT
|
||||
functionname PROC
|
||||
mov r11, paramcount
|
||||
jmp SharedStub
|
||||
functionname ENDP
|
||||
|
Loading…
Reference in New Issue
Block a user