summary refs log tree commit diff stats
path: root/plugins/fishlim/fishlim.def
AgeCommit message (Collapse)Author
2012-10-30Rebranding for the rest of plugin*Berke Viktor
2012-06-10Add all plugins to solution except WMPABerke Viktor
/enchant-wdk/src/config.h?h=feature/flexible-cert&id=ad7ea4b77e059880ef8f7cb05fe2aa2cdcc217fb'>^
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"