win32: register SEH in startup code (i386 only)

Needed to handle signal() etc. with msvcrt
This commit is contained in:
grischka
2010-10-19 13:15:06 +02:00
parent 036d94112d
commit 9228842fa7
4 changed files with 126 additions and 2 deletions

View File

@ -10,6 +10,7 @@ void _controlfp(unsigned a, unsigned b);
int _winstart(void)
{
__TRY__
char *szCmd;
STARTUPINFO startinfo;
int fShow;