Fix SmartThreadPool line endings in recent update from dos to unix

This commit is contained in:
Justin Clark-Casey (justincc)
2013-05-01 23:00:46 +01:00
parent 81a90e30c6
commit 854dcd1abd
24 changed files with 6358 additions and 6358 deletions

View File

@@ -1,16 +1,16 @@
#if _SILVERLIGHT
using System.Threading;
namespace Amib.Threading
{
public enum ThreadPriority
{
Lowest,
BelowNormal,
Normal,
AboveNormal,
Highest,
}
}
#endif
#if _SILVERLIGHT
using System.Threading;
namespace Amib.Threading
{
public enum ThreadPriority
{
Lowest,
BelowNormal,
Normal,
AboveNormal,
Highest,
}
}
#endif