X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=imago%2Fsrc%2Fbyteord.h;fp=imago%2Fsrc%2Fbyteord.h;h=c3c385863aa3a5fb0b7695196a2241c66af4d9f5;hb=f138909ecb1ff7fefe587be7e315b859d6d11c5c;hp=dcec6e2a254b646d3447643f7a9c504d6f4a897b;hpb=d24c217a0e44402bf3ea1b1392a5514cae4f0a25;p=dos_imgv diff --git a/imago/src/byteord.h b/imago/src/byteord.h index dcec6e2..c3c3858 100644 --- a/imago/src/byteord.h +++ b/imago/src/byteord.h @@ -23,7 +23,8 @@ along with this program. If not, see . #else #include #endif -#if defined(__DOS__) || defined(DOS) + +#if defined(__WATCOMC__) && __WATCOMC__ < 1200 typedef signed char int8_t; typedef unsigned char uint8_t; typedef short int16_t;