diff options
Diffstat (limited to 'indra/llcommon/llwin32headers.h')
-rw-r--r-- | indra/llcommon/llwin32headers.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/llcommon/llwin32headers.h b/indra/llcommon/llwin32headers.h index 8534ed6298..cf85067d95 100644 --- a/indra/llcommon/llwin32headers.h +++ b/indra/llcommon/llwin32headers.h @@ -34,6 +34,8 @@ #undef WIN32_LEAN_AND_MEAN #include <winsock2.h> #include <windows.h> +// reset to default, which is lean +#define WIN32_LEAN_AND_MEAN #undef NOMINMAX #endif |