comment out more C++ bits

This commit is contained in:
Adam Hathcock
2023-11-15 11:14:39 +00:00
parent d28a278d63
commit dc89c8858e
3 changed files with 9 additions and 6 deletions

View File

@@ -1,10 +1,11 @@
using uint32 = System.UInt32;
#if !Rar2017_64bit
/*#if !Rar2017_64bit
#else
using nint = System.Int64;
using nuint = System.UInt64;
using size_t = System.UInt64;
#endif
#endif*/
namespace SharpCompress.Compressors.Rar.UnpackV2017;

View File

@@ -1,12 +1,13 @@
using System;
using static SharpCompress.Compressors.Rar.UnpackV2017.PackDef;
using static SharpCompress.Compressors.Rar.UnpackV2017.Unpack.Unpack20Local;
#if !Rar2017_64bit
/*#if !Rar2017_64bit
#else
using nint = System.Int64;
using nuint = System.UInt64;
using size_t = System.UInt64;
#endif
#endif*/
namespace SharpCompress.Compressors.Rar.UnpackV2017;

View File

@@ -1,10 +1,11 @@
using static SharpCompress.Compressors.Rar.UnpackV2017.PackDef;
#if !Rar2017_64bit
/*#if !Rar2017_64bit
#else
using nint = System.Int64;
using nuint = System.UInt64;
using size_t = System.UInt64;
#endif
#endif*/
namespace SharpCompress.Compressors.Rar.UnpackV2017;