mirror of
https://github.com/gperftools/gperftools
synced 2024-12-21 23:09:57 +00:00
[win32] amend and unbreak previous NOMINMAX fix
This commit is contained in:
parent
d2c89ba534
commit
a5cfd38884
@ -16,7 +16,9 @@
|
||||
|
||||
// windows.h whatevevs defines min and max preprocessor macros and
|
||||
// that breaks ::max() in various places (like numeric_limits)
|
||||
#ifndef NOMINMAX
|
||||
#define NOMINMAX
|
||||
#endif
|
||||
|
||||
#ifndef GOOGLE_PERFTOOLS_WINDOWS_CONFIG_H_
|
||||
#define GOOGLE_PERFTOOLS_WINDOWS_CONFIG_H_
|
||||
|
Loading…
Reference in New Issue
Block a user