diff options
-rw-r--r-- | Mac/Lib/Carbon/AH.py | 1 | ||||
-rw-r--r-- | Mac/Lib/Carbon/AppleHelp.py | 6 |
2 files changed, 7 insertions, 0 deletions
diff --git a/Mac/Lib/Carbon/AH.py b/Mac/Lib/Carbon/AH.py new file mode 100644 index 0000000..0701e7b --- /dev/null +++ b/Mac/Lib/Carbon/AH.py @@ -0,0 +1 @@ +from _AH import * diff --git a/Mac/Lib/Carbon/AppleHelp.py b/Mac/Lib/Carbon/AppleHelp.py new file mode 100644 index 0000000..3496d59 --- /dev/null +++ b/Mac/Lib/Carbon/AppleHelp.py @@ -0,0 +1,6 @@ +# Generated from 'AppleHelp.h' + +kAHInternalErr = -10790 +kAHInternetConfigPrefErr = -10791 +kAHTOCTypeUser = 0 +kAHTOCTypeDeveloper = 1 |