diff options
Diffstat (limited to 'pc/config.h')
-rw-r--r-- | pc/config.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/pc/config.h b/pc/config.h index ca19f705..09572ada 100644 --- a/pc/config.h +++ b/pc/config.h @@ -629,7 +629,3 @@ typedef int int32_t; #define strcasecmp stricmp #define strncasecmp strnicmp #endif - -#if defined(__MINGW32__) -# define WEXITSTATUS(stat_val) ((stat_val) & ~0xC0000000) -#endif |