From 426d73bf550d24a24b0820968e4af01c466280a7 Mon Sep 17 00:00:00 2001 From: Nakidai Date: Thu, 26 Jun 2025 21:35:07 +0300 Subject: Add fixes --- other/freetype/include/freetype/config/ftoption.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'other') diff --git a/other/freetype/include/freetype/config/ftoption.h b/other/freetype/include/freetype/config/ftoption.h index 1565533f..65527d4e 100644 --- a/other/freetype/include/freetype/config/ftoption.h +++ b/other/freetype/include/freetype/config/ftoption.h @@ -252,10 +252,10 @@ FT_BEGIN_HEADER /* Do not #undef these macros here since the build system might define */ /* them for certain configurations only. */ /* */ -/* #define FT_EXPORT(x) extern x */ -/* #define FT_EXPORT_DEF(x) x */ -#define FT_EXPORT(x) __declspec(dllexport) x -#define FT_EXPORT_DEF(x) __declspec(dllexport) x +#define FT_EXPORT(x) extern x +#define FT_EXPORT_DEF(x) x +/* #define FT_EXPORT(x) __declspec(dllexport) x*/ +/* #define FT_EXPORT_DEF(x) __declspec(dllexport) x*/ /*************************************************************************/ -- cgit 1.4.1