forked from mirrors/gecko-dev
js-ctypes cannot build on Windows x64. b=518741, r=dwitte
This commit is contained in:
parent
4fbee2d20d
commit
8fa522ae33
1 changed files with 1 additions and 1 deletions
|
|
@ -163,7 +163,7 @@ GetABI(PRUint16 aCallType, ffi_abi& aResult)
|
|||
case nsIForeignLibrary::DEFAULT:
|
||||
aResult = FFI_DEFAULT_ABI;
|
||||
return true;
|
||||
#if defined(_WIN32)
|
||||
#if defined(_WIN32) && !defined(_WIN64)
|
||||
case nsIForeignLibrary::STDCALL:
|
||||
aResult = FFI_STDCALL;
|
||||
return true;
|
||||
|
|
|
|||
Loading…
Reference in a new issue