forked from mia/Aegisub
3c18ed542c
Consistently use the C++ names for headers rather than a combination of the C and C++ names. Remove empty LAGI_PRE blocks. Remove checks for both AGI_PRE and LAGI_PRE and change a check for only AGI_PRE to LAGI_PRE. Originally committed to SVN as r5516.
11 lines
180 B
C
11 lines
180 B
C
#ifndef LAGI_PRE
|
|
|
|
#ifdef _WIN32 // Windows specific settings
|
|
#define HAVE_PTHREAD 1
|
|
#else
|
|
|
|
// Generated by configure.in
|
|
#include "../acconf.h"
|
|
|
|
#endif // _WIN32
|
|
#endif // LAGI_PRE
|