From 3d9fea9e846cd6f67621fd0725d7c682a9350ba8 Mon Sep 17 00:00:00 2001 From: Sergiu Dotenco Date: Thu, 26 Mar 2015 15:50:47 +0100 Subject: [PATCH] export the Demangle function --- src/demangle.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/demangle.h b/src/demangle.h index 9c75915..2653029 100644 --- a/src/demangle.h +++ b/src/demangle.h @@ -77,7 +77,7 @@ _START_GOOGLE_NAMESPACE_ // Demangle "mangled". On success, return true and write the // demangled symbol name to "out". Otherwise, return false. // "out" is modified even if demangling is unsuccessful. -bool Demangle(const char *mangled, char *out, int out_size); +bool GOOGLE_GLOG_DLL_DECL Demangle(const char *mangled, char *out, int out_size); _END_GOOGLE_NAMESPACE_ -- 2.34.1