зеркало из https://github.com/mozilla/gecko-dev.git
js-ctypes cannot build on Windows x64. b=518741, r=dwitte
This commit is contained in:
Родитель
4fbee2d20d
Коммит
8fa522ae33
|
@ -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;
|
||||
|
|
Загрузка…
Ссылка в новой задаче