Mercurial > sdl-ios-xcode
comparison src/loadso/macosx/SDL_sysloadso.c @ 1479:993ef9ff4688
Updated MacOS X support
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Tue, 07 Mar 2006 04:58:30 +0000 |
parents | d910939febfa |
children | 92947e3a18db |
comparison
equal
deleted
inserted
replaced
1478:fc308f08b5f7 | 1479:993ef9ff4688 |
---|---|
619 } | 619 } |
620 return nssym; | 620 return nssym; |
621 } | 621 } |
622 | 622 |
623 /* Up to the caller to SDL_free() returned string */ | 623 /* Up to the caller to SDL_free() returned string */ |
624 static inline char *dyld_error_str() | 624 static inline const char *dyld_error_str() |
625 { | 625 { |
626 NSLinkEditErrors dylder; | 626 NSLinkEditErrors dylder; |
627 int dylderno; | 627 int dylderno; |
628 const char *dylderrstr; | 628 const char *dylderrstr; |
629 const char *dyldfile; | 629 const char *dyldfile; |