Subject: Re: [Boost-bugs] [Boost C++ Libraries] #2541: Asio not working on windows due to QueueUserAPC missing in global namespace
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2009-02-01 11:56:39
#2541: Asio not working on windows due to QueueUserAPC missing in global namespace
-----------------------------------------------------+----------------------
Reporter: Stephan Menzel <stephan.menzel_at_gmx.eu> | Owner: chris_kohlhoff
Type: Bugs | Status: new
Milestone: Boost 1.38.0 | Component: asio
Version: Boost 1.37.0 | Severity: Problem
Resolution: | Keywords:
-----------------------------------------------------+----------------------
Comment(by chris_kohlhoff):
This is due to _WIN32_WINNT not being defined when Windows.h is first
included and/or the value of the #define being changed before asio.hpp is
included. To work correctly, _WIN32_WINNT should be defined on the
compiler command line or in the project options.
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/2541#comment:2> 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:49:59 UTC