Skip to content
Snippets Groups Projects
Commit 36bb09a7 authored by Brad King's avatar Brad King
Browse files

Drop support for compilers with `__int64` as the only 64-bit int

VTK no longer supports any compilers that have `__int64` but not a
`long` or `long long` that is 64-bit.  Therefore all code that is
conditional on VTK_TYPE_USE___INT64 is never used and can be dropped.
parent ff58f45e
No related branches found
No related tags found
No related merge requests found
Showing
with 3 additions and 449 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment