diff options
Diffstat (limited to 'lib.c')
-rw-r--r-- | lib.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -41,7 +41,7 @@ #include <assert.h> #include "config.h" #include "alloca.h" -#ifdef HAVE_GETENVIRONMENTSTRINGS +#if HAVE_GETENVIRONMENTSTRINGS #define NOMINMAX #include <windows.h> #endif |