Merge pull request #116 from pcc/fix2

Fix autotools build.
This commit is contained in:
Fumitoshi Ukai 2016-10-19 16:06:38 +09:00 committed by GitHub
commit 7cff62028c
2 changed files with 1 additions and 9 deletions

View File

@ -178,12 +178,3 @@
/* Puts following code inside the Google namespace */ /* Puts following code inside the Google namespace */
#undef _START_GOOGLE_NAMESPACE_ #undef _START_GOOGLE_NAMESPACE_
// Annoying stuff for windows -- makes sure clients can import these functions
#ifndef GOOGLE_GLOG_DLL_DECL
# if defined(_WIN32) && !defined(__CYGWIN__)
# define GOOGLE_GLOG_DLL_DECL __declspec(dllimport)
# else
# define GOOGLE_GLOG_DLL_DECL
# endif
#endif

View File

@ -71,6 +71,7 @@
#define BASE_DEMANGLE_H_ #define BASE_DEMANGLE_H_
#include "config.h" #include "config.h"
#include "glog/logging.h"
_START_GOOGLE_NAMESPACE_ _START_GOOGLE_NAMESPACE_