Skip to content

Commit

Permalink
Embarcadero C++ Builder changes
Browse files Browse the repository at this point in the history
    * ACE/ace/config-win32-borland.h:
  • Loading branch information
jwillemsen committed Sep 7, 2023
1 parent c625a26 commit a8ea1c4
Showing 1 changed file with 19 additions and 2 deletions.
21 changes: 19 additions & 2 deletions ACE/ace/config-win32-borland.h
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,11 @@
#define ACE_HAS_WREWINDDIR

#define ACE_LACKS_STRRECVFD
#define ACE_USES_EXPLICIT_STD_NAMESPACE

#if !defined (__MINGW64__)
# define ACE_USES_EXPLICIT_STD_NAMESPACE
# define ACE_LACKS_PID_T
#endif

#if defined (ACE_HAS_BCC64)
# define ACE_HAS_TIME_T_LONG_MISMATCH
Expand Down Expand Up @@ -163,7 +167,20 @@
#define ACE_HAS_BUILTIN_BSWAP32
#define ACE_HAS_BUILTIN_BSWAP64
#define ACE_LACKS_INLINE_ASSEMBLY
#define ACE_LACKS_PID_T

#if defined(__MINGW64__)
# define ACE_LACKS_PID_T
# define ACE_LACKS_GID_T
# undef ACE_LACKS_USECONDS_T
# define ACE_HAS_POSIX_TIME
# define ACE_LACKS_TIMESPEC_T
# define ACE_LACKS_UID_T
# define ACE_LACKS_GMTIME_R
# define ACE_LACKS_LOCALTIME_R
# define ACE_LACKS_NLINK_T
# define ACE_HAS_3_PARAM_WCSTOK
# define ACE_LACKS_STRPTIME
#endif

#if __cplusplus >= 201103L
# define ACE_HAS_CPP11
Expand Down

0 comments on commit a8ea1c4

Please sign in to comment.