git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@95757
13f79535-47bb-0310-9956-
ffa450edef68
SOURCE=.\ap_snprintf.c
# End Source File
-# Begin Source File
-
-SOURCE=.\ap_strtol.c
-# End Source File
# End Group
# Begin Group "Header Files"
#define NO_SLACK
#include <stddef.h>
+/* MSVC asserts that strtol "errno is set to ERANGE
+ * if overflow or underflow occurs"
+ * Ergo we can use the library strtol safely.
+ */
+#define ap_strtol strtol
+
#define NO_OTHER_CHILD
#define NO_RELIABLE_PIPED_LOGS