From 82fd4858b87ccf5ff0217aebb19ffde5f9794a66 Mon Sep 17 00:00:00 2001 From: Moriyoshi Koizumi Date: Mon, 15 Mar 2010 14:19:51 +0000 Subject: [PATCH] - Fix win32 build. (notified by Rob. Thanks) --- ext/mbstring/libmbfl/config.h.w32 | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 ext/mbstring/libmbfl/config.h.w32 diff --git a/ext/mbstring/libmbfl/config.h.w32 b/ext/mbstring/libmbfl/config.h.w32 new file mode 100644 index 00000000000..7458e441eb5 --- /dev/null +++ b/ext/mbstring/libmbfl/config.h.w32 @@ -0,0 +1,12 @@ +#define HAVE_STDIO_H 1 +#define HAVE_STDLIB_H 1 +#define HAVE_STDDEF_H 1 +#define HAVE_ASSERT_H 1 +#define HAVE_MEMORY_H 1 +/* #undef HAVE_STRINGS_H */ +#define HAVE_STRING_H 1 +/* #undef HAVE_STRCASECMP */ +#define HAVE_STRICMP 1 +#define HAVE_WIN32_NATIVE_THREAD 1 +#define USE_WIN32_NATIVE_THREAD 1 +#define ENABLE_THREADS 1