Added XNA 4.0 for Windows Phone 7 project; updated Nuclex.Support to compile targeting Windows Phone 7
git-svn-id: file:///srv/devel/repo-conversion/nusu@203 d2e56fa2-650e-0410-a79f-9358c0239efd
This commit is contained in:
parent
1aad371ece
commit
374152cd63
15 changed files with 442 additions and 39 deletions
|
@ -294,7 +294,7 @@ namespace Nuclex.Support.Collections {
|
|||
}
|
||||
|
||||
index += this.firstBlockStartIndex;
|
||||
#if XBOX360
|
||||
#if XBOX360 || WINDOWS_PHONE
|
||||
blockIndex = index / this.blockSize;
|
||||
subIndex = index % this.blockSize;
|
||||
#else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue