mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-20 12:16:40 +00:00
Make usage of defines more consistent
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@21792 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
5e6e40a43f
commit
e2567a7edc
12 changed files with 78 additions and 62 deletions
|
@ -38,7 +38,7 @@
|
|||
|
||||
#define _FILE_OFFSET_BITS 64
|
||||
|
||||
#if defined(__MINGW32__)
|
||||
#if defined(__MINGW__)
|
||||
#define UNICODE
|
||||
#define _UNICODE
|
||||
#endif
|
||||
|
@ -89,7 +89,7 @@
|
|||
|
||||
#if defined(_POSIX_VERSION) || defined(__WIN32__)
|
||||
# include <limits.h> /* for PATH_MAX */
|
||||
# if defined(__MINGW32__)
|
||||
# if defined(__MINGW__)
|
||||
# include <sys/utime.h>
|
||||
# else
|
||||
# include <utime.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue