Add partial support (zcid, rtmr, non-functional kms4k) for vista
Co-authored-by: InvoxiPlayGames <22731889+InvoxiPlayGames@users.noreply.github.com>
This commit is contained in:
@ -18,4 +18,11 @@ namespace LibTSforge.PhysicalStore
|
||||
public ulong Time2;
|
||||
public ulong Expiry;
|
||||
}
|
||||
|
||||
[StructLayout(LayoutKind.Sequential, Pack = 1)]
|
||||
public struct VistaTimer
|
||||
{
|
||||
public ulong Time;
|
||||
public ulong Expiry;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user