Hi, The patch enables using 'version >= OS_VERSION_WINNT' properly. Right now Open Services menu item is shown on WIN9X too. RCS file: /home/cvspublic/httpd-2.0/support/win32/ApacheMonitor.c,v retrieving revision 1.5 diff -u -r1.5 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 MT.
