From 234b4b618598ee7c90a07e513bb9498aa984a5a7 Mon Sep 17 00:00:00 2001 From: "berkeviktor@aol.com" Date: Tue, 5 Oct 2010 23:12:36 +0200 Subject: wdk build environment for enchant 1.6 --- ext/enchant-wdk/src/config.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 ext/enchant-wdk/src/config.h (limited to 'ext/enchant-wdk/src/config.h') diff --git a/ext/enchant-wdk/src/config.h b/ext/enchant-wdk/src/config.h new file mode 100644 index 00000000..9b569554 --- /dev/null +++ b/ext/enchant-wdk/src/config.h @@ -0,0 +1,13 @@ +/* + * Hand tailored config.h for windows. + */ + +/* define ssize_t to int if doesn't define.*/ +typedef int ssize_t; +/* #undef ssize_t */ + +#if defined(_MSC_VER) +#pragma warning(disable: 4996) /* The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name. */ +#endif + +#define ENCHANT_VERSION_STRING "1.6.0" -- cgit 1.4.1