Opened 10 years ago
Closed 10 years ago
#7081 closed Bugs (fixed)
WinError.h capitalization in boost/detail/win/basic_types.hpp
| Reported by: | 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 , 10 years ago
| Milestone: | To Be Determined → Boost 1.51.0 |
|---|---|
| Status: | new → assigned |
comment:2 by , 10 years ago
Note:
See TracTickets
for help on using tickets.

Committed in trunk 79328