Merge topic 'kwsys-no-win32-environ-decl'
0fbaa63
KWSys: Remove unused environ declaration from SystemTools
This commit is contained in:
commit
1b9948cb79
|
@ -81,11 +81,7 @@
|
|||
#endif
|
||||
|
||||
#if !KWSYS_CXX_HAS_ENVIRON_IN_STDLIB_H
|
||||
# if defined(_WIN32)
|
||||
extern __declspec(dllimport) char **environ;
|
||||
# else
|
||||
extern char **environ;
|
||||
# endif
|
||||
#endif
|
||||
|
||||
#ifdef __CYGWIN__
|
||||
|
|
Loading…
Reference in New Issue