From: Jack Jansen Date: Fri, 20 Feb 1998 15:55:30 +0000 (+0000) Subject: Updated to Universal Headers 3 constant names X-Git-Tag: v1.5.1~622 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1b5b37f6161034e983ee1c2c02b08b737f941e19;p=thirdparty%2FPython%2Fcpython.git Updated to Universal Headers 3 constant names --- diff --git a/Mac/Modules/calldll.c b/Mac/Modules/calldll.c index 58a09b1e969f..63c2e7768f2e 100644 --- a/Mac/Modules/calldll.c +++ b/Mac/Modules/calldll.c @@ -1009,7 +1009,7 @@ cdll_getlibrary(self, args) return NULL; /* Find the library connection ID */ - err = GetSharedLibrary(frag_name, kCurrentCFragArch, kLoadCFrag, &conn_id, &main_addr, + err = GetSharedLibrary(frag_name, kCompiledCFragArch, kLoadCFrag, &conn_id, &main_addr, errMessage); if ( err ) { sprintf(buf, "%.*s: %s", errMessage[0], errMessage+1, PyMac_StrError(err));