X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=packihx%2Fpackihx.c;h=a9cf4e7a48785ed808036485f68faf3dc81f66a2;hb=3e1e4fc13111f5489f95ecda44ab105fcfa058d3;hp=6dbb180b7833dc4a5b0bbffd41857aacf69e1693;hpb=887ea512334ee13d5fb343526ec50e8e0eec9d37;p=fw%2Fsdcc diff --git a/packihx/packihx.c b/packihx/packihx.c index 6dbb180b..a9cf4e7a 100644 --- a/packihx/packihx.c +++ b/packihx/packihx.c @@ -14,7 +14,7 @@ #include #include -#if defined(_MSC_VER) +#if defined(_MSC_VER) || defined(__BORLANDC__) typedef unsigned char Uint8 ; typedef unsigned Uint16 ;