$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] win32 api
From: Igor R (boost.lists_at_[hidden])
Date: 2011-01-31 14:30:02
> Thanks, the macro you suggested removes the following dependencies:
>
> CreateIoCompletionPort
> GetQueuedCompletionStatus
> PostQueuedCompletionStatus
>
> I'm going to try other flags but do you know if there is a way to remove
> also the following calls and use the C functions?
>
> WSARecv
> WSARecvFrom
> WSASend
> WSASendTo
> WSASocketA
> WSAStringToAddressA
I've looked into the code, and it seems that you cannot remove
dependecy on these API, as long as defined(BOOST_WINDOWS) ||
defined(__CYGWIN__)