diff options
author | Gennadiy Civil <misterg@google.com> | 2018-08-01 17:26:04 -0400 |
---|---|---|
committer | Gennadiy Civil <misterg@google.com> | 2018-08-01 17:26:04 -0400 |
commit | bbc0ac9b1ad90693a31e177b952cc37e30704911 (patch) | |
tree | 8cc883e8a3b69936c008de036adb69c3a92ee9d3 /googlemock/src | |
parent | 5b9b39ff21db95ad68eeef105563aa71f3a23c32 (diff) | |
parent | e5e2ef7cd27cc089c1d8302a11970ef870554294 (diff) | |
download | googletest-bbc0ac9b1ad90693a31e177b952cc37e30704911.tar.gz googletest-bbc0ac9b1ad90693a31e177b952cc37e30704911.tar.bz2 googletest-bbc0ac9b1ad90693a31e177b952cc37e30704911.zip |
Merge branch 'master' of https://github.com/google/googletest
Diffstat (limited to 'googlemock/src')
-rw-r--r-- | googlemock/src/gmock_main.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/googlemock/src/gmock_main.cc b/googlemock/src/gmock_main.cc index bd5be03b..61821592 100644 --- a/googlemock/src/gmock_main.cc +++ b/googlemock/src/gmock_main.cc @@ -37,7 +37,7 @@ // causes a link error when _tmain is defined in a static library and UNICODE // is enabled. For this reason instead of _tmain, main function is used on // Windows. See the following link to track the current status of this bug: -// http://connect.microsoft.com/VisualStudio/feedback/ViewFeedback.aspx?FeedbackID=394464 // NOLINT +// https://web.archive.org/web/20170912203238/connect.microsoft.com/VisualStudio/feedback/details/394464/wmain-link-error-in-the-static-library // NOLINT #if GTEST_OS_WINDOWS_MOBILE # include <tchar.h> // NOLINT |