Cleanup Window stuff, move calls into the UI directly

Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
falkTX 2021-10-17 23:47:56 +01:00
parent 4f8db21a9e
commit 4a5e71eb7f
No known key found for this signature in database
GPG key ID: CDBAA37ABC74FBA0
3 changed files with 59 additions and 71 deletions

View file

@ -107,8 +107,8 @@ BASE_FLAGS += -pthread
ifeq ($(WINDOWS),true)
BASE_FLAGS += -D_USE_MATH_DEFINES
BASE_FLAGS += -Imingw-compat
BASE_FLAGS += -Imingw-std-threads
BASE_FLAGS += -I../include/mingw-compat
BASE_FLAGS += -I../include/mingw-std-threads
endif
BUILD_C_FLAGS += -std=gnu11