On Sunday, September 17, 2006 at 3:43 AM Nigel Horne wrote: > Looks good. I needed to add > > #include "shared/memory.h" > #include "shared/output.h" > > to remove some warnings, and > > #ifdef _MSC_VER > #include <winsock.h> > #endif > > at the top to get it to compile.
Sorry about the extra work to compile. I don't yet have a build environment that works on windows... hint hint. I don't understand the need for the winsock.h reference in dns.c. I can cleanly compile the block of code contained in the #elif defined(C_WINDOWS) #else block without the need for winsock.h. Thanks for passing this along. - Mark Pizzolato _______________________________________________ http://lists.clamav.net/cgi-bin/mailman/listinfo/clamav-win32
