diff options
Diffstat (limited to 'winsup/mingw/include/_mingw.h')
-rw-r--r-- | winsup/mingw/include/_mingw.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/winsup/mingw/include/_mingw.h b/winsup/mingw/include/_mingw.h index cb535b010..71fd1703a 100644 --- a/winsup/mingw/include/_mingw.h +++ b/winsup/mingw/include/_mingw.h @@ -92,11 +92,11 @@ # ifndef __int8 # define __int8 char # endif -# ifndef small -# define small char +# ifndef __small +# define __small char # endif -# ifndef hyper -# define hyper long long +# ifndef __hyper +# define __hyper long long # endif #endif /* __GNUC__ */ |