mirror of https://github.com/python/cpython
Added declarations for Mac code resource modules (Jack Jansen).
This commit is contained in:
parent
0f84a349bb
commit
9c241ba014
|
@ -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…
Reference in New Issue