Author: mladen.turk(a)jboss.com
Date: 2007-12-19 03:40:59 -0500 (Wed, 19 Dec 2007)
New Revision: 1255
Added:
trunk/httpd/httpd-2.2/support/win32/ApacheMonitor.manifest
trunk/httpd/httpd-2.2/support/win32/ApacheMonitor.patch
Log:
Add ApacheMonitor.patch for nicer GUI
Added: trunk/httpd/httpd-2.2/support/win32/ApacheMonitor.manifest
===================================================================
--- trunk/httpd/httpd-2.2/support/win32/ApacheMonitor.manifest
(rev 0)
+++ trunk/httpd/httpd-2.2/support/win32/ApacheMonitor.manifest 2007-12-19 08:40:59 UTC
(rev 1255)
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"
standalone="yes"?>
+<assembly xmlns="urn:schemas-microsoft-com:asm.v1"
manifestVersion="1.0">
+<assemblyIdentity version="2.0.1.0" processorArchitecture="X86"
name="Apache.Httpd.ApacheMonitor" type="win32" />
+<description>Apache Service Manager.</description>
+<dependency>
+<dependentAssembly>
+<assemblyIdentity type="win32"
name="Microsoft.Windows.Common-Controls" version="6.0.0.0"
processorArchitecture="X86" publicKeyToken="6595b64144ccf1df"
language="*" />
+</dependentAssembly>
+</dependency>
+</assembly>
Property changes on: trunk/httpd/httpd-2.2/support/win32/ApacheMonitor.manifest
___________________________________________________________________
Name: svn:eol-style
+ native
Added: trunk/httpd/httpd-2.2/support/win32/ApacheMonitor.patch
===================================================================
--- trunk/httpd/httpd-2.2/support/win32/ApacheMonitor.patch (rev
0)
+++ trunk/httpd/httpd-2.2/support/win32/ApacheMonitor.patch 2007-12-19 08:40:59 UTC (rev
1255)
@@ -0,0 +1,33 @@
+Index: ApacheMonitor.c
+===================================================================
+--- ApacheMonitor.c
++++ ApacheMonitor.c
+@@ -23,7 +23,9 @@
+ * ====================================================================
+ */
+
++#ifndef _WIN32_WINNT
+ #define _WIN32_WINNT 0x0400
++#endif
+ #ifndef STRICT
+ #define STRICT
+ #endif
+Index: ApacheMonitor.rc
+===================================================================
+--- ApacheMonitor.rc
++++ ApacheMonitor.rc
+@@ -23,12 +23,13 @@
+
+ #include "../../build/win32/httpd.rc"
+
++CREATEPROCESS_MANIFEST_RESOURCE_ID RT_MANIFEST "ApacheMonitor.manifest"
+
+ IDI_APSRVMON ICON DISCARDABLE "ApacheMonitor.ico"
+ IDI_ICOSTOP ICON DISCARDABLE "apstop.ico"
+ IDI_ICORUN ICON DISCARDABLE "aprun.ico"
+
+-IDD_DLGSERVICES DIALOGEX 0, 0, 350, 188
++IDD_DLGSERVICES DIALOGEX 0, 0, 350, 190
+ STYLE DS_MODALFRAME | DS_SETFOREGROUND | WS_MINIMIZEBOX | WS_VISIBLE |
+ WS_CLIPCHILDREN | WS_CAPTION | WS_SYSMENU
+ EXSTYLE WS_EX_CONTROLPARENT
Property changes on: trunk/httpd/httpd-2.2/support/win32/ApacheMonitor.patch
___________________________________________________________________
Name: svn:eol-style
+ LF