Removing ITOSA* and ITAppleEvent* classes from ITFoundation, and updating
[ITFoundation.git] / ITCarbonSupport.h
index 9e69748..1414068 100755 (executable)
@@ -1,5 +1,4 @@
 #import <Foundation/Foundation.h>
-#import <Carbon/Carbon.h>
 
-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