This commit is contained in:
2018-02-23 03:42:57 +00:00
parent 46e86ef1b2
commit cc26497093
13 changed files with 83 additions and 80 deletions

View File

@@ -64,7 +64,7 @@ namespace DiscImageChef.Interop
{
#if __ANDROID__
return PlatformID.Android;
#else
#else
return PlatformID.Linux;
#endif
}