mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-26 22:48:20 +01:00
Nullify WindowsNetworkPromptReaper
This commit is contained in:
@@ -54,7 +54,7 @@ namespace Tgstation.Server.Host.System
|
||||
/// See https://docs.microsoft.com/en-us/windows/desktop/api/winuser/nf-winuser-findwindoww.
|
||||
/// </summary>
|
||||
[DllImport("user32.dll", CharSet = CharSet.Unicode)]
|
||||
public static extern IntPtr FindWindow(string lpClassName, string lpWindowName);
|
||||
public static extern IntPtr FindWindow(string? lpClassName, string lpWindowName);
|
||||
|
||||
/// <summary>
|
||||
/// See https://docs.microsoft.com/en-us/windows/desktop/api/winuser/nf-winuser-sendmessage.
|
||||
|
||||
@@ -13,8 +13,6 @@ using Microsoft.Extensions.Logging;
|
||||
|
||||
using Tgstation.Server.Host.Utils;
|
||||
|
||||
#nullable disable
|
||||
|
||||
namespace Tgstation.Server.Host.System
|
||||
{
|
||||
/// <inheritdoc cref="INetworkPromptReaper" />
|
||||
|
||||
Reference in New Issue
Block a user