diff options
| author | Nakidai <nakidai@disroot.org> | 2025-06-26 21:35:07 +0300 |
|---|---|---|
| committer | Nakidai <nakidai@disroot.org> | 2025-06-26 21:35:07 +0300 |
| commit | 426d73bf550d24a24b0820968e4af01c466280a7 (patch) | |
| tree | 00707bc4c557085d5e28f708256146eb95d5429e /other | |
| parent | 5edca2a937e40ac77e565adc4ccbf224c4967b00 (diff) | |
| download | zcatch-426d73bf550d24a24b0820968e4af01c466280a7.tar.gz zcatch-426d73bf550d24a24b0820968e4af01c466280a7.zip | |
Diffstat (limited to 'other')
| -rw-r--r-- | other/freetype/include/freetype/config/ftoption.h | 8 |
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*/ /*************************************************************************/ |