diff options
Diffstat (limited to 'Mac/Modules/ah/ahsupport.py')
-rw-r--r-- | Mac/Modules/ah/ahsupport.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mac/Modules/ah/ahsupport.py b/Mac/Modules/ah/ahsupport.py index b07c779..a1e6d00 100644 --- a/Mac/Modules/ah/ahsupport.py +++ b/Mac/Modules/ah/ahsupport.py @@ -17,7 +17,7 @@ OUTPUTFILE = MODNAME + "module.c" # The file generated by this program from macsupport import * # Create the type objects -AHTOCType = Type("AHTOCType", "s") +AHTOCType = Type("AHTOCType", "h") includestuff = includestuff + """ #ifdef WITHOUT_FRAMEWORKS |