diff options
author | Stephen Kelly <steveire@gmail.com> | 2015-05-16 03:20:36 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2015-05-16 03:20:36 (GMT) |
commit | cf7f03e5229aa011e176589fbc71cf4fb259f897 (patch) | |
tree | 60147990e368609aa9e76ff088adc64fb2cb3626 /Source/cmGlobalUnixMakefileGenerator3.cxx | |
parent | e9b134b95ddc832979b2cf78aff68643139e5006 (diff) | |
download | CMake-cf7f03e5229aa011e176589fbc71cf4fb259f897.zip CMake-cf7f03e5229aa011e176589fbc71cf4fb259f897.tar.gz CMake-cf7f03e5229aa011e176589fbc71cf4fb259f897.tar.bz2 |
cmGlobalUnixMakefileGenerator3: Host the DefineWindowsNULL.
Diffstat (limited to 'Source/cmGlobalUnixMakefileGenerator3.cxx')
-rw-r--r-- | Source/cmGlobalUnixMakefileGenerator3.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmGlobalUnixMakefileGenerator3.cxx b/Source/cmGlobalUnixMakefileGenerator3.cxx index 32523de..fd9b851 100644 --- a/Source/cmGlobalUnixMakefileGenerator3.cxx +++ b/Source/cmGlobalUnixMakefileGenerator3.cxx @@ -35,6 +35,7 @@ cmGlobalUnixMakefileGenerator3::cmGlobalUnixMakefileGenerator3() this->CommandDatabase = NULL; this->IncludeDirective = "include"; + this->DefineWindowsNULL = false; } void cmGlobalUnixMakefileGenerator3 |