mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-04-19 21:11:57 -04: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
|
#ifndef PORTMACRO_H
|
||||||
#define PORTMACRO_H
|
#define PORTMACRO_H
|
||||||
|
|
||||||
#include <Windows.h>
|
#include <windows.h>
|
||||||
#include <WinBase.h>
|
#include <winbase.h>
|
||||||
|
|
||||||
/******************************************************************************
|
/******************************************************************************
|
||||||
Defines
|
Defines
|
||||||
|
|
Loading…
Reference in a new issue