diff options
author | brunsch <brunsch@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-04-27 19:25:08 +0000 |
---|---|---|
committer | brunsch <brunsch@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-04-27 19:25:08 +0000 |
commit | 9a6ad4fb35671d707065bec6f5833c48e1f40444 (patch) | |
tree | e9aedfb4a3df6aafac7b633ff05355a5f61ede00 /ace/config-win32-common.h | |
parent | 1b80e86584b92da1bcb0de307242a2cad0f8920a (diff) | |
download | ATCD-9a6ad4fb35671d707065bec6f5833c48e1f40444.tar.gz |
ChangeLogTag:Thu Apr 27 10:55:11 2000 Darrell Brunsch <brunsch@uci.edu>
Diffstat (limited to 'ace/config-win32-common.h')
-rw-r--r-- | ace/config-win32-common.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ace/config-win32-common.h b/ace/config-win32-common.h index ed9ca89f320..56a94a15230 100644 --- a/ace/config-win32-common.h +++ b/ace/config-win32-common.h @@ -312,11 +312,11 @@ typedef unsigned __int64 ACE_UINT64; // must have _MT defined to include multithreading // features from win32 headers -# if !defined(_MT) +# 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. -# endif /* _MT */ +# endif /* !_MT && !ACE_HAS_WINCE */ #endif /* ACE_MT_SAFE && ACE_MT_SAFE != 0 */ // We are using STL's min and max (in algobase.h). Therefore the |