From f923b9dbc2304a37f6f6cdb9afe16e38b6cb3ba0 Mon Sep 17 00:00:00 2001 From: Cyberboss Date: Tue, 2 Oct 2018 11:05:12 -0400 Subject: [PATCH] Remove unecessary return marshalling --- src/Tgstation.Server.Host/NativeMethods.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Tgstation.Server.Host/NativeMethods.cs b/src/Tgstation.Server.Host/NativeMethods.cs index afe778312a..18124400ee 100644 --- a/src/Tgstation.Server.Host/NativeMethods.cs +++ b/src/Tgstation.Server.Host/NativeMethods.cs @@ -36,7 +36,6 @@ namespace Tgstation.Server.Host /// See https://docs.microsoft.com/en-us/windows/desktop/api/winuser/nf-winuser-enumchildwindows /// [DllImport("user32")] - [return: MarshalAs(UnmanagedType.Bool)] public static extern bool EnumChildWindows(IntPtr window, EnumWindowProc callback, IntPtr lParam); ///