diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-03-17 21:14:04 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-03-17 21:14:04 (GMT) |
commit | b507f8f0d1c1b678e1e9f01d2fd10a86bc4b5348 (patch) | |
tree | 76f27d2303656292b57a7e7d8129056755beb0c8 /Source/cmSystemTools.cxx | |
parent | 84f1420d82e725cae6ca3873c52473046e4debef (diff) | |
download | CMake-b507f8f0d1c1b678e1e9f01d2fd10a86bc4b5348.zip CMake-b507f8f0d1c1b678e1e9f01d2fd10a86bc4b5348.tar.gz CMake-b507f8f0d1c1b678e1e9f01d2fd10a86bc4b5348.tar.bz2 |
ENH: Simplify the test
Diffstat (limited to 'Source/cmSystemTools.cxx')
-rw-r--r-- | Source/cmSystemTools.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmSystemTools.cxx b/Source/cmSystemTools.cxx index 8903cc3..29fcd92 100644 --- a/Source/cmSystemTools.cxx +++ b/Source/cmSystemTools.cxx @@ -56,7 +56,7 @@ # pragma set woff 1375 /* base class destructor not virtual */ #endif -#if !defined(HAVE_ENVIRON_WITHOUT_SIGNATURE) +#if !defined(HAVE_ENVIRON_NOT_REQUIRE_PROTOTYPE) // For GetEnvironmentVariables # if defined(_WIN32) extern __declspec( dllimport ) char** environ; |