On Mon, Oct 24, 2011 at 8:35 AM, Joel Low <j...@joelsplace.sg> wrote:

>
> Yes, the generated project files only define WIN32. In my build of APR, apr.h 
> defines:
>
> #ifdef WIN64
> #define APR_SIZEOF_VOIDP   8
> #else
> #define APR_SIZEOF_VOIDP   4
> #endif
>
> A quick search around the APR source tree (I loaded up the Apache HTTPd 
> solution, of which libapr and libapr-util are projects in) revealed no 
> references to _WIN64.

So what is the fix for this problem?  To do some kind of external
define of WIN64 when running the build scrips.  Is this something you
can set on the command line when running MSBuild?


-- 
Thanks

Mark Phippard
http://markphip.blogspot.com/

Reply via email to