diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 2001-11-06 15:56:56 (GMT) |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 2001-11-06 15:56:56 (GMT) |
commit | df222d269116db8ec6a391b1c3b7569951146170 (patch) | |
tree | cd4e614325a90ef67fca99975948f9a0b25e7298 /Mac/Modules/macconfig.c | |
parent | 6952177dba07e2b6c8ea90dcd3074a649a6978a5 (diff) | |
download | cpython-df222d269116db8ec6a391b1c3b7569951146170.zip cpython-df222d269116db8ec6a391b1c3b7569951146170.tar.gz cpython-df222d269116db8ec6a391b1c3b7569951146170.tar.bz2 |
Added hfsplusapi module.
Diffstat (limited to 'Mac/Modules/macconfig.c')
-rw-r--r-- | Mac/Modules/macconfig.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Mac/Modules/macconfig.c b/Mac/Modules/macconfig.c index 5d17c0b..5c545b4 100644 --- a/Mac/Modules/macconfig.c +++ b/Mac/Modules/macconfig.c @@ -81,6 +81,7 @@ extern void initpcre(); extern void initunicodedata(); extern void init_codecs(); extern void initNav(); +extern void inithfsplus(); #ifdef USE_MACCTB extern void initctb(); #endif @@ -247,7 +248,10 @@ struct _inittab _PyImport_Inittab[] = { #if TARGET_API_MAC_CARBON {"_CF", init_CF}, #endif +#if TARGET_API_MAC_CARBON + {"hfsplus", inithfsplus}, #endif +#endif /* USE_TOOLBOX */ #ifdef USE_QT {"_Cm", init_Cm}, {"_Qt", init_Qt}, |