Completed work on MPR.dll

pull/10/head
David Hall 2018-07-26 22:32:03 -06:00
parent f6ec55bb20
commit efd86528a1
2 changed files with 2994 additions and 44 deletions

File diff suppressed because it is too large Load Diff

View File

@ -25,6 +25,8 @@
public const string Kernel32 = "kernel32.dll";
/// <summary>The kernel base</summary>
public const string KernelBase = "kernelbase.dll";
/// <summary>The MPR</summary>
public const string Mpr = "mpr.dll";
/// <summary>The mstask</summary>
public const string Mstask = "mstask.dll";
/// <summary>The net api32</summary>