mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03:00
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:
committed by
Brad King
parent
0add8c6329
commit
40ee224f0a
@@ -23,6 +23,8 @@
|
||||
|
||||
#if defined(_WIN32)
|
||||
# include <windows.h>
|
||||
|
||||
# include <shellapi.h>
|
||||
#else
|
||||
# include <signal.h>
|
||||
# include <unistd.h>
|
||||
|
||||
Reference in New Issue
Block a user