* _cygwin_crt0_common.cc: Undef 'environ' or suffer compiler error.
This commit is contained in:
@ -13,6 +13,8 @@ details. */
|
||||
#include <reent.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#undef environ
|
||||
|
||||
extern "C"
|
||||
{
|
||||
char **environ;
|
||||
|
Reference in New Issue
Block a user