Skip to content

Commit

Permalink
Embarcadero C++ Builder fixes
Browse files Browse the repository at this point in the history
    * ACE/ace/config-win32-borland.h:
  • Loading branch information
jwillemsen committed Sep 19, 2023
1 parent 3acac49 commit 5547c04
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ACE/ace/config-win32-borland.h
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@
#define ACE_HAS_DIRENT

#define ACE_HAS_WIN32_STRUCTURED_EXCEPTIONS
#define ACE_USES_STD_NAMESPACE_FOR_STDC_LIB 1

#define ACE_LACKS_TERMIOS_H
#define ACE_LACKS_NETINET_TCP_H
Expand Down Expand Up @@ -107,6 +106,7 @@
#if !defined (__MINGW64__)
# define ACE_USES_EXPLICIT_STD_NAMESPACE
# define ACE_LACKS_PID_T
# define ACE_USES_STD_NAMESPACE_FOR_STDC_LIB 1
#endif

#if defined (ACE_HAS_BCC64)
Expand Down Expand Up @@ -169,7 +169,6 @@
#define ACE_LACKS_INLINE_ASSEMBLY

#if defined(__MINGW64__)
# define ACE_LACKS_PID_T
# define ACE_LACKS_GID_T
# undef ACE_LACKS_USECONDS_T
# define ACE_HAS_POSIX_TIME
Expand Down

0 comments on commit 5547c04

Please sign in to comment.