]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Remove a no more needed #ifdef _SQUID_MSWIN_ from structs.h
authorserassio <>
Mon, 4 Sep 2006 01:10:22 +0000 (01:10 +0000)
committerserassio <>
Mon, 4 Sep 2006 01:10:22 +0000 (01:10 +0000)
src/helper.h

index 327febd57259ad6e267b29c71104bf0537cd3626..8b275085abd7e24d7968f5a7fdba3cad89449f96 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: helper.h,v 1.6 2006/09/03 04:11:59 hno Exp $
+ * $Id: helper.h,v 1.7 2006/09/03 19:10:22 serassio Exp $
  *
  * DEBUG: section 84    Helper process maintenance
  * AUTHOR: Harvest Derived?
@@ -149,10 +149,7 @@ unsigned int shutdown:
     }
 
     stats;
-#ifdef _SQUID_MSWIN_
-
     HANDLE hIpc;
-#endif
 };
 
 class helper_stateful_request;
@@ -206,10 +203,7 @@ unsigned int shutdown:
     stats;
     int deferred_requests;     /* current number of deferred requests */
     void *data;                        /* State data used by the calling routines */
-#ifdef _SQUID_MSWIN_
-
     HANDLE hIpc;
-#endif
 };
 
 class helper_request