Re: [Cegcc-devel] Proposed implementation of getenv and friends

2007-01-15 Thread Pedro Alves
Danny Backx escreveu: > Pedro, > > Attached is a proposed implementation for getenv, setenv, unsetenv. I > would put this in src/mingw/mingwex/getenv.c . A test program is in the > other attachment. > > Based on the Makefile.in patch looks like you meant mingw/mingwex/wince/ > I would propose u

[Cegcc-devel] Proposed implementation of getenv and friends

2006-12-31 Thread Danny Backx
Pedro, Attached is a proposed implementation for getenv, setenv, unsetenv. I would put this in src/mingw/mingwex/getenv.c . A test program is in the other attachment. I would propose using this to get libgcov to work on mingw32ce. Comments, or can I commit and change libgcov to use this ?