aboutsummaryrefslogtreecommitdiffstats
path: root/src/gtest-internal-inl.h
diff options
context:
space:
mode:
authorvladlosev <vladlosev@861a406c-534a-0410-8894-cb66d6ee9925>2010-05-05 13:09:35 +0000
committervladlosev <vladlosev@861a406c-534a-0410-8894-cb66d6ee9925>2010-05-05 13:09:35 +0000
commitc476707e82f8db4974912594fbf419326973cb2a (patch)
tree344548e468d47fa5788cfe7f01e9f65b815b23f6 /src/gtest-internal-inl.h
parent520f623c5940686b0827eff8b608c4b68aa557d6 (diff)
downloadgoogletest-c476707e82f8db4974912594fbf419326973cb2a.tar.gz
googletest-c476707e82f8db4974912594fbf419326973cb2a.tar.bz2
googletest-c476707e82f8db4974912594fbf419326973cb2a.zip
Improves support for building Google Test as Windows DLL.
Diffstat (limited to 'src/gtest-internal-inl.h')
-rw-r--r--src/gtest-internal-inl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gtest-internal-inl.h b/src/gtest-internal-inl.h
index 855b2155..a3cda754 100644
--- a/src/gtest-internal-inl.h
+++ b/src/gtest-internal-inl.h
@@ -977,7 +977,7 @@ GTEST_API_ void ParseGoogleTestFlagsOnly(int* argc, wchar_t** argv);
// Returns the message describing the last system error, regardless of the
// platform.
-String GetLastErrnoDescription();
+GTEST_API_ String GetLastErrnoDescription();
#if GTEST_OS_WINDOWS
// Provides leak-safe Windows kernel handle ownership.