trac 53 mingw ssize_t redef
Signed-off-by: Andy Green <andy.green@linaro.org>
This commit is contained in:
parent
9bdcf18e74
commit
ac1ebba564
1 changed files with 7 additions and 0 deletions
|
@ -43,12 +43,19 @@ extern "C" {
|
|||
#define strcasecmp stricmp
|
||||
#define getdtablesize() 30000
|
||||
|
||||
#ifdef __MINGW64__
|
||||
#else
|
||||
#ifdef __MINGW32__
|
||||
#else
|
||||
|
||||
#ifndef __SSIZE_T
|
||||
#define __SSIZE_T
|
||||
|
||||
typedef SSIZE_T ssize_t;
|
||||
|
||||
#endif // __SSIZE_T
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#define LWS_VISIBLE
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue