mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Refactor and code cleanup.
This commit is contained in:
@@ -33,7 +33,6 @@
|
||||
|
||||
using System;
|
||||
using System.Runtime.InteropServices;
|
||||
using System.Security.Policy;
|
||||
|
||||
namespace DiscImageChef.Filesystems
|
||||
{
|
||||
@@ -235,9 +234,9 @@ namespace DiscImageChef.Filesystems
|
||||
public bool IsGuid;
|
||||
|
||||
[FieldOffset(3)]
|
||||
public UInt32 Serial32;
|
||||
public uint Serial32;
|
||||
[FieldOffset(3)]
|
||||
public UInt64 Serial64;
|
||||
public ulong Serial64;
|
||||
[FieldOffset(3)]
|
||||
public Guid uuid;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user