From 769cb150981af8fc3b6cf58c2979c10d4a44acac Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Thu, 1 Aug 2024 14:07:58 +0000 Subject: automatic import of freetype --- ftconfig.h | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 ftconfig.h (limited to 'ftconfig.h') diff --git a/ftconfig.h b/ftconfig.h new file mode 100644 index 0000000..8d4a074 --- /dev/null +++ b/ftconfig.h @@ -0,0 +1,14 @@ +#ifndef __FTCONFIG_H__MULTILIB +#define __FTCONFIG_H__MULTILIB + +#include + +#if __WORDSIZE == 32 +# include "ftconfig-32.h" +#elif __WORDSIZE == 64 +# include "ftconfig-64.h" +#else +# error "unexpected value for __WORDSIZE macro" +#endif + +#endif -- cgit v1.2.3