Interface to Apple Help Viewer.

This commit is contained in:
Jack Jansen 2002-08-28 21:16:53 +00:00
parent 266e6b1f4b
commit 4f2d89f1f8
2 changed files with 7 additions and 0 deletions

1
Mac/Lib/Carbon/AH.py Normal file
View File

@ -0,0 +1 @@
from _AH import *

View File

@ -0,0 +1,6 @@
# Generated from 'AppleHelp.h'
kAHInternalErr = -10790
kAHInternetConfigPrefErr = -10791
kAHTOCTypeUser = 0
kAHTOCTypeDeveloper = 1