Skip to content

Commit

Permalink
Don't #undef GLOG_MSVC_*
Browse files Browse the repository at this point in the history
They are necessary because GLOG_MSVC_* will be expanded at DCHECK
  • Loading branch information
shinh committed Jul 17, 2012
1 parent 62eead2 commit 207865d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions src/glog/logging.h.in
Original file line number Diff line number Diff line change
Expand Up @@ -1544,7 +1544,4 @@ GOOGLE_GLOG_DLL_DECL void InstallFailureWriter(

@ac_google_end_namespace@

#undef GLOG_MSVC_PUSH_DISABLE_WARNING
#undef GLOG_MSVC_POP_WARNING

#endif // _LOGGING_H_
3 changes: 0 additions & 3 deletions src/windows/glog/logging.h
Original file line number Diff line number Diff line change
Expand Up @@ -1548,7 +1548,4 @@ GOOGLE_GLOG_DLL_DECL void InstallFailureWriter(

}

#undef GLOG_MSVC_PUSH_DISABLE_WARNING
#undef GLOG_MSVC_POP_WARNING

#endif // _LOGGING_H_

0 comments on commit 207865d

Please sign in to comment.