cmake: remove config.h from public headers (closes #238)
[platform/upstream/glog.git] / src / stacktrace_windows-inl.h
index c747d96..7263188 100644 (file)
@@ -38,7 +38,6 @@
 
 _START_GOOGLE_NAMESPACE_
 
-GOOGLE_GLOG_DLL_DECL
 int GetStackTrace(void** result, int max_depth, int skip_count) {
   if (max_depth > 64) {
     max_depth = 64;