diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2004-06-15 12:30:22 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2004-06-15 12:30:22 (GMT) |
commit | 1d061ae896cb9d96898b3161ed9f8cc279fdd6a5 (patch) | |
tree | f5a7814f0ec0c703b088ce058edf1d0459278033 /Source/cmGlobalVisualStudio6Generator.cxx | |
parent | b6466061cb06189fa6fdac1e542cb7fbad7dabfd (diff) | |
download | CMake-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.cxx | 1 |
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 += "/"; |