FreeRTOS-Kernel/portable/MSVC-MingW
nordync a9cb459206
Win32: Guard timeapi.h include for MinGW compatibility (#1345)
* bugfix/mingw-timeapi

* fix: clean up Windows timer includes

- Removed legacy GCC-specific include block.
- Added compiler-specific headers:
  - MSVC (_MSC_VER): includes <timeapi.h> and links winmm.lib
  - Other compilers: includes <mmsystem.h>
- Ensures cross-compiler compatibility and avoids duplicate headers.

---------

Co-authored-by: Metehan Öztürk <mete_pukkada@outlook.com>
Co-authored-by: Monika Singh <moninom@amazon.com>
2025-12-23 12:01:31 -08:00
..
port.c Win32: Guard timeapi.h include for MinGW compatibility (#1345) 2025-12-23 12:01:31 -08:00
portmacro.h Move windows headers to port.c (#1302) 2025-08-05 19:11:54 +08:00