Blame crt/nt32/crtidata.c

4ab9c5
/****************************************/
4ab9c5
/* dynamically linked applications only */
4ab9c5
/* see also: Scrt1.c                    */
4ab9c5
/****************************************/
4ab9c5
4ab9c5
#include "psxglue.h"
4ab9c5
4ab9c5
#define __external_routine __attribute__((dllimport))
4ab9c5
4ab9c5
__external_routine
4ab9c5
__psx_init_routine __psx_init;
4ab9c5
4ab9c5
__psx_init_routine * __psx_init_fn(void)
4ab9c5
{
4ab9c5
	return __psx_init;
4ab9c5
}