Re: src/winsup/cygwin ChangeLog dcrt0.cc
On 27.01.2012 10:46, Václav Zeman wrote: +#define is_dos_path(s) (isdrive(s) \ + || ((s)[0] == '\\' \ + && (s)[1] == '\\' \ + && isalpha ((s)[2]) \ + && strchr ((s) + 3, '\\'))) Is it safe to acce
Re: src/winsup/cygwin ChangeLog dcrt0.cc
On 2012-01-27 10:28, cori...@cygwin.com wrote: CVSROOT:/cvs/src Module name:src Changes by: cori...@sourceware.org 2012-01-27 09:28:38 Modified files: winsup/cygwin : ChangeLog dcrt0.cc Log message: * dcrt0.cc (is_dos_path): New macro to recognize drive letter