Commit 9c241ba0 authored by Guido van Rossum's avatar Guido van Rossum

Added declarations for Mac code resource modules (Jack Jansen).

parent 0f84a349
......@@ -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 {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment