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
commit 91a467e55c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

1
ttf.h
View File

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