Skip to content

Commit

Permalink
Added declarations for Mac code resource modules (Jack Jansen).
Browse files Browse the repository at this point in the history
  • Loading branch information
gvanrossum committed Aug 6, 1998
1 parent 0f84a34 commit 9c241ba
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Python/importdl.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 9c241ba

Please sign in to comment.