id summary reporter owner description type status milestone component version severity resolution keywords cc 10229 Compiling errors in interprocess\detail\os_file_functions.hpp Minmin Gong Ion Gaztañaga "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; " Bugs closed Boost 1.56.0 interprocess Boost 1.56.0 Problem fixed