Removing ITOSA* and ITAppleEvent* classes from ITFoundation, and updating
[ITFoundation.git] / ITCarbonSupport.m
index ed6a35c..75c5e53 100755 (executable)
@@ -1,9 +1,9 @@
 #import "ITCarbonSupport.h"
 
-NSString *NSStringFromFourCharCode(FourCharCode code) {
+NSString *NSStringFromFourCharCode(unsigned long code) {
     return [NSString stringWithUTF8String:&code];
 }
 
-FourCharCode FourCharCodeFromNSString(NSString *string) {
+unsigned long FourCharCodeFromNSString(NSString *string) {
     return (*((unsigned long*)[string UTF8String]));
 }
\ No newline at end of file