X-Git-Url: http://git.ithinksw.org/ITFoundation.git/blobdiff_plain/a562b4a9e91163116b73f2df7d6589d812d2278e..3d646c75403df6d5324833a701723a765555177f:/ITCarbonSupport.h diff --git a/ITCarbonSupport.h b/ITCarbonSupport.h index 9e69748..1414068 100755 --- a/ITCarbonSupport.h +++ b/ITCarbonSupport.h @@ -1,5 +1,4 @@ #import -#import -NSString *NSStringFromFourCharCode(FourCharCode code); -FourCharCode FourCharCodeFromNSString(NSString *string); \ No newline at end of file +NSString *NSStringFromFourCharCode(unsigned long code); +unsigned long FourCharCodeFromNSString(NSString *string); \ No newline at end of file