Skip to content

Commit

Permalink
README: Add missing Windows shell32.lib dependency
Browse files Browse the repository at this point in the history
The Windows API function `SHCreateItemFromParsingName` is found in `shell32.lib`.

Resolves #79.
  • Loading branch information
btzy authored Oct 29, 2022
1 parent 31df8e3 commit 74923e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ Make sure `libdbus-1-dev` is installed on your system.
On MacOS, add `AppKit` and `UniformTypeIdentifiers` to the list of frameworks.
### Windows
On Windows (both MSVC and MinGW), ensure you are building against `ole32.lib` and `uuid.lib`.
On Windows (both MSVC and MinGW), ensure you are building against `ole32.lib`, `uuid.lib`, and `shell32.lib`.
# Usage
Expand Down

0 comments on commit 74923e7

Please sign in to comment.