From 58019f0d9a593d0960058463ea7cf2b3e22f0633 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ion=20Gazta=C3=B1aga?= Date: Thu, 31 Jul 2014 23:41:05 +0200 Subject: [PATCH] Trac #10229: Compiling errors in interprocess\detail\os_file_functions.hpp --- include/boost/interprocess/detail/win32_api.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/interprocess/detail/win32_api.hpp b/include/boost/interprocess/detail/win32_api.hpp index 287907f..02aeacc 100644 --- a/include/boost/interprocess/detail/win32_api.hpp +++ b/include/boost/interprocess/detail/win32_api.hpp @@ -651,7 +651,7 @@ typedef OVERLAPPED interprocess_overlapped; typedef FILETIME interprocess_filetime; -typedef WIN32_FIND_DATA win32_find_data; +typedef WIN32_FIND_DATAA win32_find_data; typedef SECURITY_ATTRIBUTES interprocess_security_attributes;