forked from mia/Aegisub
9d0c5a4890
Originally committed to SVN as r4372.
11 lines
179 B
C
11 lines
179 B
C
#ifndef AGI_PRE
|
|
|
|
#ifdef _WIN32 // Windows specific settings
|
|
#define HAVE_PTHREAD 1
|
|
#else
|
|
|
|
// Generated by configure.in
|
|
#include "../acconf.h"
|
|
|
|
#endif // _WIN32
|
|
#endif // LAGI_PRE
|