SimpleAmqpClient icon indicating copy to clipboard operation
SimpleAmqpClient copied to clipboard

Build system under cygwin

Open alanxz opened this issue 13 years ago • 0 comments

When building under cygwin with MinGW installed both sys/types.h and WinSock2.h are available to the compiler. We need to be a bit smarter about how we detect which socket library to use.

  • For native Win32 - we need to use WinSock2
  • For cygwin based executables we need to use posix sockets

alanxz avatar Oct 17 '12 15:10 alanxz