X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=dosdemo;a=blobdiff_plain;f=libs%2Fimago%2Fsrc%2Finttypes.h;h=bfa5d5c2b116bfa4d529e6f0f3478dad791bdbe7;hp=6f941adf761bf08cb78736388ce138e581136915;hb=637ca39c29b03bd3a2beb99521753e83c043283f;hpb=b9ebecd3c02d5a5570d9b64190d76da78edb2d64 diff --git a/libs/imago/src/inttypes.h b/libs/imago/src/inttypes.h index 6f941ad..bfa5d5c 100644 --- a/libs/imago/src/inttypes.h +++ b/libs/imago/src/inttypes.h @@ -18,7 +18,7 @@ along with this program. If not, see . #ifndef INT_TYPES_H_ #define INT_TYPES_H_ -#if defined(__DOS__) || defined(WIN32) +#if defined(__DOS__) || defined(__MSDOS__) || defined(WIN32) typedef char int8_t; typedef short int16_t; typedef long int32_t;