KWSys 2026-08-08 (ea3b2a5a)

Code extracted from:

    https://gitlab.kitware.com/utils/kwsys.git

at commit ea3b2a5a965edbc762ff8c3331742603d054bc37 (master).

Upstream Shortlog
-----------------

Brad King (3):
      badc3d09 Process: Fix compilation on Windows with WIN32_LEAN_AND_MEAN
      c54df4be cmake: Modernize add_definitions calls to add_compile_definitions
      1cda2290 cmake: Compile with WIN32_LEAN_AND_MEAN on Windows

Matthew Woehlke (2):
      d5b086a9 SystemTools: Fix compilation on Windows with WIN32_LEAN_AND_MEAN
      bd32c8f4 SystemInformation: Fix compilation on Windows with WIN32_LEAN_AND_MEAN
This commit is contained in:
KWSys Upstream
2026-08-08 10:32:49 -04:00
committed by Brad King
parent 0add8c6329
commit 40ee224f0a
5 changed files with 17 additions and 10 deletions
+2
View File
@@ -23,6 +23,8 @@
#if defined(_WIN32)
# include <windows.h>
# include <shellapi.h>
#else
# include <signal.h>
# include <unistd.h>