diff options
| author | Luke Dashjr <[email protected]> | 2017-08-21 14:59:17 +0000 |
|---|---|---|
| committer | Luke Dashjr <[email protected]> | 2020-08-20 17:55:06 +0000 |
| commit | 1ccb9f30c040daf688f89f0d63e9f5e7b131d193 (patch) | |
| tree | 73b4f95461bf51ca05018d2a823fe437bd7c5172 /src/compat.h | |
| parent | Merge #19750: refactor: remove unused c-string variant of atoi64() (diff) | |
| download | discoin-1ccb9f30c040daf688f89f0d63e9f5e7b131d193.tar.xz discoin-1ccb9f30c040daf688f89f0d63e9f5e7b131d193.zip | |
Move Win32 defines to configure.ac to ensure they are globally defined
common.vcxproj used for MSVC builds
Diffstat (limited to 'src/compat.h')
| -rw-r--r-- | src/compat.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/compat.h b/src/compat.h index 68f6eb692..0be02cae0 100644 --- a/src/compat.h +++ b/src/compat.h @@ -11,9 +11,6 @@ #endif #ifdef WIN32 -#ifndef WIN32_LEAN_AND_MEAN -#define WIN32_LEAN_AND_MEAN 1 -#endif #ifndef NOMINMAX #define NOMINMAX #endif |