diff --git a/CCache/ccache.h b/CCache/ccache.h index dcbb03f0c..a79d88322 100644 --- a/CCache/ccache.h +++ b/CCache/ccache.h @@ -20,7 +20,9 @@ #include #include #else -#define _WIN32_WINNT 0x0500 +#ifndef _WIN32_WINNT + #define _WIN32_WINNT 0x0500 +#endif #include #include #endif