X-Git-Url: http://git.draconx.ca/gitweb/cdecl99.git/blobdiff_plain/f8dedd88ba94b894e3cf4626ecc80756c8ba1390..9786185611c072036751fdfcc1731158a0c2d20c:/t/test.h?ds=sidebyside diff --git a/t/test.h b/t/test.h index 32b4e8c..2a872f7 100644 --- a/t/test.h +++ b/t/test.h @@ -36,6 +36,8 @@ */ #if HAVE_UNSIGNED_LONG_LONG_INT typedef unsigned long long test_uintmax; +#elif HAVE_UNSIGNED___INT64 +typedef unsigned __int64 test_uintmax; #else typedef unsigned long test_uintmax; #endif