Merge pull request #49 from brunompena/master

Fix MinGW compilation under Windows.
This commit is contained in:
Daniel Beer 2018-03-02 07:28:03 +13:00 committed by GitHub
commit 7c41acd418
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -30,6 +30,7 @@
#ifdef __Windows__
#include <windows.h>
#include <winerror.h>
#endif
#ifdef __Windows__