Obtained from:
Submitted by:
Reviewed by:
Quick patch to accomodate the mpm's rename to mpm_winnt.c/.h
At least in the short term.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85359
13f79535-47bb-0310-9956-
ffa450edef68
#include "ap_listen.h"
#include "mpm_default.h"
#include "iol_socket.h"
-#include "winnt.h"
+#include "mpm_winnt.h"
/*
* Definitions of WINNT MPM specific config globals
#include "httpd.h"
#include "http_log.h"
-#include "winnt.h"
+#include "mpm_winnt.h"
+
/* bet you are looking to change revisions to roll the tarball...
* Guess what, you already did. Revised May '00 to save you from
* searching all over creation for every revision tag.
#include "http_conf_globals.h"
#include "http_log.h"
#include "ap_mpm.h"
-#include "winnt.h"
+#include "mpm_winnt.h"
char *service_name = NULL;
char *display_name = NULL;