diff options
-rw-r--r-- | Source/cmGlobalGenerator.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/cmGlobalGenerator.cxx b/Source/cmGlobalGenerator.cxx index 07a5b82..e39fd71 100644 --- a/Source/cmGlobalGenerator.cxx +++ b/Source/cmGlobalGenerator.cxx @@ -27,6 +27,8 @@ #if defined(_WIN32) && !defined(__CYGWIN__) #include <windows.h> +// workaround against Windows name mangling: +#undef GetCurrentDirectory #endif #include <assert.h> |