mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-23 05:50:18 +00:00
wdk build environment for enchant 1.6
This commit is contained in:
13
ext/enchant-wdk/src/config.h
Normal file
13
ext/enchant-wdk/src/config.h
Normal file
@@ -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"
|
||||
Reference in New Issue
Block a user