At 12:21 PM 10/1/2004, Greg Marr wrote: >#ifdef DWORD_MAX >#define APR_DWORD_MAX DWORD_MAX >#else >#define APR_DWORD_MAX 0xFFFFFFFFUL >#endif > >Defining DWORD_MAX at all could cause problems if it was defined by a later >header file.
++1, this is the right solution, and infinitely more legible.
