summaryrefslogtreecommitdiff
path: root/Source/cmGlobalVisualStudio6Generator.cxx
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2004-06-15 08:30:22 -0400
committerBill Hoffman <bill.hoffman@kitware.com>2004-06-15 08:30:22 -0400
commit1d061ae896cb9d96898b3161ed9f8cc279fdd6a5 (patch)
treef5a7814f0ec0c703b088ce058edf1d0459278033 /Source/cmGlobalVisualStudio6Generator.cxx
parentb6466061cb06189fa6fdac1e542cb7fbad7dabfd (diff)
downloadcmake-1d061ae896cb9d96898b3161ed9f8cc279fdd6a5.tar.gz
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 e6f4bad1c3..f4ae839bc0 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 += "/";