]> granicus.if.org Git - apache/commitdiff
Reorder OS_VERSION(s) so >= OS_VERSION_WINNT, etc, tests correctly.
authorWilliam A. Rowe Jr <wrowe@apache.org>
Thu, 16 Aug 2001 06:59:53 +0000 (06:59 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Thu, 16 Aug 2001 06:59:53 +0000 (06:59 +0000)
  [Mladen Turk <mladen.turk@mail.inet.hr>]

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

support/win32/ApacheMonitor.c

index b0d8bc1b9f147f718a5f18f98cd01bb3111aba2f..e16d8b85dc3e98e7236ef8a8752218517b00f77e 100644 (file)
@@ -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