diff options
Diffstat (limited to 'Mac/Lib/Carbon/Components.py')
-rw-r--r-- | Mac/Lib/Carbon/Components.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Mac/Lib/Carbon/Components.py b/Mac/Lib/Carbon/Components.py index 671d3d2..3fbca02 100644 --- a/Mac/Lib/Carbon/Components.py +++ b/Mac/Lib/Carbon/Components.py @@ -3,7 +3,7 @@ def FOUR_CHAR_CODE(x): return x kAppleManufacturer = FOUR_CHAR_CODE('appl') kComponentResourceType = FOUR_CHAR_CODE('thng') -kComponentAliasResourceType = FOUR_CHAR_CODE('thga') +kComponentAliasResourceType = FOUR_CHAR_CODE('thga') kAnyComponentType = 0 kAnyComponentSubType = 0 kAnyComponentManufacturer = 0 @@ -19,7 +19,7 @@ kComponentTargetSelect = -6 kComponentUnregisterSelect = -7 kComponentGetMPWorkFunctionSelect = -8 kComponentExecuteWiredActionSelect = -9 -kComponentGetPublicResourceSelect = -10 +kComponentGetPublicResourceSelect = -10 componentDoAutoVersion = (1 << 0) componentWantsUnregister = (1 << 1) componentAutoVersionIncludeFlags = (1 << 2) |