Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Embarcadero C++ Builder fixes #2128

Merged
merged 1 commit into from
Sep 19, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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