http://bugs.winehq.org/show_bug.cgi?id=10467
--- Comment #69 from Eugene Klimov slach@74mail.ru 2008-10-22 10:15:02 --- CurrentCulture.cs
using System; using System.Collections.Generic; using System.Text; using System.Globalization;
namespace CurrentCulture { class Program { static void Main(string[] args) { CultureInfo ci = System.Threading.Thread.CurrentThread.CurrentCulture;
Console.WriteLine("System.Threading.Thread.CurrentThread.CurrentCulture"); Console.WriteLine(ci.Name); } } }
working fine
fixme:virtual:NtAllocateVirtualMemory MEM_WRITE_WATCH type not supported fixme:ole:CoGetContextToken stub System.Threading.Thread.CurrentThread.CurrentCulture en-US fixme:ole:CoGetContextToken stub