mirror of
https://github.com/Kitware/CMake.git
synced 2026-08-13 17:07:57 +00:00
The Pelles C compiler requires MS extensions to support `__declspec` and other constructs needed to use Windows APIs. Unfortunately the flag also disables standard definitions, so restore them. Issue: #21536 Co-authored-by: Serguei E. Leontiev <leo@sai.msu.ru>