--------------------- PatchSet 1080 Date: 2004/10/03 12:51:35 Author: serassio Branch: nt Tag: (none) Log: Allow win32_check_group to build on Cygwin Members: helpers/external_acl/win32_group/win32_check_group.c:1.2.18.9->1.2.18.10 Index: squid3/helpers/external_acl/win32_group/win32_check_group.c =================================================================== RCS file: /cvsroot/squid-sf//squid3/helpers/external_acl/win32_group/Attic/win32_check_group.c,v retrieving revision 1.2.18.9 retrieving revision 1.2.18.10 diff -u -r1.2.18.9 -r1.2.18.10 --- squid3/helpers/external_acl/win32_group/win32_check_group.c 3 Oct 2004 08:25:03 -0000 1.2.18.9 +++ squid3/helpers/external_acl/win32_group/win32_check_group.c 3 Oct 2004 12:51:35 -0000 1.2.18.10 @@ -62,7 +62,7 @@ #include "config.h" #ifdef _SQUID_CYGWIN_ #include -int _wcsicmp(const WCHAR *, const WCHAR *); +int _wcsicmp(const wchar_t*, const wchar_t*);; #endif #if HAVE_STDIO_H #include @@ -257,7 +257,7 @@ wszUserName, dwLevel, dwFlags, - (LPBYTE *) & pBuf, + (LPBYTE *) &pBuf, dwPrefMaxLen, &dwEntriesRead, &dwTotalEntries);