Fix example_null Makefile for Mingw (#2590)

This commit is contained in:
ocornut 2021-02-22 14:44:06 +01:00
parent edf135c18d
commit 9b32f7bf2d

View File

@ -61,6 +61,7 @@ ifeq ($(findstring MINGW,$(UNAME_S)),MINGW)
ECHO_MESSAGE = "MinGW"
ifneq ($(WITH_EXTRA_WARNINGS), 0)
CXXFLAGS += -Wextra -Wpedantic
LIBS += -limm32
endif
CFLAGS = $(CXXFLAGS)
endif