--------------------- PatchSet 3445 Date: 2001/12/02 20:11:52 Author: serassio Branch: cygwin Tag: (none) Log: Removed psapi.lib references, obsoleted by Cygwin 1.3.5 Members: src/win32.c:1.1.50.16->1.1.50.17 Index: squid/src/win32.c =================================================================== RCS file: /cvsroot/squid-sf//squid/src/win32.c,v retrieving revision 1.1.50.16 retrieving revision 1.1.50.17 diff -u -r1.1.50.16 -r1.1.50.17 --- squid/src/win32.c 2 Dec 2001 20:02:21 -0000 1.1.50.16 +++ squid/src/win32.c 2 Dec 2001 20:11:52 -0000 1.1.50.17 @@ -30,8 +30,6 @@ /* This code compiles only CygWin & Windows NT Port */ #if defined(_SQUID_MSWIN_) || defined(_SQUID_CYGWIN_) #include -#include -#include static unsigned int GetOSVersion(); static void Set_sys_network_db_hosts();