js-ctypes cannot build on Windows x64. b=518741, r=dwitte

This commit is contained in:
Makoto Kato 2009-10-02 23:14:19 -07:00
Родитель 4fbee2d20d
Коммит 8fa522ae33
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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;