fix mingw

This commit is contained in:
SchrodingerZhu
2020-03-08 22:13:49 +08:00
parent 51e919385f
commit 65de3c41bc
4 changed files with 16 additions and 3 deletions

View File

@@ -2,7 +2,9 @@
#if defined(_WIN32)
# define WIN32_LEAN_AND_MEAN
# define NOMINMAX
# ifndef NOMINMAX
# define NOMINMAX
# endif
# include <windows.h>
// Needs to be included after windows.h
# include <psapi.h>