diff options
Diffstat (limited to 'src/w32.c')
-rw-r--r-- | src/w32.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/w32.c b/src/w32.c index 647faf94ef1..f34d98bc1b8 100644 --- a/src/w32.c +++ b/src/w32.c @@ -127,7 +127,7 @@ typedef struct _PROCESS_MEMORY_COUNTERS_EX { #define SDDL_REVISION_1 1 #endif /* SDDL_REVISION_1 */ -#ifdef _MSC_VER +#ifndef MAXIMUM_REPARSE_DATA_BUFFER_SIZE /* MSVC doesn't provide the definition of REPARSE_DATA_BUFFER and the associated macros, except on ntifs.h, which cannot be included because it triggers conflicts with other Windows API headers. So |