PellesC: Add default -Ze flag to support compilation against Windows APIs 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>