summary refs log tree commit diff stats
path: root/win32/spelling
AgeCommit message (Expand)Author
2012-10-04Add scripts for building the spelling dictionaries SFXBerke Viktor
pos/torxchat.git/tree/win32/ext/enchant-wdk/src/config.h?h=feature/tls-srp&id=5a50da6f827f96f12739a50d8917d43e28191551'>tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15














                                      
#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"