summaryrefslogtreecommitdiff
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
commit2c2e3bb07ff5bfef9b90617c9eaa6003fb482e6f (patch)
tree344548e468d47fa5788cfe7f01e9f65b815b23f6 /src/gtest-internal-inl.h
parent67305a03479ba5b281b1b096d1243deee636b429 (diff)
downloadgtest-2c2e3bb07ff5bfef9b90617c9eaa6003fb482e6f.tar.gz
gtest-2c2e3bb07ff5bfef9b90617c9eaa6003fb482e6f.tar.bz2
gtest-2c2e3bb07ff5bfef9b90617c9eaa6003fb482e6f.tar.xz
Improves support for building Google Test as Windows DLL.
git-svn-id: http://googletest.googlecode.com/svn/trunk@423 861a406c-534a-0410-8894-cb66d6ee9925
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 855b215..a3cda75 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.