mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-30 08:33:19 +01:00
Remove unecessary return marshalling
This commit is contained in:
@@ -36,7 +36,6 @@ namespace Tgstation.Server.Host
|
||||
/// See https://docs.microsoft.com/en-us/windows/desktop/api/winuser/nf-winuser-enumchildwindows
|
||||
/// </summary>
|
||||
[DllImport("user32")]
|
||||
[return: MarshalAs(UnmanagedType.Bool)]
|
||||
public static extern bool EnumChildWindows(IntPtr window, EnumWindowProc callback, IntPtr lParam);
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user