Aegisub/aegisub/libaegisub/config.h
Thomas Goyne 0616b39ffe Fix a pile of warnings
Originally committed to SVN as r5483.
2011-07-16 05:01:36 +00:00

12 lines
207 B
C

#if !defined(AGI_PRE) && !defined(LAGI_PRE)
#ifdef _WIN32 // Windows specific settings
#define HAVE_PTHREAD 1
#else
// Generated by configure.in
#include "../acconf.h"
#endif // _WIN32
#endif // LAGI_PRE