diff options
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 {  | 
