diff options
Diffstat (limited to 'Mac/Lib/Carbon/AppleHelp.py')
-rw-r--r-- | Mac/Lib/Carbon/AppleHelp.py | 6 |
1 files changed, 6 insertions, 0 deletions
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 |