summaryrefslogtreecommitdiff
path: root/src/glog/logging.h.in
diff options
context:
space:
mode:
authorShinichiro Hamaji <shinichiro.hamaji@gmail.com>2017-08-10 00:06:08 +0900
committerGitHub <noreply@github.com>2017-08-10 00:06:08 +0900
commit2a6df66252d266080489c310b8146e63b66b2add (patch)
tree926c269f0c4ac382669bd19134824cb3dfb46227 /src/glog/logging.h.in
parent246a5896f12e992188115bf2c7dbcc5242c61271 (diff)
parent1bfae38300bb43357d14050728fdc4834b29dbb9 (diff)
downloadglog-2a6df66252d266080489c310b8146e63b66b2add.tar.gz
glog-2a6df66252d266080489c310b8146e63b66b2add.tar.bz2
glog-2a6df66252d266080489c310b8146e63b66b2add.zip
Merge pull request #228 from sergiud/dll-export-fix
Fix for missing exports (fixes #227)
Diffstat (limited to 'src/glog/logging.h.in')
-rw-r--r--src/glog/logging.h.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/glog/logging.h.in b/src/glog/logging.h.in
index 7b04c1b..5cf4555 100644
--- a/src/glog/logging.h.in
+++ b/src/glog/logging.h.in
@@ -931,7 +931,8 @@ struct CompileAssert {
struct CrashReason;
// Returns true if FailureSignalHandler is installed.
-bool IsFailureSignalHandlerInstalled();
+// Needs to be exported since it's used by the signalhandler_unittest.
+GOOGLE_GLOG_DLL_DECL bool IsFailureSignalHandlerInstalled();
} // namespace glog_internal_namespace_
#define LOG_EVERY_N(severity, n) \