Author :
Alexei Podtelezhnikov
Date :
2023-03-05 16:08:14
Hash :70946f6d Message :* 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).