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

pull/157/head^2
Ming Yue 4 years ago committed by GitHub
parent 148c81a7bc
commit 82fdc1c3ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save