Opened 8 years ago

Closed 8 years ago

#10229 closed Bugs (fixed)

Compiling errors in interprocess\detail\os_file_functions.hpp

Reported by: Minmin Gong <gongminmin@…> 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;

Change History (1)

comment:1 by Ion Gaztañaga, 8 years ago

Resolution: fixed
Status: newclosed

Thanks for the report. Fixed in [develop 58019f0] Trac #10229: Compiling errors in interprocess\detail\os_file_functions.hpp

Note: See TracTickets for help on using tickets.