#if !LOCALTEST namespace System { public enum PlatformID { Win32S = 0, Win32Windows = 1, Win32NT = 2, WinCE = 3, Unix = 4 } } #endif