X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=dosdemo;a=blobdiff_plain;f=src%2Fdos%2Finttypes.h;h=4d40ee2b826a2d921d2f96b0bbf42470c27006b9;hp=14d6395043d8ac15bdad383ec6121e178dac84dc;hb=637ca39c29b03bd3a2beb99521753e83c043283f;hpb=b9ebecd3c02d5a5570d9b64190d76da78edb2d64 diff --git a/src/dos/inttypes.h b/src/dos/inttypes.h index 14d6395..4d40ee2 100644 --- a/src/dos/inttypes.h +++ b/src/dos/inttypes.h @@ -18,7 +18,8 @@ along with this program. If not, see . #ifndef INT_TYPES_H_ #define INT_TYPES_H_ -#if defined(__WATCOMC__) && __WATCOMC__ < 0x1200 +/*#if defined(__WATCOMC__) && __WATCOMC__ < 0x1200*/ +#if defined(__DOS__) || defined(__MSDOS__) typedef char int8_t; typedef short int16_t; typedef long int32_t;