Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mcs/class/WindowsBase/ZipSharp/UnzipFileInfo.cs')
-rw-r--r--mcs/class/WindowsBase/ZipSharp/UnzipFileInfo.cs34
1 files changed, 17 insertions, 17 deletions
diff --git a/mcs/class/WindowsBase/ZipSharp/UnzipFileInfo.cs b/mcs/class/WindowsBase/ZipSharp/UnzipFileInfo.cs
index ec134d97668..9316c0a1773 100644
--- a/mcs/class/WindowsBase/ZipSharp/UnzipFileInfo.cs
+++ b/mcs/class/WindowsBase/ZipSharp/UnzipFileInfo.cs
@@ -11,23 +11,23 @@ namespace zipsharp
{
[StructLayout (LayoutKind.Sequential)]
struct UnzipFileInfo
- {
- IntPtr version; /* version made by 2 bytes */
- IntPtr version_needed; /* version needed to extract 2 bytes */
- IntPtr flag; /* general purpose bit flag 2 bytes */
- IntPtr compression_method; /* compression method 2 bytes */
- IntPtr dosDate; /* last mod file date in Dos fmt 4 bytes */
- IntPtr crc; /* crc-32 4 bytes */
- IntPtr compressed_size; /* compressed size 4 bytes */
- IntPtr uncompressed_size; /* uncompressed size 4 bytes */
- IntPtr size_filename; /* filename length 2 bytes */
- IntPtr size_file_extra; /* extra field length 2 bytes */
- IntPtr size_file_comment; /* file comment length 2 bytes */
-
- IntPtr disk_num_start; /* disk number start 2 bytes */
- IntPtr internal_fa; /* internal file attributes 2 bytes */
- IntPtr external_fa; /* external file attributes 4 bytes */
-
+ {
+ IntPtr version; /* version made by 2 bytes */
+ IntPtr version_needed; /* version needed to extract 2 bytes */
+ IntPtr flag; /* general purpose bit flag 2 bytes */
+ IntPtr compression_method; /* compression method 2 bytes */
+ IntPtr dosDate; /* last mod file date in Dos fmt 4 bytes */
+ IntPtr crc; /* crc-32 4 bytes */
+ IntPtr compressed_size; /* compressed size 4 bytes */
+ IntPtr uncompressed_size; /* uncompressed size 4 bytes */
+ IntPtr size_filename; /* filename length 2 bytes */
+ IntPtr size_file_extra; /* extra field length 2 bytes */
+ IntPtr size_file_comment; /* file comment length 2 bytes */
+
+ IntPtr disk_num_start; /* disk number start 2 bytes */
+ IntPtr internal_fa; /* internal file attributes 2 bytes */
+ IntPtr external_fa; /* external file attributes 4 bytes */
+
ZipTime tmu_date;
public ulong VersionNeeded {