https://git.reactos.org/?p=reactos.git;a=commitdiff;h=86c5e7e41fb1d9395641e2...
commit 86c5e7e41fb1d9395641e24da1df6fd7a340896f Author: Hermès Bélusca-Maïto hermes.belusca-maito@reactos.org AuthorDate: Fri Jul 31 23:59:42 2020 +0200 Commit: Hermès Bélusca-Maïto hermes.belusca-maito@reactos.org CommitDate: Wed Aug 19 20:35:52 2020 +0200
[CMD] Remove deprecated definition in CMakeLists.txt. --- base/shell/cmd/CMakeLists.txt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/base/shell/cmd/CMakeLists.txt b/base/shell/cmd/CMakeLists.txt index 7bf64b58acd..471ecd0dfe1 100644 --- a/base/shell/cmd/CMakeLists.txt +++ b/base/shell/cmd/CMakeLists.txt @@ -1,7 +1,5 @@
-add_definitions( - -DANONYMOUSUNIONS - -D_DEBUG_MEM) +add_definitions(-D_DEBUG_MEM)
include_directories(${REACTOS_SOURCE_DIR}/sdk/include/reactos/wine) include_directories(${REACTOS_SOURCE_DIR}/sdk/lib/conutils)