From: William A. Rowe Jr Date: Thu, 16 Aug 2001 06:59:53 +0000 (+0000) Subject: Reorder OS_VERSION(s) so >= OS_VERSION_WINNT, etc, tests correctly. X-Git-Tag: 2.0.24~71 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cc123b33a3b33191f3e2ef6ff94a532362dfa3b3;p=apache Reorder OS_VERSION(s) so >= OS_VERSION_WINNT, etc, tests correctly. [Mladen Turk ] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90204 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/support/win32/ApacheMonitor.c b/support/win32/ApacheMonitor.c index b0d8bc1b9f..e16d8b85dc 100644 --- a/support/win32/ApacheMonitor.c +++ b/support/win32/ApacheMonitor.c @@ -81,8 +81,8 @@ #include "ApacheMonitor.h" -#define OS_VERSION_WINNT 1 -#define OS_VERSION_WIN9X 2 +#define OS_VERSION_WIN9X 1 +#define OS_VERSION_WINNT 2 #define OS_VERSION_WIN2K 3 /* Should be enough */ #define MAX_APACHE_SERVICES 128