mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Typo
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
2015-10-06 Natalia Portillo <claunia@claunia.com>
|
||||||
|
|
||||||
|
* Windows/Extern.cs:
|
||||||
|
Typo
|
||||||
|
|
||||||
2015-10-06 Natalia Portillo <claunia@claunia.com>
|
2015-10-06 Natalia Portillo <claunia@claunia.com>
|
||||||
|
|
||||||
* Windows/Enums.cs:
|
* Windows/Enums.cs:
|
||||||
|
|||||||
@@ -12,8 +12,7 @@ namespace DiscImageChef.Devices.Windows
|
|||||||
[MarshalAs(UnmanagedType.U4)] FileAccess access,
|
[MarshalAs(UnmanagedType.U4)] FileAccess access,
|
||||||
[MarshalAs(UnmanagedType.U4)] FileShare share,
|
[MarshalAs(UnmanagedType.U4)] FileShare share,
|
||||||
IntPtr securityAttributes, // optional SECURITY_ATTRIBUTES struct or IntPtr.Zero
|
IntPtr securityAttributes, // optional SECURITY_ATTRIBUTES struct or IntPtr.Zero
|
||||||
//[MarshalAs(UnmanagedType.U4)] FileMode creationDisposition,
|
[MarshalAs(UnmanagedType.U4)] FileMode creationDisposition,
|
||||||
uint creationDisposition,
|
|
||||||
[MarshalAs(UnmanagedType.U4)] FileAttributes flagsAndAttributes,
|
[MarshalAs(UnmanagedType.U4)] FileAttributes flagsAndAttributes,
|
||||||
IntPtr templateFile);
|
IntPtr templateFile);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user