mirror of
https://github.com/gnh1201/welsonjs.git
synced 2025-12-05 22:04:43 +00:00
Update AssemblyLoader.cs
comment an unused variables
This commit is contained in:
parent
07e47338cb
commit
6d3fb3db0e
|
|
@ -49,9 +49,9 @@ namespace WelsonJS.Launcher
|
|||
|
||||
private const uint ERROR_SUCCESS = 0x00000000;
|
||||
private const uint TRUST_E_NOSIGNATURE = 0x800B0100;
|
||||
private const uint TRUST_E_EXPLICIT_DISTRUST = 0x800B0111;
|
||||
private const uint TRUST_E_SUBJECT_NOT_TRUSTED = 0x800B0004;
|
||||
private const uint CRYPT_E_SECURITY_SETTINGS = 0x80092026;
|
||||
//private const uint TRUST_E_EXPLICIT_DISTRUST = 0x800B0111;
|
||||
//private const uint TRUST_E_SUBJECT_NOT_TRUSTED = 0x800B0004;
|
||||
//private const uint CRYPT_E_SECURITY_SETTINGS = 0x80092026;
|
||||
|
||||
private static readonly Guid WINTRUST_ACTION =
|
||||
new Guid("00aac56b-cd44-11d0-8cc2-00c04fc295ee");
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user