Skip to content
  • Brad King's avatar
    COMP: Fix __int64 detection on MinGW and CMake 2.6 · 281e908b
    Brad King authored
    The __int64 type on MinGW is detected only when a system header is
    included by CMake 2.6's CHECK_TYPE_SIZE macro.  We need to include the
    same header when performing further try-compiles with this type.
    281e908b