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:
Ming Yue 2020-08-28 14:59:30 -07:00 committed by GitHub
parent 148c81a7bc
commit 82fdc1c3ee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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