Fix SmartThreadPool line endings in recent update from dos to unix

user_profiles
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,4 +1,4 @@

namespace Amib.Threading.Internal namespace Amib.Threading.Internal
{ {
/// <summary> /// <summary>

View File

@ -1,4 +1,4 @@
using System.Reflection; using System.Reflection;
using System.Runtime.CompilerServices; using System.Runtime.CompilerServices;
using System.Runtime.InteropServices; using System.Runtime.InteropServices;

View File

@ -1,4 +1,4 @@
#if _SILVERLIGHT #if _SILVERLIGHT
using System.Threading; using System.Threading;

View File

@ -1,4 +1,4 @@
#if !(_WINDOWS_CE) #if !(_WINDOWS_CE)
using System; using System;
using System.Threading; using System.Threading;

View File

@ -1,4 +1,4 @@

using System; using System;
using Amib.Threading.Internal; using Amib.Threading.Internal;

View File

@ -1,4 +1,4 @@
using System; using System;
using System.Collections.Generic; using System.Collections.Generic;
using System.Text; using System.Text;
using System.Threading; using System.Threading;