So this guy here ? is it the one that App store does not like ? And if so then
what is REAL recommending here given its in the standard plugin SDK ?
#if !NOSTATICINIT
#if TARGET_CPU_PPC
extern "C" void __sinit(void);
#elif TARGET_68K
extern "C" far void __InitCode__(void);
#endif
#endif
#if TARGET_OS_MAC
#if !NOSTATICINIT
#if TARGET_CPU_PPC
__sinit();
#elif TARGET_68K
__InitCode__();
#endif
#endif
#endif
Have seen a number of users complain about it but I don't know for sure if the
Plugin SDK is the source of it ?
"The non-public API that is included in your application is '__sinit' from the
framework </usr/lib/libSystem.B.dylib>"
--
______________________________________________________________________
Björn Eiríksson [email protected]
Einhugur Software
http://www.einhugur.com/
______________________________________________________________________
Einhugur Software has sold its products in 87 countries world wide.
______________________________________________________________________
For support: [email protected]
To post on the maillist: [email protected]
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives:
<http://support.realsoftware.com/listarchives/lists.html>