remove unused psapi header

This commit is contained in:
FunkyFr3sh 2024-05-10 02:43:40 +02:00
parent 47e1af94d0
commit c90af52dac
2 changed files with 1 additions and 2 deletions

View file

@ -3,7 +3,7 @@
TARGET = ddraw.dll
LDFLAGS = -Wl,--enable-stdcall-fixup -s -static -shared
CFLAGS = -Iinc -O2 -march=i486 -Wall
LIBS = -lgdi32 -lwinmm -lpsapi -ldbghelp -lole32
LIBS = -lgdi32 -lwinmm -ldbghelp -lole32
CC = i686-w64-mingw32-gcc
WINDRES ?= i686-w64-mingw32-windres