diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 2002-05-22 15:08:58 (GMT) |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 2002-05-22 15:08:58 (GMT) |
commit | a43b2c4e30ad008df6a7271890d02ee9f400af46 (patch) | |
tree | 9dbdc2337759b30bb80ec5d3555232ee99cb8c79 /Mac/Lib/Carbon/Components.py | |
parent | a7f4ded436d4ed65ceb51000af27cb725c320659 (diff) | |
download | cpython-a43b2c4e30ad008df6a7271890d02ee9f400af46.zip cpython-a43b2c4e30ad008df6a7271890d02ee9f400af46.tar.gz cpython-a43b2c4e30ad008df6a7271890d02ee9f400af46.tar.bz2 |
Regenerated from new Universal Headers.
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) |