Opened 10 years ago

Closed 10 years ago

#7081 closed Bugs (fixed)

WinError.h capitalization in boost/detail/win/basic_types.hpp

Reported by: Isaac Dupree <antispam@…> Owned by: viboes
Milestone: Boost 1.51.0 Component: chrono
Version: Boost 1.50.0 Severity: Problem
Keywords: Cc:

Description

If #include <WinError.h> were lowercased to #include <winerror.h>, it would be possible to cross-compile from Linux to Windows using MinGW (and Windows would still be fine because Windows is case-insensitive). A similar change was made to asio in #4491 .

In boost/detail/win/basic_types.hpp . This affects at least programs that use Boost.Chrono.

Change History (3)

comment:1 by viboes, 10 years ago

Milestone: To Be DeterminedBoost 1.51.0
Status: newassigned

comment:2 by viboes, 10 years ago

Committed in trunk 79328

comment:3 by viboes, 10 years ago

Resolution: fixed
Status: assignedclosed

Committed revision 79371.

Note: See TracTickets for help on using tickets.