summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--os/win32/os.h2
-rw-r--r--server/mpm/winnt/mpm_winnt.c1
2 files changed, 3 insertions, 0 deletions
diff --git a/os/win32/os.h b/os/win32/os.h
index 5090362cb8..cb82e7adfe 100644
--- a/os/win32/os.h
+++ b/os/win32/os.h
@@ -130,6 +130,8 @@ typedef char * caddr_t;
#define O_RDWR _O_RDWR
/* Seems Windows is not a subgenius */
#define NO_SLACK
+#define APACHE_MPM_DIR "modules/mpm/winnt" /* generated on unix */
+
#include <stddef.h>
__inline int ap_os_is_path_absolute(const char *file)
diff --git a/server/mpm/winnt/mpm_winnt.c b/server/mpm/winnt/mpm_winnt.c
index 6eb513f99d..616a17048e 100644
--- a/server/mpm/winnt/mpm_winnt.c
+++ b/server/mpm/winnt/mpm_winnt.c
@@ -71,6 +71,7 @@
#include "mpm_default.h"
#include "iol_socket.h"
#include "mpm_winnt.h"
+#include "mpm_common.h"
/*
* Definitions of WINNT MPM specific config globals