Change the header file name into lower case so it can work on GNU/Linux for MinGW cross-compiling.

This commit is contained in:
Ming Yue 2020-08-27 14:43:13 -07:00
parent d7fd5a1195
commit 7a1749920a

View file

@ -28,8 +28,8 @@
#ifndef PORTMACRO_H
#define PORTMACRO_H
#include <Windows.h>
#include <WinBase.h>
#include <windows.h>
#include <winbase.h>
/******************************************************************************
Defines