The Win32 simulator port unconditionally includes <timeapi.h>.
This header is available when building with MSVC, but is not
consistently available when building with MinGW-w64 GCC.
As a result, the Win32 port fails to compile with MinGW unless
manual changes are applied.
OS: Windows 11 25h2
Compiler: MinGW-w64 GCC
FreeRTOS-Kernel: v11.x / main
Port: Win32 simulator
fatal error: timeapi.h: No such file or directory