$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] Please define _WIN32_WINNT or _WIN32_WINDOWS appropriately
From: Steven Watanabe (watanabesj_at_[hidden])
Date: 2008-10-29 17:02:38
AMDG
Jean-Sebastien Stoezel wrote:
> Unfortunately no
>
Hmm. The warning is coming from boost/asio/detail/socket_types.hpp, right?
So... are you sure that you defined _WIN32_WINNT correctly?
asio just does
# define _WIN32_WINNT 0x0501
So if you do the same thing yourself it should be ok.
In Christ,
Steven Watanabe