You've already forked linux-packaging-mono
Imported Upstream version 4.3.2.467
Former-commit-id: 9c2cb47f45fa221e661ab616387c9cda183f283d
This commit is contained in:
@@ -1,7 +1,3 @@
|
||||
#if !ISOLATION_IN_MSCORLIB
|
||||
#define FEATURE_COMINTEROP
|
||||
#endif
|
||||
|
||||
using System;
|
||||
using System.IO;
|
||||
using System.Runtime.InteropServices;
|
||||
@@ -17,7 +13,6 @@ using System.Threading;
|
||||
|
||||
namespace System.Deployment.Internal.Isolation
|
||||
{
|
||||
#if FEATURE_COMINTEROP
|
||||
[ComImport, InterfaceType(ComInterfaceType.InterfaceIsIUnknown),Guid("285a8862-c84a-11d7-850f-005cd062464f")]
|
||||
internal interface ISection
|
||||
{
|
||||
@@ -69,5 +64,4 @@ namespace System.Deployment.Internal.Isolation
|
||||
uint Count { get; }
|
||||
object GetItem(uint SectionId);
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
||||
@@ -1,6 +1,3 @@
|
||||
#if !ISOLATION_IN_MSCORLIB
|
||||
#define FEATURE_COMINTEROP
|
||||
#endif
|
||||
|
||||
using System;
|
||||
using System.IO;
|
||||
@@ -14,7 +11,6 @@
|
||||
namespace System.Deployment.Internal.Isolation.Manifest
|
||||
{
|
||||
|
||||
#if FEATURE_COMINTEROP
|
||||
|
||||
internal enum CMSSECTIONID
|
||||
{
|
||||
@@ -1595,7 +1591,6 @@
|
||||
//++! end object [CompatibleFramework]
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
||||
}
|
||||
|
||||
|
||||
@@ -1 +1 @@
|
||||
0e0f8e2023d93bdafc4fc02f97a80fd8913f3c0d
|
||||
dc4a7da89a021819015ef554a1eacc82a6928599
|
||||
Reference in New Issue
Block a user