This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [mingw32] environment variables are case-insensitive on win32


Pedro Alves (palves@redhat.com):

> I think you meant:
> 
> #if defined(_WIN32) && !defined(__CYGWIN__)

Definitely :) Thanks for catching that.


> > +#define env_var_name_ncmp(a, b, length) strnicmp (a, b, length)
> 
> 
> We use strncasecmp everywhere else.

OK.



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]