From 7a7e71d0c31cc93988b78afb4a194371489d8f7c Mon Sep 17 00:00:00 2001 From: Markus Ewald Date: Wed, 16 Sep 2009 20:07:36 +0000 Subject: [PATCH] Fixed XBox 360 compilation error git-svn-id: file:///srv/devel/repo-conversion/nusu@175 d2e56fa2-650e-0410-a79f-9358c0239efd --- Source/AffineThreadPool.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Source/AffineThreadPool.cs b/Source/AffineThreadPool.cs index f3ba968..6eb3f53 100644 --- a/Source/AffineThreadPool.cs +++ b/Source/AffineThreadPool.cs @@ -246,6 +246,7 @@ namespace Nuclex.Support { } } +#if !XBOX360 /// Retrieves the ProcessThread for the calling thread /// The ProcessThread for the calling thread private static ProcessThread getCurrentProcessThread() { @@ -260,6 +261,7 @@ namespace Nuclex.Support { return null; } +#endif /// Obtains the next work item from the queue /// The next work item in the queue