Re: [Ironruby-core] Code Review: Win32APIPlatformCheck

2009-10-03 Thread Ivan Porto Carrero
Ok. That gets me a little bit further. gems use the tty? method on IO. which in turn calls [DllImport("kernel32")] private extern static IntPtr GetStdHandle(int nStdHandle); [DllImport("kernel32")] private extern static int GetFileType(IntPtr hFile); obviously ker

[Ironruby-core] Code Review: Win32APIPlatformCheck

2009-10-03 Thread Tomas Matousek
tfpt review "/shelveset:Win32APIPlatformCheck;REDMOND\tomat" Comment : Adds Win32 platform check to Win32API.rb. Tomas Win32APIPlatformCheck.diff Description: Win32APIPlatformCheck.diff ___ Ironruby-core mailing list Ironruby-core@rubyforge.org