~do-win/do/test-paths

« back to all changes in this revision

Viewing changes to Do.Platform.Windows/src/Do.Platform/ConsoleCrayon.cs

  • Committer: Hardeep S
  • Date: 2009-06-23 20:13:50 UTC
  • Revision ID: ootz0rz@gmail.com-20090623201350-pxjo5vt6yyt1xz3i
remove the need for GConf

Show diffs side-by-side

added added

removed removed

Lines of Context:
146
146
                }
147
147
 
148
148
                [System.Runtime.InteropServices.DllImport ("libc", EntryPoint="isatty")]
149
 
                        private extern static int _isatty (int fd);
 
149
                private extern static int _isatty (int fd);
150
150
 
151
151
                private static bool isatty (int fd)
152
152
                {