Merge pull request #13 from DavidKinder/master

Remove references to shlwapi.dll, which is no longer needed. I'm merging this PR myself as it only affects Windows-only files.
This commit is contained in:
David Kinder 2022-05-09 19:15:12 +01:00 committed by GitHub
commit 2aca05e8e2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 2 deletions

View file

@ -74,7 +74,7 @@ INWEB = inweb/Tangled/inweb
{end-define}
{define: link to: TO from: FROM ?options: OPTS}
x86_64-w64-mingw32-clang $(CCOPTS) -g -o {TO} {FROM} -lshlwapi {OPTS}
x86_64-w64-mingw32-clang $(CCOPTS) -g -o {TO} {FROM} {OPTS}
{end-define}
# Where:

View file

@ -25,7 +25,6 @@ on a POSIX operating system.
#include <windows.h>
#include <shellapi.h>
#include <shlobj.h>
#include <shlwapi.h>
#undef IN
#undef OUT