mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-07-04 10:58:48 +02:00
Change the header file name into lower case so it can work on GNU/Linux for MinGW cross-compiling. (#144)
This commit is contained in:
parent
148c81a7bc
commit
82fdc1c3ee
@ -28,8 +28,8 @@
|
||||
#ifndef PORTMACRO_H
|
||||
#define PORTMACRO_H
|
||||
|
||||
#include <Windows.h>
|
||||
#include <WinBase.h>
|
||||
#include <windows.h>
|
||||
#include <winbase.h>
|
||||
|
||||
/******************************************************************************
|
||||
Defines
|
||||
|
Loading…
x
Reference in New Issue
Block a user