Aegisub/aegisub/libass/config.h
Thomas Goyne c571f64f86 Fix compilation error on unix when using internal libass
Originally committed to SVN as r4848.
2010-11-18 04:31:38 +00:00

11 lines
189 B
C

#ifdef _MSVC
#define CONFIG_FONTCONFIG 1
#define CONFIG_ICONV 1
#define inline __inline
#define strtoll(p, e, b) _strtoi64(p, e, b)
#define M_PI 3.1415926535897932384626433832795
#endif