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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ace/config-win32-common.h b/ace/config-win32-common.h
index 82939e09523..6c18446126a 100644
--- a/ace/config-win32-common.h
+++ b/ace/config-win32-common.h
@@ -85,7 +85,7 @@
// #endif
// Define the special export macros needed to export symbols outside a dll
-#if !defined (__MINGW32__) && !defined(__BORLANDC__)
+#ifndef __BORLANDC__
#define ACE_HAS_CUSTOM_EXPORT_MACROS
#define ACE_Proper_Export_Flag __declspec (dllexport)
#define ACE_Proper_Import_Flag __declspec (dllimport)
@@ -93,7 +93,7 @@
#define ACE_EXPORT_SINGLETON_DECLARE(SINGLETON_TYPE, CLASS, LOCK) template class __declspec (dllexport) SINGLETON_TYPE<CLASS, LOCK>;
#define ACE_IMPORT_SINGLETON_DECLARATION(T) extern template class T
#define ACE_IMPORT_SINGLETON_DECLARE(SINGLETON_TYPE, CLASS, LOCK) extern template class SINGLETON_TYPE <CLASS, LOCK>;
-#endif /* !__MINGW32__ */
+#endif /* !__BORLANDC__ */
// Define ACE_HAS_WINSOCK2 to 0 in your config.h file if you do *not*
// want to compile with WinSock 2.0.