]> granicus.if.org Git - apache/commit
Avoid including apr_general.h.
authorGuenter Knauf <fuankg@apache.org>
Thu, 4 Jul 2013 13:12:42 +0000 (13:12 +0000)
committerGuenter Knauf <fuankg@apache.org>
Thu, 4 Jul 2013 13:12:42 +0000 (13:12 +0000)
commit824492e8ac328eb324c4dfedb378f4ca98bf40b7
tree5b759870394527e42672f0be0b817f56dad8da51
parente45b79e5e6282d78f1aeb811b52ec9870c2c373d
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.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1499742 13f79535-47bb-0310-9956-ffa450edef68
include/ap_release.h