X-Git-Url: https://git.saurik.com/apple/security.git/blobdiff_plain/5c19dc3ae3bd8e40a9c028b0deddd50ff337692c..07691282a056c4efea71e1e505527601e8cc166b:/OSX/libsecurity_cryptkit/lib/giantIntegers.h diff --git a/OSX/libsecurity_cryptkit/lib/giantIntegers.h b/OSX/libsecurity_cryptkit/lib/giantIntegers.h index 2352a368..34acf764 100644 --- a/OSX/libsecurity_cryptkit/lib/giantIntegers.h +++ b/OSX/libsecurity_cryptkit/lib/giantIntegers.h @@ -31,7 +31,7 @@ extern "C" { /* * Size of giant digit. */ -#if NeXT || __i386__ || __i486__ +#if NeXT || __i386__ || __i486__ || __x86_64__ typedef unsigned int giantDigit;