Skip to content

Commit 74923e7

Browse files
authored
README: Add missing Windows shell32.lib dependency
The Windows API function `SHCreateItemFromParsingName` is found in `shell32.lib`. Resolves #79.
1 parent 31df8e3 commit 74923e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ Make sure `libdbus-1-dev` is installed on your system.
159159
On MacOS, add `AppKit` and `UniformTypeIdentifiers` to the list of frameworks.
160160
161161
### Windows
162-
On Windows (both MSVC and MinGW), ensure you are building against `ole32.lib` and `uuid.lib`.
162+
On Windows (both MSVC and MinGW), ensure you are building against `ole32.lib`, `uuid.lib`, and `shell32.lib`.
163163
164164
# Usage
165165

0 commit comments

Comments
 (0)