You've already forked linux-packaging-mono
Imported Upstream version 4.2.0.179
Former-commit-id: 4610231f55806d2a05ed69e5ff3faa7336cc1479
This commit is contained in:
committed by
Jo Shields
parent
aa7da660d6
commit
c042cd0c52
@@ -15,6 +15,9 @@
|
||||
**
|
||||
=============================================================================*/
|
||||
|
||||
using Microsoft.Win32;
|
||||
using Microsoft.Win32.SafeHandles;
|
||||
|
||||
namespace System.Threading
|
||||
{
|
||||
using System.Threading;
|
||||
@@ -23,18 +26,16 @@ namespace System.Threading
|
||||
using System.Security.Permissions;
|
||||
using System.Runtime.CompilerServices;
|
||||
using System.Runtime.InteropServices;
|
||||
using Microsoft.Win32.SafeHandles;
|
||||
using System.Runtime.Versioning;
|
||||
using System.Runtime.ConstrainedExecution;
|
||||
using System.Diagnostics.Contracts;
|
||||
using System.Diagnostics.CodeAnalysis;
|
||||
using Win32Native = Microsoft.Win32.Win32Native;
|
||||
|
||||
[System.Runtime.InteropServices.ComVisible(true)]
|
||||
#if FEATURE_REMOTING
|
||||
public abstract class WaitHandle : MarshalByRefObject, IDisposable {
|
||||
public abstract partial class WaitHandle : MarshalByRefObject, IDisposable {
|
||||
#else // FEATURE_REMOTING
|
||||
public abstract class WaitHandle : IDisposable {
|
||||
public abstract partial class WaitHandle : IDisposable {
|
||||
#endif // FEATURE_REMOTING
|
||||
public const int WaitTimeout = 0x102;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user