Xplatcppwindowsdll Updated Jun 2026

Updated the xplatcppwindowsdll component for improved stability on Windows 11.

// platform_api.h #ifdef _WIN32 #ifdef XPLATCPP_EXPORTS #define PLATFORM_API __declspec(dllexport) #else #define PLATFORM_API __declspec(dllimport) #endif #else #define PLATFORM_API __attribute__((visibility("default"))) #endif xplatcppwindowsdll updated

Starting with the April 2026 security update, Microsoft is removing trust for kernel drivers signed by the deprecated cross-signed root program. Only drivers passing the Windows Hardware Compatibility Program (WHCP) will be allowed to load, strengthening system integrity. Secure Boot Updates: strengthening system integrity. Secure Boot Updates: