summaryrefslogtreecommitdiffstats
path: root/Source/kwsys/SystemTools.cxx
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2012-10-01 19:18:21 (GMT)
committerBrad King <brad.king@kitware.com>2012-10-01 19:18:21 (GMT)
commita61f633737067da7d765c5e479a7d6754d4a083a (patch)
treeb62dd41469e20b4bb7d777b3f40a0761968ff9d1 /Source/kwsys/SystemTools.cxx
parent8c55ea017e671223d7acc01f5121b6b45c697c2a (diff)
parent4075e1ca6ccd01183c9bb582a2291c5abc70a828 (diff)
downloadCMake-a61f633737067da7d765c5e479a7d6754d4a083a.zip
CMake-a61f633737067da7d765c5e479a7d6754d4a083a.tar.gz
CMake-a61f633737067da7d765c5e479a7d6754d4a083a.tar.bz2
Merge branch 'master' into import-KWSys-subtree
Diffstat (limited to 'Source/kwsys/SystemTools.cxx')
-rw-r--r--Source/kwsys/SystemTools.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/Source/kwsys/SystemTools.cxx b/Source/kwsys/SystemTools.cxx
index 8ab580f..66850e9 100644
--- a/Source/kwsys/SystemTools.cxx
+++ b/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__