diff options
author | nanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-06-03 07:23:46 +0000 |
---|---|---|
committer | nanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-06-03 07:23:46 +0000 |
commit | 5c6a984fb29d7235a8d3281d620ed7e26a0671dc (patch) | |
tree | 94ffb7bed8fc550ce6ba44bc041a4b11f58c5334 /ace | |
parent | 18d455573cba4b34c9145a7c2dca32b9624700b2 (diff) | |
download | ATCD-5c6a984fb29d7235a8d3281d620ed7e26a0671dc.tar.gz |
Instead of defining _MT for users, spit out an error and stop the compilation.
Diffstat (limited to 'ace')
-rw-r--r-- | ace/config-win32-common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/config-win32-common.h b/ace/config-win32-common.h index ca9976f5dac..c411b0089f7 100644 --- a/ace/config-win32-common.h +++ b/ace/config-win32-common.h @@ -256,7 +256,7 @@ typedef unsigned __int64 ACE_UINT64; // must have _MT defined to include multithreading // features from win32 headers #if !defined(_MT) - #define _MT + #error You must link ACE against multi-threaded libraries. #endif #endif |