summaryrefslogtreecommitdiffstats
path: root/src/common/logging
diff options
context:
space:
mode:
authorJames Rowe <jroweboy@gmail.com>2017-07-01 16:45:42 +0200
committerGitHub <noreply@github.com>2017-07-01 16:45:42 +0200
commit22e7402ab1d79a7bc40527797bb5ec97e863ef3e (patch)
tree93f480d5aed1994036379c34cc56898a90d9248f /src/common/logging
parentMerge pull request #2793 from Subv/replyandreceive (diff)
parentRemove unnecessary WIN32_LEAN_AND_MEAN macro definition (diff)
downloadyuzu-22e7402ab1d79a7bc40527797bb5ec97e863ef3e.tar
yuzu-22e7402ab1d79a7bc40527797bb5ec97e863ef3e.tar.gz
yuzu-22e7402ab1d79a7bc40527797bb5ec97e863ef3e.tar.bz2
yuzu-22e7402ab1d79a7bc40527797bb5ec97e863ef3e.tar.lz
yuzu-22e7402ab1d79a7bc40527797bb5ec97e863ef3e.tar.xz
yuzu-22e7402ab1d79a7bc40527797bb5ec97e863ef3e.tar.zst
yuzu-22e7402ab1d79a7bc40527797bb5ec97e863ef3e.zip
Diffstat (limited to 'src/common/logging')
-rw-r--r--src/common/logging/text_formatter.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/common/logging/text_formatter.cpp b/src/common/logging/text_formatter.cpp
index 9d423766f..f71e748d1 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