[Boost-bugs] [Boost C++ Libraries] #9195: WinRT detection failed

Subject: [Boost-bugs] [Boost C++ Libraries] #9195: WinRT detection failed
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2013-10-03 10:20:34


#9195: WinRT detection failed
------------------------------+----------------------------
 Reporter: anonymous | Owner: chris_kohlhoff
     Type: Bugs | Status: new
Milestone: To Be Determined | Component: asio
  Version: Boost 1.55.0 | Severity: Problem
 Keywords: |
------------------------------+----------------------------
 I have a normal desktop programm (using VS2012 & Win7x64) but asio think
 it is a WinRT app (BOOST_ASIO_WINDOWS_RUNTIME is set).

 To fix this issue I have to update WinRT detection in
 boost\asio\detail\config.hpp line 458:


 {{{
 # if (WINAPI_FAMILY == WINAPI_FAMILY_APP)
 }}}


 instead of


 {{{
 # if ((WINAPI_FAMILY & WINAPI_PARTITION_APP) != 0)
 }}}

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/9195>
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