#!/bin/sh
#
# getTypeCasts - Return various typecasts required for portability
#


# By default these do not need to be cast. The do on UnixWare7

echo "#define BITMAP_DIMENSION_CAST  (unsigned int)"
echo "#define BITMAP_DATA_CAST       (char *)"

