[ALL] Add check for Mono compiler

This commit is contained in:
Matt Nadareski
2016-10-27 11:35:17 -07:00
parent 902a9e4bf3
commit c0b0b1513d
14 changed files with 56 additions and 0 deletions

View File

@@ -6,7 +6,11 @@ using System.Text.RegularExpressions;
using SabreTools.Helper.Data;
using SabreTools.Helper.Dats;
#if __MonoCS__
using System.IO;
#else
using Alphaleonis.Win32.Filesystem;
#endif
using Ionic.Zlib;
using ROMVault2.SupportedFiles.Zip;
using SharpCompress.Archives;