https://git.reactos.org/?p=reactos.git;a=commitdiff;h=5a0cd3743e01da6ac95066...
commit 5a0cd3743e01da6ac95066f414058a1b8ce16160 Author: Serge Gautherie 32623169+SergeGautherie@users.noreply.github.com AuthorDate: Mon Nov 20 16:07:46 2023 +0100 Commit: GitHub noreply@github.com CommitDate: Mon Nov 20 16:07:46 2023 +0100
[WIDL] CMakeLists.txt: Remove an obsolete comment (#6016)
Addendum to 8184186 (r55855). --- sdk/tools/widl/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-)
diff --git a/sdk/tools/widl/CMakeLists.txt b/sdk/tools/widl/CMakeLists.txt index 4fbfb48749b..0a4533f03b0 100644 --- a/sdk/tools/widl/CMakeLists.txt +++ b/sdk/tools/widl/CMakeLists.txt @@ -35,7 +35,6 @@ list(APPEND SOURCE ../port/getopt1.c ../port/mkstemps.c)
-# Taken from widl.rbuild add_definitions(-DINT16=SHORT) add_host_tool(widl ${SOURCE}) target_link_libraries(widl PRIVATE host_includes wpphost)