Link to DbgHelp using pre-processor directive
[platform/upstream/glog.git] / src / demangle.cc
index 7852043..4b33580 100644 (file)
@@ -40,6 +40,7 @@
 
 #if defined(OS_WINDOWS)
 #include <DbgHelp.h>
+#pragma comment(lib, "DbgHelp")
 #endif
 
 _START_GOOGLE_NAMESPACE_