Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 4348 → Rev 4349

/contrib/sdk/sources/newlib/crt/crtbegin.c
0,0 → 1,15
 
extern void _pei386_runtime_relocator (void);
 
int DllStartup(void *module, int reason)
{
_pei386_runtime_relocator();
return 1;
};
 
void ___dll_start ()
 
{
_pei386_runtime_relocator();
 
}