Fix repository

This commit is contained in:
AmazingDM
2022-03-22 14:20:23 +08:00
parent 17b9640c95
commit b53d4a6d28
340 changed files with 142377 additions and 3241 deletions

View File

@@ -1,13 +1,9 @@
using System.Runtime.InteropServices;
namespace Netch
{
public static class NativeMethods
{
[DllImport("kernel32")]
public static extern bool AllocConsole();
[DllImport("kernel32")]
public static extern bool AttachConsole(uint dwProcessId);
}
}
using System.Runtime.InteropServices;
namespace Netch;
public static class NativeMethods
{
[DllImport("dnsapi", EntryPoint = "DnsFlushResolverCache")]
public static extern uint RefreshDNSCache();
}