mirror of
https://github.com/etlegacy/etlegacy-libs.git
synced 2024-11-10 14:51:58 +00:00
ftconfig.h: Fix linking in static libs.
This commit is contained in:
parent
2bfbc1bacb
commit
16ed344091
1 changed files with 0 additions and 9 deletions
|
@ -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 */
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue