cross compile on UNIX with open watcom, and cleanup watdpmi
[dos_imgv] / imago / src / byteord.h
index dcec6e2..c3c3858 100644 (file)
@@ -23,7 +23,8 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #else
 #include <sys/types.h>
 #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;