From 86c5e7e41fb1d9395641e24da1df6fd7a340896f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herm=C3=A8s=20B=C3=A9lusca-Ma=C3=AFto?= Date: Fri, 31 Jul 2020 23:59:42 +0200 Subject: [PATCH] [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)