Merge pull request #81 from vlasovsoft1979/ttf_h_size_t_error

Fixed compilation error MSVC 19.16.27039.0 32 bit
This commit is contained in:
Michael R Sweet
2024-12-08 19:18:46 -05:00
committed by GitHub

1
ttf.h
View File

@ -11,6 +11,7 @@
#ifndef TTF_H
# define TTF_H
# include <stddef.h>
# include <stdbool.h>
# include <sys/types.h>
# ifdef __cplusplus