Added kernelbase refernce

pull/10/head
David Hall 2018-05-29 17:46:52 -06:00
parent a9d19d943e
commit 7bd7cae7d8
1 changed files with 2 additions and 0 deletions

View File

@ -23,6 +23,8 @@
public const string IpHlpApi = "Iphlpapi.dll";
/// <summary>The kernel32</summary>
public const string Kernel32 = "kernel32.dll";
/// <summary>The kernel base</summary>
public const string KernelBase = "kernelbase.dll";
/// <summary>The net api32</summary>
public const string NetApi32 = "netapi32.dll";
/// <summary>The normaliz</summary>