summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalVisualStudio6Generator.cxx
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2004-06-15 12:30:22 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2004-06-15 12:30:22 (GMT)
commit1d061ae896cb9d96898b3161ed9f8cc279fdd6a5 (patch)
treef5a7814f0ec0c703b088ce058edf1d0459278033 /Source/cmGlobalVisualStudio6Generator.cxx
parentb6466061cb06189fa6fdac1e542cb7fbad7dabfd (diff)
downloadCMake-1d061ae896cb9d96898b3161ed9f8cc279fdd6a5.zip
CMake-1d061ae896cb9d96898b3161ed9f8cc279fdd6a5.tar.gz
CMake-1d061ae896cb9d96898b3161ed9f8cc279fdd6a5.tar.bz2
fix include order because of GetCurrentDirectory define and windows.h problem
Diffstat (limited to 'Source/cmGlobalVisualStudio6Generator.cxx')
-rw-r--r--Source/cmGlobalVisualStudio6Generator.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmGlobalVisualStudio6Generator.cxx b/Source/cmGlobalVisualStudio6Generator.cxx
index e6f4bad..f4ae839 100644
--- a/Source/cmGlobalVisualStudio6Generator.cxx
+++ b/Source/cmGlobalVisualStudio6Generator.cxx
@@ -216,7 +216,6 @@ void cmGlobalVisualStudio6Generator::WriteDSWFile(std::ostream& fout,
this->WriteDSWHeader(fout);
// Get the home directory with the trailing slash
-#undef GetCurrentDirectory
std::string homedir = root->GetMakefile()->GetCurrentDirectory();
homedir += "/";