randyk 2003/06/27 17:47:57
Modified: src apreq.h Log: undefining APR_INLINE no longer needed on Win32 Revision Changes Path 1.27 +0 -6 httpd-apreq-2/src/apreq.h Index: apreq.h =================================================================== RCS file: /home/cvs/httpd-apreq-2/src/apreq.h,v retrieving revision 1.26 retrieving revision 1.27 diff -u -r1.26 -r1.27 --- apreq.h 27 Jun 2003 18:23:18 -0000 1.26 +++ apreq.h 28 Jun 2003 00:47:57 -0000 1.27 @@ -107,12 +107,6 @@ #define APREQ_MFD_ENCTYPE "multipart/form-data" #define APREQ_XML_ENCTYPE "application/xml" -/* XXX WIN32 doesn't seem to put APR_INLINE fns into the lib */ -#ifdef WIN32 -#undef APR_INLINE -#define APR_INLINE -#endif - #define APREQ_NELTS 8 /**
