about summary refs log tree commit diff
path: root/other
diff options
context:
space:
mode:
authorNakidai <nakidai@disroot.org>2025-06-26 21:35:07 +0300
committerNakidai <nakidai@disroot.org>2025-06-26 21:35:07 +0300
commit426d73bf550d24a24b0820968e4af01c466280a7 (patch)
tree00707bc4c557085d5e28f708256146eb95d5429e /other
parent5edca2a937e40ac77e565adc4ccbf224c4967b00 (diff)
downloadzcatch-426d73bf550d24a24b0820968e4af01c466280a7.tar.gz
zcatch-426d73bf550d24a24b0820968e4af01c466280a7.zip
Add fixes HEAD zCatch master
Diffstat (limited to 'other')
-rw-r--r--other/freetype/include/freetype/config/ftoption.h8
1 files changed, 4 insertions, 4 deletions
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*/

 

 

   /*************************************************************************/