about summary refs log tree commit diff
path: root/other
diff options
context:
space:
mode:
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*/

 

 

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