summary refs log tree commit diff stats
path: root/src/libenchant_win8/win8_provider.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/libenchant_win8/win8_provider.cpp')
0 files changed, 0 insertions, 0 deletions
v>
#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"