diff options
Diffstat (limited to 'lglob.h')
| -rw-r--r-- | lglob.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ /* - * Copyright (C) 1984-2017 Mark Nudelman + * Copyright (C) 1984-2019 Mark Nudelman * * You may distribute under the terms of either the GNU General Public * License or the Less License, as specified in the README file. @@ -56,7 +56,7 @@ char ext[_MAX_EXT]; \ int handle; #else -#if MSDOS_COMPILER==WIN32C && defined(_MSC_VER) +#if MSDOS_COMPILER==WIN32C && (defined(_MSC_VER) || defined(MINGW)) #define GLOB_FIRST_NAME(filename,fndp,h) h = _findfirst(filename, fndp) #define GLOB_FIRST_FAILED(handle) ((handle) == -1) |
