I'have just discovered an object naming conflict on nt branch:
Windows include file wtypes.h defines this:
typedef struct _ACL
{
UCHAR AclRevision;
UCHAR Sbz1;
USHORT AclSize;
USHORT AceCount;
USHORT Sbz2;
} ACL;typedef ACL *PACL;
that is conflicting with "ACL" used in Squid.
This happens on all Windows build environments: Cygwin, MinGW and MS Visual Studio.
Regards
Guido
- ======================================================= Serassio Guido Via Albenga, 11/4 10134 - Torino - ITALY E-mail: [EMAIL PROTECTED] WWW: http://www.serassio.it
