diff options
author | Ossama Othman <ossama-othman@users.noreply.github.com> | 2007-05-17 21:19:52 +0000 |
---|---|---|
committer | Ossama Othman <ossama-othman@users.noreply.github.com> | 2007-05-17 21:19:52 +0000 |
commit | 5996fcc0e99c0e07e109088e3a8e5fcc66d337dc (patch) | |
tree | bb8f3a80becba1bd069096ee230596434303a9d7 /ACE/ace/config-win32-common.h | |
parent | 6b305a65217cf2e6912834e02c2970dc680aba4d (diff) | |
download | ATCD-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.h | 2 |
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 |