At 06:50 PM 9/28/2004, Jeff Trawick wrote:
On 28 Sep 2004 16:16:17 -0000, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
>
> -#define DWORD_MAX 4294967295
> +#define APR_DWORD_MAX 4294967295


or

#define APR_DWORD_MAX (DWORD_MAX)

since this is a platform which defines it?

Well, in VC++ 7.1, cfgmgr32.h has

#define DWORD_MAX 0xFFFFFFFF

which is "user APIs for the Configuration Manager", so it's not in a commonly used header.



Reply via email to