Fixed XBox 360 compilation error
git-svn-id: file:///srv/devel/repo-conversion/nusu@175 d2e56fa2-650e-0410-a79f-9358c0239efd
This commit is contained in:
parent
e74955b161
commit
7a7e71d0c3
|
@ -246,6 +246,7 @@ namespace Nuclex.Support {
|
|||
}
|
||||
}
|
||||
|
||||
#if !XBOX360
|
||||
/// <summary>Retrieves the ProcessThread for the calling thread</summary>
|
||||
/// <returns>The ProcessThread for the calling thread</returns>
|
||||
private static ProcessThread getCurrentProcessThread() {
|
||||
|
@ -260,6 +261,7 @@ namespace Nuclex.Support {
|
|||
|
||||
return null;
|
||||
}
|
||||
#endif
|
||||
|
||||
/// <summary>Obtains the next work item from the queue</summary>
|
||||
/// <returns>The next work item in the queue</returns>
|
||||
|
|
Loading…
Reference in New Issue
Block a user