Merge topic 'update-kwsys'
6fe45e98
Merge branch 'upstream-KWSys' into update-kwsys0ab471ad
KWSys 2016-09-29 (6cfcbede)
This commit is contained in:
commit
dd0ba564e4
|
@ -66,6 +66,10 @@
|
||||||
#include <sys/stat.h>
|
#include <sys/stat.h>
|
||||||
#include <time.h>
|
#include <time.h>
|
||||||
|
|
||||||
|
#if defined(_WIN32) && !defined(_MSC_VER) && defined(__GNUC__)
|
||||||
|
# include <strings.h> /* for strcasecmp */
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifdef _MSC_VER
|
#ifdef _MSC_VER
|
||||||
# define umask _umask // Note this is still umask on Borland
|
# define umask _umask // Note this is still umask on Borland
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue