ftconfig.h: Fix linking in static libs.

This commit is contained in:
Matt Oliver 2018-01-10 02:11:15 +11:00 committed by Remy Marquis
parent 2bfbc1bacb
commit 16ed344091

View file

@ -461,15 +461,6 @@ FT_BEGIN_HEADER
#define FT_EXPORT( x ) extern x
#endif
#ifdef _MSC_VER
#undef FT_EXPORT
#ifdef _DLL
#define FT_EXPORT( x ) __declspec( dllexport ) x
#else
#define FT_EXPORT( x ) __declspec( dllimport ) x
#endif
#endif
#endif /* !FT_EXPORT */