mirror of https://github.com/odrling/Aegisub
8 lines
166 B
C
8 lines
166 B
C
|
#define _CRT_SECURE_NO_WARNINGS
|
||
|
#define _CRT_NONSTDC_NO_DEPRECATE
|
||
|
|
||
|
#define CONFIG_FONTCONFIG 1
|
||
|
#define CONFIG_ICONV 1
|
||
|
|
||
|
#define M_PI 3.1415926535897932384626433832795
|