Bug 39884 - apr_strings calls unsupported strtoi, _strtoi64 on Windows CE
Summary: apr_strings calls unsupported strtoi, _strtoi64 on Windows CE
Status: RESOLVED FIXED
Alias: None
Product: APR
Classification: Unclassified
Component: APR (show other bugs)
Version: HEAD
Hardware: Other Windows CE
: P2 normal (vote)
Target Milestone: ---
Assignee: Apache Portable Runtime bugs mailinglist
URL:
Keywords: PatchAvailable
Depends on:
Blocks:
 
Reported: 2006-06-23 15:37 UTC by Curt Arnold
Modified: 2007-05-31 16:55 UTC (History)
0 users



Attachments
Patch for include/arch/win32/apr_private.h (763 bytes, patch)
2006-06-23 15:38 UTC, Curt Arnold
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Curt Arnold 2006-06-23 15:37:39 UTC
The attached patch modifies include/arch/win32/apr_private.h so that on WinCE
strtol is used instead of strtoi and that APR_INT64_STRFN is not defined.
Comment 1 Curt Arnold 2006-06-23 15:38:38 UTC
Created attachment 18520 [details]
Patch for include/arch/win32/apr_private.h
Comment 2 William A. Rowe Jr. 2006-09-19 19:54:41 UTC
Mass reassign the 44 open apr-bugs to apr bug list
Comment 3 Davi Arnaut 2007-04-29 15:12:32 UTC
It compiles and builds fine on VS C++ 6.0
Comment 4 William A. Rowe Jr. 2007-05-31 16:55:59 UTC
Applied with 543320, thanks for the patch!