mirror of
https://github.com/python/cpython.git
synced 2025-08-29 13:15:11 +00:00
Added declarations for Mac code resource modules (Jack Jansen).
This commit is contained in:
parent
0f84a349bb
commit
9c241ba014
1 changed files with 2 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue