Changes for WinCE.

[SVN r23569]
This commit is contained in:
Michael Glassford
2004-07-15 01:45:26 +00:00
parent 139023aa09
commit 6fe0c2f74b

View File

@ -33,6 +33,11 @@
// a consistent setting of BOOST_HAS_THREADS across
// all translation units (needed for shared_ptr etc).
//
#ifdef _WIN32_WCE
# define BOOST_NO_ANSI_APIS
#endif
#ifndef BOOST_HAS_PTHREADS
# define BOOST_HAS_WINTHREADS
#endif