summaryrefslogtreecommitdiffstats
path: root/Mac/Lib/lib-toolbox/Components.py
diff options
context:
space:
mode:
Diffstat (limited to 'Mac/Lib/lib-toolbox/Components.py')
-rw-r--r--Mac/Lib/lib-toolbox/Components.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/Mac/Lib/lib-toolbox/Components.py b/Mac/Lib/lib-toolbox/Components.py
index 338feeb..aa7631f 100644
--- a/Mac/Lib/lib-toolbox/Components.py
+++ b/Mac/Lib/lib-toolbox/Components.py
@@ -1,7 +1,8 @@
# Generated from 'flap:Metrowerks:Metrowerks CodeWarrior:MacOS Support:Headers:Universal Headers:Components.h'
-kAppleManufacturer = 'appl'
-kComponentResourceType = 'thng'
+def FOUR_CHAR_CODE(x): return x
+kAppleManufacturer = FOUR_CHAR_CODE('appl')
+kComponentResourceType = FOUR_CHAR_CODE('thng')
kAnyComponentType = 0
kAnyComponentSubType = 0
kAnyComponentManufacturer = 0