ament / ament_index

Apache License 2.0
13 stars 27 forks source link

Fix x64 by building with Ansi #85

Closed ooeygui closed 2 years ago

ooeygui commented 2 years ago

What: Fixes build break when building on x64 or ARM64 - https://github.com/ament/ament_index/issues/82

How: std::string on Windows is ansi; so this fix uses the Ansi version of the file APIs.

Signed-off-by: Lou Amadio lamadio@microsoft.com