]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Correct Win64 Servername Identification
authorWilliam A. Rowe Jr <wrowe@apache.org>
Wed, 18 May 2011 03:07:48 +0000 (03:07 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Wed, 18 May 2011 03:07:48 +0000 (03:07 +0000)
PR: 47418
Submitted by: [Jorge Schrauwen <jorge.schrauwen gmail.com>]
Backports: r1104624

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1104673 13f79535-47bb-0310-9956-ffa450edef68

STATUS
os/win32/os.h

diff --git a/STATUS b/STATUS
index 47f98862c738fe147edefea9398d284ec1ed936d..4b130a6e60ee79b45f6899c1a4f19d5dccf2795a 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -104,11 +104,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
     trawick: any reason it shouldn't be completely aligned with default_handler's
              choice to return OK vs. 500?
 
-  * Correct Win64 Servername Identification
-    PR: 47418
-    Submitted by: [Jorge Schrauwen <jorge.schrauwen gmail.com>]
-    http://svn.apache.org/viewvc?view=revision&revision=1104624
-    +1: wrowe, trawick, fuankg
 
 PATCHES/ISSUES THAT ARE STALLED
 
index 7d9d70cb57be533babd2facce09136410048b701..0fce478789a5a7ca8f2e89fb5d644b9fe6657e3d 100644 (file)
 #include <io.h>
 #include <fcntl.h>
 
+#ifdef _WIN64
+#define PLATFORM "Win64"
+#else
 #define PLATFORM "Win32"
+#endif
 
 /* going away shortly... */
 #define HAVE_DRIVE_LETTERS