Przeglądaj źródła

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

0fbaa63 KWSys: Remove unused environ declaration from SystemTools
David Cole 13 lat temu
rodzic
commit
1b9948cb79
1 zmienionych plików z 0 dodań i 4 usunięć
  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__