mirror of https://github.com/odrling/Aegisub
10 lines
144 B
C
10 lines
144 B
C
|
|
||
|
#ifdef _WIN32 // Windows specific settings
|
||
|
#define HAVE_PTHREAD 1
|
||
|
#else
|
||
|
|
||
|
// Generated by configure.in
|
||
|
#include "../acconf.h"
|
||
|
|
||
|
#endif // _WIN32
|