Merge pull request #49 from brunompena/master
Fix MinGW compilation under Windows.
This commit is contained in:
commit
7c41acd418
|
@ -30,6 +30,7 @@
|
||||||
|
|
||||||
#ifdef __Windows__
|
#ifdef __Windows__
|
||||||
#include <windows.h>
|
#include <windows.h>
|
||||||
|
#include <winerror.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef __Windows__
|
#ifdef __Windows__
|
||||||
|
|
Loading…
Reference in New Issue