Skip to content

Commit 61f570e

Browse files
committed
Fix #202 - Document Windows dependency on shlwapi.lib
1 parent df7bd92 commit 61f570e

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ Discussion group: https://groups.google.com/d/forum/benchmark-discuss
99

1010
IRC channel: https://freenode.net #googlebenchmark
1111

12+
[Known issues for common problems](#known-issues)
13+
1214
## Example usage
1315
### Basic usage
1416
Define a function that executes the code to be measured.
@@ -567,3 +569,10 @@ Anything older *may* work.
567569

568570
Note: Using the library and its headers in C++03 is supported. C++11 is only
569571
required to build the library.
572+
573+
# Known Issues
574+
575+
### Windows
576+
577+
* Users must manually link `shlwapi.lib`. Failure to do so may result
578+
in resolved symbols.

0 commit comments

Comments
 (0)