diff options
| author | Shawn Hoffman <godisgovernment@gmail.com> | 2020-08-21 18:06:42 -0700 |
|---|---|---|
| committer | Shawn Hoffman <godisgovernment@gmail.com> | 2020-08-23 13:57:05 -0700 |
| commit | 12ea56a6b2249b4efc2a2ee2524191cc5fe8eb2b (patch) | |
| tree | 4514edf5cc1cee9a27dde9d15f480d9237f628b4 /Source/Core/Common | |
| parent | 181e0dba21b78a23df9a459fc01b870ccf0466e9 (diff) | |
remove extraneous WIN32_LEAN_AND_MEAN definition
Diffstat (limited to 'Source/Core/Common')
| -rw-r--r-- | Source/Core/Common/Semaphore.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Source/Core/Common/Semaphore.h b/Source/Core/Common/Semaphore.h index d132288f2a..731d070929 100644 --- a/Source/Core/Common/Semaphore.h +++ b/Source/Core/Common/Semaphore.h @@ -6,9 +6,6 @@ #ifdef _WIN32 -#ifndef WIN32_LEAN_AND_MEAN -#define WIN32_LEAN_AND_MEAN -#endif #include <Windows.h> namespace Common |
