diff options
| author | 2017-06-30 01:57:37 +0200 | |
|---|---|---|
| committer | 2017-06-30 01:59:55 +0200 | |
| commit | 0e428823f0c703b1e1e72882aef9ad9b0032afca (patch) | |
| tree | 93f480d5aed1994036379c34cc56898a90d9248f /src/common/logging/text_formatter.cpp | |
| parent | Merge pull request #2793 from Subv/replyandreceive (diff) | |
| download | yuzu-0e428823f0c703b1e1e72882aef9ad9b0032afca.tar.gz yuzu-0e428823f0c703b1e1e72882aef9ad9b0032afca.tar.xz yuzu-0e428823f0c703b1e1e72882aef9ad9b0032afca.zip | |
Remove unnecessary WIN32_LEAN_AND_MEAN macro definition
Diffstat (limited to 'src/common/logging/text_formatter.cpp')
| -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 9d423766f..f71e748d1 100644 --- a/src/common/logging/text_formatter.cpp +++ b/src/common/logging/text_formatter.cpp | |||
| @@ -6,7 +6,6 @@ | |||
| 6 | #include <cstdio> | 6 | #include <cstdio> |
| 7 | 7 | ||
| 8 | #ifdef _WIN32 | 8 | #ifdef _WIN32 |
| 9 | #define WIN32_LEAN_AND_MEAN | ||
| 10 | #include <windows.h> | 9 | #include <windows.h> |
| 11 | #endif | 10 | #endif |
| 12 | 11 | ||