pal_windows.h: missing <cerrno> for ENOMEM on MinGW (#733)
Co-authored-by: Matthew Parkinson <mjp41@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
229c6d04fe
commit
aa07749f46
@@ -6,7 +6,8 @@
|
|||||||
|
|
||||||
#ifdef _WIN32
|
#ifdef _WIN32
|
||||||
# ifndef _MSC_VER
|
# ifndef _MSC_VER
|
||||||
# include <cstdio>
|
# include <errno.h>
|
||||||
|
# include <stdio.h>
|
||||||
# endif
|
# endif
|
||||||
# define WIN32_LEAN_AND_MEAN
|
# define WIN32_LEAN_AND_MEAN
|
||||||
# ifndef NOMINMAX
|
# ifndef NOMINMAX
|
||||||
|
|||||||
Reference in New Issue
Block a user