$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: [boost] [1.52] error on WinCE
From: Jochen Wilhelmy (jochen.wilhelmy_at_[hidden])
Date: 2012-10-10 08:57:23
Hi!
on WinCE I get errors of this type:
boost/smart_ptr/detail/sp_counted_base_w32.hpp(73) : error C3861:
'InterlockedIncrement': identifier not found
BOOST_USE_WINDOWS_H is not defined
_WIN32_WCE is 0x600
therefore there is only _InterlockedIncrement (with leading underscore)
in boost/detail/interlocked.hpp
-Jochen