mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2026-01-21 09:10:37 -05:00
bugfix/mingw-timeapi
This commit is contained in:
parent
7d6890e650
commit
c90321712e
1 changed files with 5 additions and 1 deletions
|
|
@ -39,7 +39,11 @@
|
|||
#include <winsock.h>
|
||||
#endif
|
||||
|
||||
#include <timeapi.h>
|
||||
#ifdef _MSC_VER
|
||||
#include <timeapi.h>
|
||||
#else
|
||||
#include <mmsystem.h>
|
||||
#endif
|
||||
|
||||
#ifdef __GNUC__
|
||||
#include "mmsystem.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue