summaryrefslogtreecommitdiffstats
path: root/googletest/include/gtest/internal/custom/gtest-port.h
diff options
context:
space:
mode:
authorVictor Costan <pwnall@chromium.org>2017-05-04 09:47:19 (GMT)
committerVictor Costan <pwnall@chromium.org>2017-05-04 17:19:47 (GMT)
commitb7cf4414d9c223137b893902b250660180c83de1 (patch)
treea3a397cbda73d2cb9ebf99f468d461f8679f07b5 /googletest/include/gtest/internal/custom/gtest-port.h
parent0ad83afdaa3319dadd9f03299bd62f93e6afe2d3 (diff)
downloadgoogletest-b7cf4414d9c223137b893902b250660180c83de1.zip
googletest-b7cf4414d9c223137b893902b250660180c83de1.tar.gz
googletest-b7cf4414d9c223137b893902b250660180c83de1.tar.bz2
Pick up GTEST_API_ definition in gtest/internal/custom/gtest-port.h.refs/pull/1078/head
This makes it possible for a port to define the specifier used for exported symbols without having to change Google Test.
Diffstat (limited to 'googletest/include/gtest/internal/custom/gtest-port.h')
-rw-r--r--googletest/include/gtest/internal/custom/gtest-port.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/googletest/include/gtest/internal/custom/gtest-port.h b/googletest/include/gtest/internal/custom/gtest-port.h
index 7e744bd..c85f5d5 100644
--- a/googletest/include/gtest/internal/custom/gtest-port.h
+++ b/googletest/include/gtest/internal/custom/gtest-port.h
@@ -61,6 +61,9 @@
// GTEST_EXCLUSIVE_LOCK_REQUIRED_(locks)
// GTEST_LOCK_EXCLUDED_(locks)
//
+// Exporting API symbols:
+// GTEST_API_ - Specifier for exported symbols.
+//
// ** Custom implementation starts here **
#ifndef GTEST_INCLUDE_GTEST_INTERNAL_CUSTOM_GTEST_PORT_H_