yes
[fw/sdcc] / packihx / packihx.c
index 6dbb180b7833dc4a5b0bbffd41857aacf69e1693..a9cf4e7a48785ed808036485f68faf3dc81f66a2 100644 (file)
@@ -14,7 +14,7 @@
 #include <ctype.h>
 #include <assert.h>
 
-#if defined(_MSC_VER)
+#if defined(_MSC_VER) || defined(__BORLANDC__)
 
 typedef unsigned char Uint8 ;
 typedef unsigned Uint16 ;