This commit is contained in:
Gabi Melman 2019-07-24 08:49:59 -04:00 committed by GitHub
parent 1cdf09e9dd
commit e0cf16b7e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 4 deletions

View File

@ -32,10 +32,6 @@
#include <process.h> // _get_pid support
#include <windows.h>
// windows.h leaks NEAR and FAR macros, prevent those from leaking further
#undef NEAR
#undef FAR
#ifdef __MINGW32__
#include <share.h>
#endif