ITS#8324 More for Win32 NTDLL junk

Use GetProcAddress at runtime, avoid buildtime NTDLL link issues
This commit is contained in:
Howard Chu 2018-02-18 21:05:56 +00:00
parent 4f80c50730
commit b372ec4375
No known key found for this signature in database
GPG key ID: FD2A70B44AB11BA7
3 changed files with 31 additions and 14 deletions

View file

@ -24,8 +24,8 @@ W = -W -Wall -Wno-unused-parameter -Wbad-function-cast -Wuninitialized
THREADS = -pthread
OPT = -O2 -g
CFLAGS = $(THREADS) $(OPT) $(W) $(XCFLAGS)
LDLIBS = # -lntdll # Windows needs ntdll
SOLIBS = # -lntdll
LDLIBS =
SOLIBS =
prefix = /usr/local
exec_prefix = $(prefix)
bindir = $(exec_prefix)/bin