summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKloen <kloen@outlawkiwi.com>2017-06-30 01:57:37 +0200
committerKloen <kloen@outlawkiwi.com>2017-06-30 01:59:55 +0200
commit0e428823f0c703b1e1e72882aef9ad9b0032afca (patch)
tree93f480d5aed1994036379c34cc56898a90d9248f /src
parentMerge pull request #2793 from Subv/replyandreceive (diff)
downloadyuzu-0e428823f0c703b1e1e72882aef9ad9b0032afca.tar
yuzu-0e428823f0c703b1e1e72882aef9ad9b0032afca.tar.gz
yuzu-0e428823f0c703b1e1e72882aef9ad9b0032afca.tar.bz2
yuzu-0e428823f0c703b1e1e72882aef9ad9b0032afca.tar.lz
yuzu-0e428823f0c703b1e1e72882aef9ad9b0032afca.tar.xz
yuzu-0e428823f0c703b1e1e72882aef9ad9b0032afca.tar.zst
yuzu-0e428823f0c703b1e1e72882aef9ad9b0032afca.zip
Diffstat (limited to '')
-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