https://issues.apache.org/bugzilla/show_bug.cgi?id=49155 says:

APR_SIZEOF_VOIDP isn't defined as 8 because of the "#ifdef WIN64" statement
preceding "#define APR_SIZEOF_VOIDP 8" in the apr.hw file. It is supposed be
"#ifdef _WIN64". There is another "#ifdef WIN64" in apr.hw which should also be
changed to "#ifdef _WIN64".


---------- Forwarded message ----------
From: Steffen <i...@apachelounge.com>
Date: Thu, Mar 1, 2012 at 6:15 AM
Subject: Still #ifdef WIN64 in APR
To: d...@httpd.apache.org


In APR 1.4.6 there is still a typo in the statements, causes crashes
HTTPD in eg. setting on logging in mod_rewrite.

In shm.c and apr.hw

#ifdef WIN64

Sould be:

#ifdef _WIN64



Steffen


-- 
Eric Covener
cove...@gmail.com

Reply via email to