Explorar o código

Merge topic 'kwsys-no-win32-environ-decl'

0fbaa63 KWSys: Remove unused environ declaration from SystemTools
David Cole %!s(int64=13) %!d(string=hai) anos
pai
achega
1b9948cb79
Modificáronse 1 ficheiros con 0 adicións e 4 borrados
  1. 0 4
      Source/kwsys/SystemTools.cxx

+ 0 - 4
Source/kwsys/SystemTools.cxx

@@ -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__