I\'m using Visual Studio 2010 and ReSharper 5.
I define this at the top of a .cs file.
#if X86 using size_t = System.Int32; #else using size_t = System.I