summaryrefslogtreecommitdiff
path: root/ACE/ace/config-win32-common.h
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2007-05-17 21:19:52 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2007-05-17 21:19:52 +0000
commit5996fcc0e99c0e07e109088e3a8e5fcc66d337dc (patch)
treebb8f3a80becba1bd069096ee230596434303a9d7 /ACE/ace/config-win32-common.h
parent6b305a65217cf2e6912834e02c2970dc680aba4d (diff)
downloadATCD-5996fcc0e99c0e07e109088e3a8e5fcc66d337dc.tar.gz
ChangeLogTag:Thu May 17 22:13:32 UTC 2007 Ossama Othman <ossama_othman at symantec dot com>
Diffstat (limited to 'ACE/ace/config-win32-common.h')
-rw-r--r--ACE/ace/config-win32-common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/ace/config-win32-common.h b/ACE/ace/config-win32-common.h
index 8f222bfe070..12caa6cdb7b 100644
--- a/ACE/ace/config-win32-common.h
+++ b/ACE/ace/config-win32-common.h
@@ -104,7 +104,7 @@
// Define the special export macros needed to export symbols outside a dll
#if !defined(__BORLANDC__)
-#define ACE_HAS_CUSTOM_EXPORT_MACROS
+#define ACE_HAS_CUSTOM_EXPORT_MACROS 1
#define ACE_Proper_Export_Flag __declspec (dllexport)
#define ACE_Proper_Import_Flag __declspec (dllimport)
#define ACE_EXPORT_SINGLETON_DECLARATION(T) template class __declspec (dllexport) T