Remove use of mingw-std-threads

Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
falkTX 2023-04-22 19:41:20 +02:00
parent 792a3405b0
commit 57cea708dc
No known key found for this signature in database
GPG key ID: CDBAA37ABC74FBA0
10 changed files with 0 additions and 112 deletions

View file

@ -1356,7 +1356,6 @@ BASE_FLAGS += -D_USE_MATH_DEFINES
BASE_FLAGS += -DWIN32_LEAN_AND_MEAN
BASE_FLAGS += -D_WIN32_WINNT=0x0600
BASE_FLAGS += -I../include/mingw-compat
BASE_FLAGS += -I../include/mingw-std-threads
endif
ifeq ($(USE_GLES2),true)