#define USE_WIN32_NATIVE_THREAD 1
#define ENABLE_THREADS 1
-#define strcasecmp(s1, s2) stricmp(s1, s2)
*/
#ifdef HAVE_CONFIG_H
-#include "config.h"
+#include "../config.h"
#endif
#ifdef HAVE_STDLIB_H
--- /dev/null
+#ifndef HAVE_STRCASECMP
+#define strcasecmp(s1, s2) stricmp(s1, s2)
+#endif
*/
#ifdef HAVE_CONFIG_H
-#include "config.h"
+#include "../config.h"
#endif
#ifdef HAVE_STDDEF_H
#include <strings.h>
#endif
+#include "mbfl_compat.h"
#include "mbfl_encoding.h"
#include "mbfilter_pass.h"
#include "mbfilter_8bit.h"
#include "mbfl_encoding.h"
#include "mbfl_language.h"
+#include "mbfl_compat.h"
#include "nls/nls_ja.h"
#include "nls/nls_kr.h"