summary refs log tree commit diff stats
path: root/ext/enchant-wdk/src/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/enchant-wdk/src/config.h')
-rw-r--r--ext/enchant-wdk/src/config.h13
1 files changed, 13 insertions, 0 deletions
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 <sys/types.h> 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"