From 1b5b37f6161034e983ee1c2c02b08b737f941e19 Mon Sep 17 00:00:00 2001 From: Jack Jansen Date: Fri, 20 Feb 1998 15:55:30 +0000 Subject: Updated to Universal Headers 3 constant names --- Mac/Modules/calldll.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mac/Modules/calldll.c b/Mac/Modules/calldll.c index 58a09b1..63c2e77 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)); -- cgit v0.12