mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-09-12 09:07:46 -04:00
Change the header file name into lower case so it can work on GNU/Linux for MinGW cross-compiling.
This commit is contained in:
parent
d7fd5a1195
commit
7a1749920a
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue