]> git.draconx.ca Git - cdecl99.git/blobdiff - t/test.h
libcdecl: Try unsigned __int64 for a 64-bit type.
[cdecl99.git] / t / test.h
index 32b4e8cb959fdf4600eeddb779c104089d53e6be..2a872f7f22450dbfd9d557c4fefc28af552bdfe2 100644 (file)
--- 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