summaryrefslogtreecommitdiff
path: root/ace/config-win32-common.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/config-win32-common.h')
-rw-r--r--ace/config-win32-common.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/ace/config-win32-common.h b/ace/config-win32-common.h
index 079ba1fb143..345b73f5de3 100644
--- a/ace/config-win32-common.h
+++ b/ace/config-win32-common.h
@@ -88,7 +88,7 @@
// #endif
// Define the special export macros needed to export symbols outside a dll
-#if !defined(__BORLANDC__) && !defined(__IBMCPP__)
+#ifndef __BORLANDC__
#define ACE_HAS_CUSTOM_EXPORT_MACROS
#define ACE_Proper_Export_Flag __declspec (dllexport)
#define ACE_Proper_Import_Flag __declspec (dllimport)
@@ -219,10 +219,9 @@
#define ACE_LACKS_REWINDDIR
#define ACE_LACKS_READDIR_R
#define ACE_LACKS_INET_ATON
-#define ACE_LACKS_SYS_PARAM_H
+#define ACE_LACKS_PARAM_H
#define ACE_LACKS_PTHREAD_H
#define ACE_LACKS_ARPA_INET_H
-#define ACE_LACKS_MADVISE
#define ACE_HAS_SNPRINTF
#define ACE_HAS_VFWPRINTF