diff options
author | brunsch <brunsch@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-05-04 00:34:51 +0000 |
---|---|---|
committer | brunsch <brunsch@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-05-04 00:34:51 +0000 |
commit | 7a5a14ae78f61e73f9cc71ac4addb7078b8e800d (patch) | |
tree | 50dd8c2b46a7a1e1823e95759464055f7058ab77 /ace/config-win32-common.h | |
parent | e52f6d15616282e010b4b204046fc0ea1c3fd2d9 (diff) | |
download | ATCD-7a5a14ae78f61e73f9cc71ac4addb7078b8e800d.tar.gz |
ChangeLogTag:Wed May 3 17:21:50 2000 Darrell Brunsch <brunsch@uci.edu>
Diffstat (limited to 'ace/config-win32-common.h')
-rw-r--r-- | ace/config-win32-common.h | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/ace/config-win32-common.h b/ace/config-win32-common.h index 56a94a15230..fba3c44c7f2 100644 --- a/ace/config-win32-common.h +++ b/ace/config-win32-common.h @@ -313,9 +313,11 @@ typedef unsigned __int64 ACE_UINT64; // must have _MT defined to include multithreading // features from win32 headers # if !defined(_MT) && !defined (ACE_HAS_WINCE) -// *** DO NOT *** DO NOT *** defeat this error message -// by defining _MT yourself. RTFM and see who set _MT. -# error You must link ACE against multi-threaded libraries. +// *** DO NOT *** defeat this error message by defining _MT yourself. +// On MSVC, this is changed by selecting the Multithreaded +// DLL or Debug Multithreaded DLL in the Project Settings +// under C++ Code Generation. +# error You must link ACE against multi-threaded libraries (check your project settings) # endif /* !_MT && !ACE_HAS_WINCE */ #endif /* ACE_MT_SAFE && ACE_MT_SAFE != 0 */ |