summary refs log tree commit diff stats
path: root/win32/ext/enchant-wdk/src/config.h
diff options
context:
space:
mode:
authorBerke Viktor <bviktor@hexchat.org>2013-04-01 05:05:33 +0200
committerBerke Viktor <bviktor@hexchat.org>2013-04-01 05:05:33 +0200
commit110a2625fe7dcee78b96ca8589b6e0d5f2f76983 (patch)
treebd1c3adbc2b23a55cfb5b02f18a533e1aeaa7900 /win32/ext/enchant-wdk/src/config.h
parentb70062d6d257be8bf0d9f1260c519e5de129b580 (diff)
Remove another bunch of obsolete junk
Diffstat (limited to 'win32/ext/enchant-wdk/src/config.h')
-rw-r--r--win32/ext/enchant-wdk/src/config.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/win32/ext/enchant-wdk/src/config.h b/win32/ext/enchant-wdk/src/config.h
deleted file mode 100644
index d91c69c6..00000000
--- a/win32/ext/enchant-wdk/src/config.h
+++ /dev/null
@@ -1,15 +0,0 @@
-#include <sys/types.h>
-
-#ifndef SSIZE_T_DEFINED
-#ifdef ssize_t
-#undef ssize_t
-#endif
-#ifdef _WIN64
-typedef __int64          ssize_t;
-#else
-typedef _W64 int         ssize_t;
-#endif
-#define SSIZE_T_DEFINED
-#endif
-
-#define ENCHANT_VERSION_STRING "1.6.0"