From 9c241ba014f5b3ff9b4a6c980f1c20585199b874 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Thu, 6 Aug 1998 13:36:43 +0000 Subject: [PATCH] Added declarations for Mac code resource modules (Jack Jansen). --- Python/importdl.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Python/importdl.h b/Python/importdl.h index fb50ded67bc..230904396cc 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 {