Files
Vaughn Nugent dea263ba02 Windows updates and Visual Studio fixes (#360)
* fix: lzcnt intrinstic msvc/clang update
* build: require c11 and enable /experimental:c11atomics for stdatomic support
* build: update MSVC to v143
* feat: Enable msvc WIN32_LEAN_AND_MEAN

Added a definition for WIN32_LEAN_AND_MEAN before the inclusion of the windows.h header file to enable minimal msvc features. Also calms the winioctl c4668 warnings since the headers are no longer being included.
2025-10-25 15:21:34 +02:00
..