diff options
Diffstat (limited to 'pc/config.h')
-rw-r--r-- | pc/config.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/pc/config.h b/pc/config.h index 1cdcd72e..c0295f16 100644 --- a/pc/config.h +++ b/pc/config.h @@ -556,5 +556,9 @@ #if defined(_MSC_VER) || defined(__MINGW32__) # define WEXITSTATUS(stat_val) ((stat_val) & ~0xC0000000) #endif + +#ifdef __MINGW32__ +#define HAVE_USLEEP 1 +#endif /* #define NO_LINT 1 */ |