diff options
Diffstat (limited to 'Mac/Modules/res/ressupport.py')
-rw-r--r-- | Mac/Modules/res/ressupport.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Mac/Modules/res/ressupport.py b/Mac/Modules/res/ressupport.py index 10e2724..b19c10d 100644 --- a/Mac/Modules/res/ressupport.py +++ b/Mac/Modules/res/ressupport.py @@ -24,8 +24,6 @@ includestuff = includestuff + """ #include <Resources.h> #include <string.h> -#define resNotFound -192 /* Can't include <Errors.h> because of Python's "errors.h" */ - /* Function to dispose a resource, with a "normal" calling sequence */ static void PyMac_AutoDisposeHandle(Handle h) |