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
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
#include <io.h>
#include <fcntl.h>
+#ifdef _WIN64
+#define PLATFORM "Win64"
+#else
#define PLATFORM "Win32"
+#endif
/* going away shortly... */
#define HAVE_DRIVE_LETTERS