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:
Jean-Michaël Celerier
2025-01-21 09:25:11 +00:00
committed by GitHub
parent 229c6d04fe
commit aa07749f46

View File

@@ -6,7 +6,8 @@
#ifdef _WIN32
# ifndef _MSC_VER
# include <cstdio>
# include <errno.h>
# include <stdio.h>
# endif
# define WIN32_LEAN_AND_MEAN
# ifndef NOMINMAX