• K
    tests: fix test_trutype.c on msvc 2015 · 5182622b
    Kenney Phillis Jr 提交于
    This is 3 short fixes for the file test_truetype.c.
    
    1. Fix the Visual Studio Secure CRT Errors by defining
     _CRT_SECURE_NO_WARNINGS
    
    2. Fix signed/unsigned Character conversion warning/error.
    
    3. Fix the Definitions for the Image packer.
    This now works as intended generating usable png files.
    5182622b
test_truetype.c 3.2 KB