
31 Mar
2008
31 Mar
'08
7:21 p.m.
On Mon, Mar 31, 2008 at 11:00 AM, James Talbut <James.Talbut@omg3d.com> wrote:
recursive_mutex.hpp include windows.h, which includes winsock.h. asio.hpp barfs if winsock.h has been included.
Just define WIN32_LEAN_AND_MEAN globally. Then winsock.h will not be included. [snip]
Jim
-- Felipe Magno de Almeida