]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/winapi/overlapped.hpp
import new upstream nautilus stable release 14.2.8
[ceph.git] / ceph / src / boost / boost / winapi / overlapped.hpp
index 482699508a47fa50ed863b48018ae9dc728a5a4c..f0a41e40fd92332b78624304eb56f869c7f60428 100644 (file)
@@ -32,7 +32,7 @@ typedef struct BOOST_MAY_ALIAS _OVERLAPPED {
     ULONG_PTR_ Internal;
     ULONG_PTR_ InternalHigh;
     union {
-        struct {
+        BOOST_WINAPI_DETAIL_EXTENSION struct {
             DWORD_ Offset;
             DWORD_ OffsetHigh;
         };