Commit b23b8751 authored by William A. Rowe Jr's avatar William A. Rowe Jr
Browse files

Correct Win64 Servername Identification

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
parent bdacb140
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -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

+4 −0
Original line number Diff line number Diff line
@@ -38,7 +38,11 @@
#include <io.h>
#include <fcntl.h>

#ifdef _WIN64
#define PLATFORM "Win64"
#else
#define PLATFORM "Win32"
#endif

/* going away shortly... */
#define HAVE_DRIVE_LETTERS