Opened 8 years ago
Closed 8 years ago
#10229 closed Bugs (fixed)
Compiling errors in interprocess\detail\os_file_functions.hpp
Reported by: | Owned by: | Ion Gaztañaga | |
---|---|---|---|
Milestone: | Boost 1.56.0 | Component: | interprocess |
Version: | Boost 1.56.0 | Severity: | Problem |
Keywords: | Cc: |
Description
When using UNICODE, there are several compiling errors in interprocess\detail\os_file_functions.hpp, e.g. in line 282. FileInformation.cFileName is in WCHAR[260] when UNICODE is on, so strcmp can't process it.
A quick fix is that changing line 654 in win32_api.hpp from typedef WIN32_FIND_DATA win32_find_data; to typedef WIN32_FIND_DATAA win32_find_data;
Note:
See TracTickets
for help on using tickets.
Thanks for the report. Fixed in [develop 58019f0] Trac #10229: Compiling errors in interprocess\detail\os_file_functions.hpp