Huge update to ITFoundation. I've gone through every file (except queue.h
[ITFoundation.git] / ITCarbonSupport.h
old mode 100755 (executable)
new mode 100644 (file)
index 9e69748..063fc36
@@ -1,5 +1,18 @@
+/*
+ *     ITFoundation
+ *     ITCarbonSupport.h
+ *
+ *     Utility functions to convert between FourCharCodes/OSTypes/ResTypes and
+ *             NSStrings.
+ *
+ *     Copyright (c) 2005 by iThink Software.
+ *     All Rights Reserved.
+ *
+ *     $Id$
+ *
+ */
+
 #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