]> granicus.if.org Git - apache/commitdiff
Remove #define conflict with mpm_winnt.h exposed by Ryan's recent patch
authorBill Stoddard <stoddard@apache.org>
Thu, 13 Jul 2000 21:27:37 +0000 (21:27 +0000)
committerBill Stoddard <stoddard@apache.org>
Thu, 13 Jul 2000 21:27:37 +0000 (21:27 +0000)
to ap_listen.h

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85837 13f79535-47bb-0310-9956-ffa450edef68

server/mpm/winnt/mpm.h

index a75dba6682c5588afd6d41837a552805ab640b35..c88bc4a46dfb3ee8c390fa581a6f469ec5702a12 100644 (file)
@@ -56,8 +56,8 @@
  * University of Illinois, Urbana-Champaign.
  */
 
-#ifndef APACHE_MPM_WINNT_H
-#define APACHE_MPM_WINNT_H
+#ifndef APACHE_MPM_H
+#define APACHE_MPM_H
 
 
-#endif /* APACHE_MPM_WINNT_H */
+#endif /* APACHE_MPM_H */