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 */
|
PY_RESOURCE, /* Mac only */
|
||||||
PKG_DIRECTORY,
|
PKG_DIRECTORY,
|
||||||
C_BUILTIN,
|
C_BUILTIN,
|
||||||
PY_FROZEN
|
PY_FROZEN,
|
||||||
|
PY_CODERESOURCE /* Mac only */
|
||||||
};
|
};
|
||||||
|
|
||||||
extern struct filedescr {
|
extern struct filedescr {
|
||||||
|
|
Loading…
Reference in New Issue