Re: [Boost-bugs] [Boost C++ Libraries] #9124: Boost.Thread using of _beginthreadex prohibits its use on Windows Store application

Subject: Re: [Boost-bugs] [Boost C++ Libraries] #9124: Boost.Thread using of _beginthreadex prohibits its use on Windows Store application
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2013-09-19 17:59:27


#9124: Boost.Thread using of _beginthreadex prohibits its use on Windows Store
application
--------------------------------------+----------------------
  Reporter: beholder@… | Owner: viboes
      Type: Bugs | Status: assigned
 Milestone: To Be Determined | Component: thread
   Version: Boost Development Trunk | Severity: Problem
Resolution: | Keywords:
--------------------------------------+----------------------

Comment (by viboes):

 Replying to [comment:5 ixSci <beholder@…>]:
> Yes it has this define but _WIN32_WCE and UNDER_CE bring some more than
 just implementation of _beginthreadex. It adds some more includes etc. It
 would be better to have different define for WinRT.
> I've just tried with _WIN32_WCE and it broke Interlocked* family.


 What a meant was a define that is specific to your platform that can be
 used to inhibit the definition of BOOST_HAS_THREADEX as for example

 #if !defined(_WIN32_WCE) && !defined(UNDER_CE) && !defined(XXX)
 # define BOOST_HAS_THREADEX
 # define BOOST_HAS_GETSYSTEMTIMEASFILETIME
 #endif

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/9124#comment:6>
Boost C++ Libraries <http://www.boost.org/>
Boost provides free peer-reviewed portable C++ source libraries.

This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:14 UTC