Fix: [MinGW] Set minimum OS version to Windows XP (#9135)

(cherry picked from commit 356bbbb90a)
This commit is contained in:
Loïc Guilloux
2021-04-29 14:26:08 +02:00
committed by Jonathan G Rennison
parent 4fc433c871
commit 88bc7bd235
5 changed files with 18 additions and 12 deletions

View File

@@ -45,6 +45,7 @@
#include "../error.h"
#include "../scope.h"
#include <atomic>
#include <deque>
#include <string>
#ifdef __EMSCRIPTEN__
# include <emscripten.h>