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