Skip to content

Commit

Permalink
Test for additional 64-bit unsigned integer types
Browse files Browse the repository at this point in the history
  • Loading branch information
rmagick committed Jan 8, 2008
1 parent b39952f commit 80a3cf7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ext/RMagick/extconf.rb
Expand Up @@ -192,6 +192,8 @@ def exit_failure(msg)
have_type("unsigned long long", headers)
have_type("uint64_t", headers)
have_type("__int64", headers)
have_type("uintmax_t", headers)
check_sizeof("unsigned long", headers)
check_sizeof("Image *", headers)


Expand Down

0 comments on commit 80a3cf7

Please sign in to comment.