summaryrefslogtreecommitdiffstats
path: root/Mac
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>1998-02-20 15:55:30 (GMT)
committerJack Jansen <jack.jansen@cwi.nl>1998-02-20 15:55:30 (GMT)
commit1b5b37f6161034e983ee1c2c02b08b737f941e19 (patch)
tree6a72a8755e327072ba9d6d9f05ff98dfe9d4ef1c /Mac
parent5e58bcdb7a086d22289cd661072ac5acc1fae721 (diff)
downloadcpython-1b5b37f6161034e983ee1c2c02b08b737f941e19.zip
cpython-1b5b37f6161034e983ee1c2c02b08b737f941e19.tar.gz
cpython-1b5b37f6161034e983ee1c2c02b08b737f941e19.tar.bz2
Updated to Universal Headers 3 constant names
Diffstat (limited to 'Mac')
-rw-r--r--Mac/Modules/calldll.c2
1 files changed, 1 insertions, 1 deletions
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));