• Show log

    Commit

  • Hash : 70946f6d
    Author : Alexei Podtelezhnikov
    Date : 2023-03-05T16:08:14

    * builds/windows/vc2010/freetype.vcxproj: Suppress C4267 on _WIN64. This usually comes from `strlen` returning 64-bit `size_t`, which we often assign to 32-bit `FT_ULong` on Windows-64 (LLP64).