backported build fixes and warnings cleanup from dos
[dosdemo] / src / dos / inttypes.h
index 14d6395..4d40ee2 100644 (file)
@@ -18,7 +18,8 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #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;