From c2b821b9962a17f50f71be5043bd2de591c6502e Mon Sep 17 00:00:00 2001 From: Guenter Knauf Date: Thu, 4 Jul 2013 20:25:31 +0000 Subject: [PATCH] Propose. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1499859 13f79535-47bb-0310-9956-ffa450edef68 --- STATUS | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/STATUS b/STATUS index ba989f5cb6b..36d0159043a 100644 --- a/STATUS +++ b/STATUS @@ -120,6 +120,17 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: find but we can't rule it out for foreign modules. We could fix the signature (returning const char *) in trunk but not for 2.2 ad 2.4. + * ap_release.h: avoid including apr_general.h. + The MSVC Resource Compiler truncates macro names at char 31. + Since apr_general.h includes apr.h which in turn includes + system headers we get warnings or errors with the Resource + Compiler with newer system headers (VC10 and later) which + have macro names defined with more than 31 chars. + trunk patch: http://svn.apache.org/r1499742 + 2.4.x patch: http://svn.apache.org/r1499855 + 2.2.x patch: trunk patch works (with fuzz) + +1: fuankg + PATCHES/ISSUES THAT ARE STALLED -- 2.47.2