diff --git a/PInvoke/Ws2_32/ws2spi.cs b/PInvoke/Ws2_32/ws2spi.cs index c2bc04ed..0b0982e4 100644 --- a/PInvoke/Ws2_32/ws2spi.cs +++ b/PInvoke/Ws2_32/ws2spi.cs @@ -4426,7 +4426,7 @@ namespace Vanara.PInvoke /// Provides a handle to a WSA event. [StructLayout(LayoutKind.Sequential)] - public struct WSAEVENT : IHandle + public struct WSAEVENT : ISyncHandle { private IntPtr handle;