Opened 12 years ago
Closed 12 years ago
#5218 closed Patches (fixed)
Boost.Chrono patches for Windows CE
| Reported by: | David Deakins | Owned by: | viboes | 
|---|---|---|---|
| Milestone: | Boost 1.47.0 | Component: | chrono | 
| Version: | Boost Development Trunk | Severity: | Problem | 
| Keywords: | Cc: | 
Description
Attached is a patchset to allow Boost.Chrono to build properly on Windows CE. Most of the changes relate to Windows CE's scaled down Win32 API or C runtime library. Functions such as GetSystemTimeAsFileTime, GetProcessTimes, and asctime do not exist on Windows CE.
Attachments (1)
Change History (2)
by , 12 years ago
| Attachment: | boost-chrono-windowsce.patch added | 
|---|
comment:1 by , 12 years ago
| Resolution: | → fixed | 
|---|---|
| Status: | new → closed | 
(In [69240]) Changes to complete Boost.Chrono support for Windows CE. Closes ticket 5218.
  Note:
 See   TracTickets
 for help on using tickets.
    

Patches to enable Windows CE support