win: fix declaration of SetCurrentProcessExplicitAppUserModelID

This commit is contained in:
GH Cao
2020-02-04 22:08:05 +08:00
parent 3b6cc393eb
commit 8e8492baed
3 changed files with 4 additions and 2 deletions

View File

@@ -729,7 +729,7 @@ endif
ifneq ($(WX), n)
LIBS += $(WX_LIBS) -lm
endif
LIBS += -lpng -lz -lwsock32 -liphlpapi -ldinput8 -lSDL2 -limm32 -lhid -lsetupapi -loleaut32 -lversion -lwinmm -static -lstdc++
LIBS += -lpng -lz -lwsock32 -lshell32 -liphlpapi -ldinput8 -lSDL2 -limm32 -lhid -lsetupapi -loleaut32 -lversion -lwinmm -static -lstdc++
ifneq ($(X64), y)
LIBS += -Wl,--large-address-aware
endif