diff options
| author | Guido van Rossum <guido@python.org> | 1998-08-06 13:36:43 +0000 |
|---|---|---|
| committer | Guido van Rossum <guido@python.org> | 1998-08-06 13:36:43 +0000 |
| commit | 53d9e47aa004e9f1c0e51cc2ebdff1ec3cc50298 (patch) | |
| tree | e39b9667bad6af00db5451501110a1f8b1788605 /Python/importdl.h | |
| parent | c80a183583fd716da26199daf414b07f7aa40596 (diff) | |
| download | cpython-53d9e47aa004e9f1c0e51cc2ebdff1ec3cc50298.tar.gz | |
Added declarations for Mac code resource modules (Jack Jansen).
Diffstat (limited to 'Python/importdl.h')
| -rw-r--r-- | Python/importdl.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Python/importdl.h b/Python/importdl.h index fb50ded67b..230904396c 100644 --- a/Python/importdl.h +++ b/Python/importdl.h @@ -38,7 +38,8 @@ enum filetype { PY_RESOURCE, /* Mac only */ PKG_DIRECTORY, C_BUILTIN, - PY_FROZEN + PY_FROZEN, + PY_CODERESOURCE /* Mac only */ }; extern struct filedescr { |
