From 61f570e82a9334ef13f794b9149013feeb1a2ab1 Mon Sep 17 00:00:00 2001 From: Eric Fiselier Date: Tue, 30 Aug 2016 03:41:58 -0600 Subject: [PATCH] Fix #202 - Document Windows dependency on shlwapi.lib --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 0c081ff8..5c1f4394 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,8 @@ Discussion group: https://groups.google.com/d/forum/benchmark-discuss IRC channel: https://freenode.net #googlebenchmark +[Known issues for common problems](#known-issues) + ## Example usage ### Basic usage Define a function that executes the code to be measured. @@ -567,3 +569,10 @@ Anything older *may* work. Note: Using the library and its headers in C++03 is supported. C++11 is only required to build the library. + +# Known Issues + +### Windows + +* Users must manually link `shlwapi.lib`. Failure to do so may result +in resolved symbols. \ No newline at end of file