Bug 919874 - Don't export xptcstubs on Win64. r=bsmedberg

This commit is contained in:
Makoto Kato 2013-10-02 13:48:01 +09:00
parent 5e5853070a
commit 8e2e42690b

View File

@ -78,7 +78,7 @@ SharedStub ENDP
STUBENTRY MACRO functionname, paramcount
functionname PROC EXPORT
functionname PROC
mov r11, paramcount
jmp SharedStub
functionname ENDP