diff options
author | James Rowe <jroweboy@gmail.com> | 2017-07-01 08:45:42 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-01 08:45:42 -0600 |
commit | 22e7402ab1d79a7bc40527797bb5ec97e863ef3e (patch) | |
tree | 93f480d5aed1994036379c34cc56898a90d9248f /src | |
parent | 56d718b2a1d6385c88c2044f780280a5dfbc6072 (diff) | |
parent | 0e428823f0c703b1e1e72882aef9ad9b0032afca (diff) |
Merge pull request #2814 from Kloen/macro-remove
Remove unnecessary WIN32_LEAN_AND_MEAN macro definition
Diffstat (limited to 'src')
-rw-r--r-- | src/common/logging/text_formatter.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/common/logging/text_formatter.cpp b/src/common/logging/text_formatter.cpp index 9d423766ff..f71e748d13 100644 --- a/src/common/logging/text_formatter.cpp +++ b/src/common/logging/text_formatter.cpp @@ -6,7 +6,6 @@ #include <cstdio> #ifdef _WIN32 -#define WIN32_LEAN_AND_MEAN #include <windows.h> #endif |